ExternalHandlerExternalHandlerProcessMap

Resource Fields

Writeable Fields

Field Type Create Update Default Notes
description string Optional Yes -  
name string Optional Yes -  

Read Only Fields

Field Type Notes
data map[json]  
eventName string  
externalHandlerId externalHandler  
externalHandlerProcessId externalHandlerProcess  
id int The unique identifier for the externalHandlerExternalHandlerProcessMap
onError string  


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.

Actions

activate POST: /v2-beta/projects/${PROJECT_ID}/externalHandlerExternalHandlerProcessMaps/${ID}?action=activate

Input:This action has no inputs
curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X POST \
'http://${RANCHER_URL}:8080/v2-beta/projects/${PROJECT_ID}/externalHandlerExternalHandlerProcessMaps/${ID}?action=activate'

Output: An updated copy of the externalHandlerExternalHandlerProcessMap resource
deactivate POST: /v2-beta/projects/${PROJECT_ID}/externalHandlerExternalHandlerProcessMaps/${ID}?action=deactivate

Input:This action has no inputs
curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X POST \
'http://${RANCHER_URL}:8080/v2-beta/projects/${PROJECT_ID}/externalHandlerExternalHandlerProcessMaps/${ID}?action=deactivate'

Output: An updated copy of the externalHandlerExternalHandlerProcessMap resource
Edit this page