Using helm2go-operator-sdk with redhat.local

Go integration

✓ Official SDK
Install
go get github.com/redhat-nfvpe/helm2go-operator-sdk
Quick start
import "helm2go-operator-sdk"

// Initialize client
client := helm2go-operator-sdk.NewClient("YOUR_API_KEY")
Show me all my systems
curl \
  -H "x-rh-identity: $API_KEY" \
  http://redhat.local/api/patch/v1/systems
Show me all installed packages across my systems
curl \
  -H "x-rh-identity: $API_KEY" \
  http://redhat.local/api/patch/v1/packages/
Show me all applicable advisories for all my systems
curl \
  -H "x-rh-identity: $API_KEY" \
  http://redhat.local/api/patch/v1/advisories
SDK on GitHub 📄 API Docs
SDK
helm2go-operator-sdk
Go
API
redhat.local
redhat.local:patchman-engine
At a glance
Language Go
Endpoints21
Base URLhttp://redhat.local
✓ Official