Skip to content
Start here

Monitor Groups

List Monitor Groups
GET/accounts/{account_id}/load_balancers/monitor_groups
Monitor Group Details
GET/accounts/{account_id}/load_balancers/monitor_groups/{monitor_group_id}
Create Monitor Group
POST/accounts/{account_id}/load_balancers/monitor_groups
Update Monitor Group
PUT/accounts/{account_id}/load_balancers/monitor_groups/{monitor_group_id}
Patch Monitor Group
PATCH/accounts/{account_id}/load_balancers/monitor_groups/{monitor_group_id}
Delete Monitor Group
DELETE/accounts/{account_id}/load_balancers/monitor_groups/{monitor_group_id}
ModelsExpand Collapse
MonitorGroup object { id, description, members, 2 more }
id: string

The ID of the Monitor Group to use for checking the health of origins within this pool.

description: string

A short description of the monitor group

members: array of object { enabled, monitor_id, monitoring_only, 3 more }

List of monitors in this group

enabled: boolean

Whether this monitor is enabled in the group

monitor_id: string

The ID of the Monitor to use for checking the health of origins within this pool.

monitoring_only: boolean

Whether this monitor is used for monitoring only (does not affect pool health)

must_be_healthy: boolean

Whether this monitor must be healthy for the pool to be considered healthy

created_at: optional string

The timestamp of when the monitor was added to the group

formatdate-time
updated_at: optional string

The timestamp of when the monitor group member was last updated

formatdate-time
created_on: optional string

The timestamp of when the monitor group was created

formatdate-time
modified_on: optional string

The timestamp of when the monitor group was last updated

formatdate-time

Monitor GroupsReferences

List Monitor Group References
GET/accounts/{account_id}/load_balancers/monitor_groups/{monitor_group_id}/references
ModelsExpand Collapse
ReferenceGetResponse object { reference_type, resource_id, resource_name, resource_type }
reference_type: optional "*" or "referral" or "referrer"
One of the following:
"*"
"referral"
"referrer"
resource_id: optional string
resource_name: optional string
resource_type: optional string