POST /accounts/{account_id}/load_balancers/monitor_groups

Create a new monitor group.

Servers

Path parameters

Name Type Required Description
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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.