Skip to main content

Add Alert Labels

POST 

/api/v32.04/settings/custom-labels

x-prisma-cloud-target-env: {"permission":"manageAlerts","saas":true,"self-hosted":true}
x-public: true

Creates a custom alert label to augment audit events.

cURL Request

Refer to the following example cURL command:

$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X POST \
-d "{labels:"new_label"}" \
"https://<CONSOLE>/api/v<VERSION>/settings/custom-labels"

Request

Body

    labels string (string)[]

    Labels are the custom labels.

Responses

OK

Loading...