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. | 
