curl --request POST \
--url https://cloud.bytebeam.io/api/v1/alert-rules \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '{
"criticality": "warning",
"activation_threshold_seconds": 123,
"metadata_filters": {},
"name": "<string>",
"stream": "<string>",
"deactivation_threshold_seconds": 123,
"group": "<string>",
"condition": {}
}'
curl --request POST \
--url https://cloud.bytebeam.io/api/v1/alert-rules \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '{
"criticality": "warning",
"activation_threshold_seconds": 123,
"metadata_filters": {},
"name": "<string>",
"stream": "<string>",
"deactivation_threshold_seconds": 123,
"group": "<string>",
"condition": {}
}'
API key required to authenticate requests.
Tenant(Project) name required to identify the project.