Get Application Monitoring Config
Retrieve the current additional monitoring rules configuration for a specific application.
Returns the list of DFW rules the user has configured to monitor for this application,
along with standard resource metadata (_revision, _create_time, etc.).
The {application-id} comes from the id field in POST /monitoring/applications/results-by-app results.
To modify the configuration, use PUT /monitoring/applications/{application-id}/monitoring-config.
The unique identifier of the application (UUID from POST /monitoring/applications/results-by-app)
398d1f18-cbdf-4960-b881-bb4e160952a8
OK. Successfully retrieved monitoring configuration.
{
"application_id": "398d1f18-cbdf-4960-b881-bb4e160952a8",
"id": "398d1f18-cbdf-4960-b881-bb4e160952a8",
"_revision": 0,
"_create_user": "system",
"_create_time": 1781207203610,
"additional_rules_request": {
"rules": []
}
}
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Error
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -H 'Authorization: <value>' https://{api_host}/intelligence/monitoring/applications/{application-id}/monitoring-config