PUT /accounts/{account_id}/load_balancers/monitor_groups/{monitor_group_id}
Modify a configured monitor group.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
monitor_group_id |
String | Yes | |
account_id |
String | Yes |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
id |
String | Yes |
The ID of the Monitor Group to use for checking the health of origins within this pool. |
members[] |
Array | Yes |
List of monitors in this group |
members[].monitor_id |
String | Yes |
The ID of the Monitor to use for checking the health of origins within this pool. |
members[].monitoring_only |
Boolean | Yes |
Whether this monitor is used for monitoring only (does not affect pool health) |
members[].must_be_healthy |
Boolean | Yes |
Whether this monitor must be healthy for the pool to be considered healthy |
members[].enabled |
Boolean | Yes |
Whether this monitor is enabled in the group |
members[].created_at |
String | No |
The timestamp of when the monitor was added to the group |
members[].updated_at |
String | No |
The timestamp of when the monitor group member was last updated |
description |
String | Yes |
A short description of the monitor group |
created_at |
String | No |
The timestamp of when the monitor group was created |
updated_at |
String | No |
The timestamp of when the monitor group was last updated |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.