Field | Type | Create | Update | Default | Notes |
---|---|---|---|---|---|
description | string | Optional | Yes | - | |
name | string | Optional | Yes | - | |
priority | int | Optional | Yes | - | |
processConfigs | array[externalHandlerProcessConfig] | Yes | - | - | |
retries | int | Optional | Yes | - | |
timeoutMillis | int | Optional | Yes | - |
Field | Type | Notes |
---|---|---|
data | map[json] | |
id | int | The unique identifier for the externalHandler |
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.
CreatePOST: /v2-beta/projects/${PROJECT_ID}/externalHandlers
UpdatePUT: /v2-beta/projects/${PROJECT_ID}/externalHandlers/${ID}
activate
POST: /v2-beta/projects/${PROJECT_ID}/externalHandlers/${ID}?action=activate
deactivate
POST: /v2-beta/projects/${PROJECT_ID}/externalHandlers/${ID}?action=deactivate