Subscribe

Resource Fields

Writeable Fields

Field Type Create Update Default Notes
eventNames array[string] Optional - -  


Please read more about the common resource fields. These fields are read only and applicable to almost every resource. We have segregated them from the list above.

Operations

CreatePOST: /v2-beta/projects/${PROJECT_ID}/subscribe

curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X POST \
-H 'Content-Type: application/json' \
-d '{
	"eventNames": [
		"string1",
		"...stringN"
	]
}' 'http://${RANCHER_URL}:8080/v2-beta/projects/${PROJECT_ID}/subscribe'
Edit this page