This is the multi-page printable view of this section. Click here to print.
Models
- 1: GslbCreateRequest
- 2: GslbCreateRequestV1Dot1
- 3: GslbDetail
- 4: GslbHealthCheck
- 5: GslbHeathCheckShowResponse
- 6: GslbListResponse
- 7: GslbResource
- 8: GslbResourceListResponse
- 9: GslbResourceListResponseV1Dot1
- 10: GslbResourceResponse
- 11: GslbResourceResponseV1Dot1
- 12: GslbResourceSetRequest
- 13: GslbResourceSetRequestV1Dot1
- 14: GslbResourcesSetRequest
- 15: GslbResourceV1Dot1
- 16: GslbResponseCommon
- 17: GslbRoutingControlListResponse
- 18: GslbRoutingControlRequest
- 19: GslbRoutingControlResponse
- 20: GslbRoutingControlResponseCommon
- 21: GslbSetRequest
- 22: GslbShowResponse
- 23: Tag
1 - GslbCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| algorithm required | The GSLB Algorithm. Example : | string | |
| description optional | Description Example : | any of [string, null] | |
| env_usage required | The GSLB Environment Usage. Example : | string | |
| health_check optional | The GSLB Health Check. | any of [GslbHealthCheck, null] | |
| name required | The Name of the gslb. Example : | string | |
| resources required | array[GslbResource] | ||
| tags optional | Tag List | array[Tag] |
2 - GslbCreateRequestV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| algorithm required | The GSLB Algorithm. Example : | string | |
| description optional | Description Example : | any of [string, null] | |
| env_usage required | The GSLB Environment Usage. Example : | string | |
| health_check optional | The GSLB Health Check. | any of [GslbHealthCheck, null] | |
| name required | The Name of the gslb. Example : | string | |
| resources required | array[GslbResourceV1Dot1] | ||
| tags optional | Tag List | array[Tag] |
3 - GslbDetail
| Name | Description | Schema | Default |
|---|---|---|---|
| algorithm required | The GSLB Algorithm. Example : | string | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | Description Example : | any of [string, null] | |
| env_usage required | The GSLB Environment Usage. Example : | string | |
| health_check required | any of [GslbHeathCheckShowResponse, null] | ||
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| linked_resource_count required | The GSLB Linked Resource Count. Example : | integer | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | The Name of the gslb. Example : | string | |
| state required | The GSLB State. Example : | string |
4 - GslbHealthCheck
| Name | Description | Schema | Default |
|---|---|---|---|
| health_check_interval optional | The GSLB Health Check Interval. Example : | any of [integer, null] | |
| health_check_probe_timeout optional | The GSLB Health Check Probe Timeout. Example : | any of [integer, null] | |
| health_check_user_id optional | The GSLB Health Check User Name. Example : | any of [string, null] | |
| health_check_user_password optional | The GSLB Health Check Password. Example : | any of [string, null] | |
| protocol required | The GSLB Health Check Protocol. Example : | string | |
| receive_string optional | The GSLB Health Check Receive String. Example : | any of [string, null] | |
| send_string optional | The GSLB Health Check Send String. Example : | any of [string, null] | |
| service_port optional | The GSLB Health Check Service Port. Example : | any of [integer, null] | |
| timeout optional | The GSLB Health Check Timeout. Example : | any of [integer, null] |
5 - GslbHeathCheckShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| health_check_interval optional | The GSLB Health Check Interval. Example : | any of [integer, null] | |
| health_check_probe_timeout optional | The GSLB Health Check Probe Timeout. Example : | any of [integer, null] | |
| health_check_user_id optional | The GSLB Health Check User Name. Example : | any of [string, null] | |
| health_check_user_password optional | The GSLB Health Check Password. Example : | any of [string, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| protocol required | The GSLB Health Check Protocol. Example : | string | |
| receive_string optional | The GSLB Health Check Receive String. Example : | any of [string, null] | |
| send_string optional | The GSLB Health Check Send String. Example : | any of [string, null] | |
| service_port optional | The GSLB Health Check Service Port. Example : | any of [integer, null] | |
| timeout optional | The GSLB Health Check Timeout. Example : | any of [integer, null] |
6 - GslbListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| gslbs required | array[GslbResponseCommon] | ||
| page required | page Example : 0 | integer | |
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
7 - GslbResource
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Description Example : | any of [string, null] | |
| destination required | The GSLB Resource Destination. Example : | string | |
| disabled optional | The GSLB Resource disabled. Example : False | any of [boolean, null] | |
| region required | The GSLB Resource Region. Example : | string | |
| weight optional | The GSLB Resource Weight. Example : 0 | any of [integer, null] |
8 - GslbResourceListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| gslb_resources required | array[GslbResourceResponse] | ||
| page required | page Example : 0 | integer | |
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
9 - GslbResourceListResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| gslb_resources required | array[GslbResourceResponseV1Dot1] | ||
| page required | page Example : 0 | integer | |
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
10 - GslbResourceResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | Description Example : | any of [string, null] | |
| destination required | The GSLB Resource Destination. Example : | string | |
| disabled optional | The GSLB Resource disabled. Example : False | any of [boolean, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| region required | The GSLB Resource Region. Example : | string | |
| weight optional | The GSLB Resource Weight. Example : 0 | any of [integer, null] |
11 - GslbResourceResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | Description Example : | any of [string, null] | |
| destination required | The GSLB Resource Destination. Example : | string | |
| health_check_status required | The GSLB Resource Health Check Status. Example : CONNECTED | enum (CONNECTED, DISCONNECTED) | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| region required | The GSLB Resource Region. Example : | string | |
| status required | The GSLB Resource Status. Example : ENABLE | enum (ENABLE, DISABLE) | |
| weight optional | The GSLB Resource Weight. Example : 0 | any of [integer, null] |
12 - GslbResourceSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| resources required | array[GslbResource] |
13 - GslbResourceSetRequestV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Description Example : | any of [string, null] | |
| destination required | The GSLB Resource Destination. Example : | string | |
| region required | The GSLB Resource Region. Example : | string | |
| weight optional | The GSLB Resource Weight. Example : 0 | any of [integer, null] |
14 - GslbResourcesSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| resources required | array[GslbResourceSetRequestV1Dot1] |
15 - GslbResourceV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Description Example : | any of [string, null] | |
| destination required | The GSLB Resource Destination. Example : | string | |
| region required | The GSLB Resource Region. Example : | string | |
| weight optional | The GSLB Resource Weight. Example : 0 | any of [integer, null] |
16 - GslbResponseCommon
| Name | Description | Schema | Default |
|---|---|---|---|
| algorithm required | The GSLB Algorithm. Example : | string | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | Description Example : | any of [string, null] | |
| env_usage required | The GSLB Environment Usage. Example : | string | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| linked_resource_count required | The GSLB Linked Resource Count. Example : | integer | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | The Name of the gslb. Example : | string | |
| state required | The GSLB State. Example : | string |
17 - GslbRoutingControlListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| page required | page Example : 0 | integer | |
| regional_gslbs required | array[GslbRoutingControlResponseCommon] | ||
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
18 - GslbRoutingControlRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| region required | The GSLB Resource Region. Example : | string | |
| status required | The GSLB Resource Status. Example : | string |
19 - GslbRoutingControlResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| regional_gslb required | GslbRoutingControlResponseCommon |
20 - GslbRoutingControlResponseCommon
| Name | Description | Schema | Default |
|---|---|---|---|
| algorithm required | The GSLB Algorithm. Example : | string | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | Description Example : | any of [string, null] | |
| env_usage required | The GSLB Environment Usage. Example : | string | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| linked_regional_resource_count required | The GSLB Linked Resource Count Per Region. Example : | integer | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | The Name of the gslb. Example : | string | |
| region required | The GSLB Resource Region. Example : | string | |
| status required | The GSLB Resource Status. Example : | string |
21 - GslbSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| algorithm optional | The GSLB Algorithm. Example : | any of [string, null] | |
| description optional | Description Example : | any of [string, null] |
22 - GslbShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| gslb required | GslbDetail |
23 - Tag
| Name | Description | Schema | Default |
|---|---|---|---|
| key required | tag key Example : | string | |
| value required | tag value Example : | string |