Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Region ID
Load balancer ID
Response
Load Balancer status
UUID of the entity
"00000000-0000-4000-8000-000000000000"
Listeners of the Load Balancer
Name of the load balancer
"My Load Balancer"
Operating status of the entity
DEGRADED
, DRAINING
, ERROR
, NO_MONITOR
, OFFLINE
, ONLINE
Provisioning status of the entity
ACTIVE
, DELETED
, ERROR
, PENDING_CREATE
, PENDING_DELETE
, PENDING_UPDATE
List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
[
{
"key": "my-tag",
"read_only": false,
"value": "my-tag-value"
}
]