Request
Body Params application/json
Request Code Samples
curl --location --request POST '/entities/EntityHealths' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json
Creation confirmation. Returns created EntityHealth
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"type": "http://example.com",
"entity_type": 1,
"is_enabled": false,
"last_recalculation": "2019-01-01T00:00:00",
"type_id": "01234567-abcd-dcba-ffff-000000000000",
"revision": 1,
"settings": "blob",
"calculation_progress": 1
}
}
Modified at 2025-07-24 11:25:51