Entity hook
Create an entity hook action
Create an action for an entity hook.
post/entity_hook/action
Request body
Example request
{
"nrn": "organization=1:account=2:namespace=3:application=4",
"entity": "scope",
"action": "scope:create",
"dimensions": {
"environment": "production",
"country": "us"
},
"when": "before",
"type": "hook",
"on": "create"
}Response
The action was triggered successfully.
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"nrn": "organization=1:account=2:namespace=3:application=4",
"entity": "scope",
"action": "scope:create",
"dimensions": {
"environment": "production",
"country": "us"
},
"on_policy_success": "manual",
"on_policy_fail": "manual",
"when": "before",
"type": "hook",
"on": "create",
"policies": [
{
"id": 5678,
"nrn": "organization=1:account=2:namespace=3:application=4",
"name": "Crypto Kong Policies",
"conditions": {
"scope.requested_spec.memory_in_gb": {
"$lte": 4
}
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.