Controls settings related to the Global Server Load Balancing (GSLB) service, including GSLB rules and health check configurations.
| Resource URL | Authorization | Description |
| /v1/api/gslbRules (GET) | System Admin, Policy Admin, Admin, Analyst | Returns information about all configured GSLB rules. |
| /v1/api/gslbRules (POST) | System Admin | Creates a new GSLB rule. |
| /v1/api/gslbRules/{id} (GET) | System Admin, Policy Admin, Admin, Analyst | Returns information about a specific GSLB rule. |
| /v1/api/gslbRules/{id} (PUT) | System Admin | Updates an existing GSLB rule. |
| /v1/api/gslbRules/{id} (DELETE) | System Admin | Deletes an existing GSLB rule. |
| /v1/api/healthChecks (GET) | System Admin, Policy Admin, Admin, Analyst | Returns information about all configured health check configurations. |
| /v1/api/healthChecks (POST) | System Admin | Creates a new health check configuration. |
| /v1/api/healthChecks/{id} (GET) | System Admin, Policy Admin, Admin, Analyst | Returns information about a specific health check configuration. |
| /v1/api/healthChecks/{id} (PUT) | System Admin | Updates an existing health check configuration. |
| /v1/api/healthChecks/{id} (DELETE) | System Admin | Deletes an existing health check configuration. |
| /v1/api/healthStatuses (GET) | System Admin, Policy Admin, Admin, Analyst | Returns information about the status of all GSLB health checks. |