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: application/json
| Parameter | Type | Required | Description |
|---|---|---|---|
| deploymentTriggerId | string | true | ID of the deployment trigger. |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept | application/json |
true |
Related CLI command: getDeploymentTrigger.