Get information about a single deployment trigger.
This command returns a JSON representation of a single deployment trigger.
Request
GET https://{hostname}:{port}
/cli/deploymentTrigger/{deploymentTriggerId}
Accept: {contentType}
Parameter | Type | Required | Description |
---|---|---|---|
deploymentTriggerId | string | true | ID of the deployment trigger. |
Parameter | Type | Required | Description |
---|---|---|---|
Accept |
|
true |
Related CLI command: getDeploymentTrigger.