{{ 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.') }}
{{ t('Parameter') }} | {{ t('Default value') }} |
---|---|
{{ t('No parameters') }} | |
{{ param.key }} |
@if (param.value === null) {
{{ t('required') }}
} @else {
{{ param.value }}
}
|
.json
{{ t('is not required in the URL and can be removed.') }}