{{ t('External commands') }} {{ t('overview') }}

{{ t('What is this API for?') }}

{{ t('This API can be used by third party application to send commands to the monitoring backend.') }}
{{ t('This could be useful to transfer passive check results or to acknowledge host or service states.') }}
hostUuid {{ t('and') }} serviceUuid {{ t('can also be passed by their name, e.g. "localhost" or "Ping". It is recommended to use the UUIDs when possible.') }}

@if (!currentCommandParams) { } @else { }
{{ t('Parameter') }} {{ t('Default value') }}
{{ t('No parameters') }}
{{ param.key }} @if (param.value === null) { {{ t('required') }} } @else { {{ param.value }} }
GET
POST
{{ t('You need to create an openITCOCKPIT user defined API key first.') }}


.json {{ t('is not required in the URL and can be removed.') }}