Custom Properties Operations

Last modified on March 27, 2024

Use these operations to manage custom properties that can be used in your AlertSite monitors:

Operation Description
GET /properties Get the names and possible values of all custom properties defined in your AlertSite account.
GET /properties/{id} Get the name and possible values of a single property.
POST /property Create a new custom property.
PATCH /properties/{id} Update the name or possible values of a specific property.
DELETE /properties/{id} Delete a custom property.

See Also

AlertSite Management API
AlertSite Management API Reference

Highlight search results