Action
Read an approval action
Reads an approval action.
get/approval/action/{id}
Path parameters
idinteger required
The ID of the approval action.
Response
The operation was successful.
Example response
{
"id": 1234,
"nrn": "organization=1:account=2:namespace=3:application=4",
"entity": "deployment",
"action": "deployment:create",
"dimensions": {
"environment": "production",
"country": "us"
},
"on_policy_success": "approve",
"on_policy_fail": "deny",
"time_to_reply": 259200000,
"allowed_time_to_execute": 86400000
}Changes
No recorded changes to this endpoint across all 1 revision of this API.