6033967e6a
Ship Keystone auth, multi-service handlers (Yoga→Dalmatian), Compose/Helm packaging, API contract packs, and pytest/Pulumi coverage labs.
1032 lines
28 KiB
JSON
1032 lines
28 KiB
JSON
{
|
|
"default_microversion": null,
|
|
"max_microversion": null,
|
|
"operations": [
|
|
{
|
|
"collection_key": null,
|
|
"introduced_in": "yoga",
|
|
"kind": "custom",
|
|
"method": "GET",
|
|
"operation_id": "octavia_versions",
|
|
"path": "/v2",
|
|
"requires_auth": true,
|
|
"requires_project": false,
|
|
"resource_type": "version",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "loadbalancers",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "loadbalancer_list",
|
|
"path": "/v2/lbaas/loadbalancers",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "loadbalancer",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "loadbalancers",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "loadbalancer",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "loadbalancer_create",
|
|
"path": "/v2/lbaas/loadbalancers",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "loadbalancer",
|
|
"service": "octavia",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "loadbalancers",
|
|
"introduced_in": "yoga",
|
|
"item_key": "loadbalancer",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "loadbalancer_show",
|
|
"path": "/v2/lbaas/loadbalancers/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "loadbalancer",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "loadbalancers",
|
|
"introduced_in": "yoga",
|
|
"item_key": "loadbalancer",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "loadbalancer_update",
|
|
"path": "/v2/lbaas/loadbalancers/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "loadbalancer",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "loadbalancers",
|
|
"introduced_in": "yoga",
|
|
"item_key": "loadbalancer",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "loadbalancer_patch",
|
|
"path": "/v2/lbaas/loadbalancers/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "loadbalancer",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "loadbalancers",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "loadbalancer_delete",
|
|
"path": "/v2/lbaas/loadbalancers/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "loadbalancer",
|
|
"service": "octavia",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "listeners",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "listener_list",
|
|
"path": "/v2/lbaas/listeners",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "listener",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "listeners",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "listener",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "listener_create",
|
|
"path": "/v2/lbaas/listeners",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "listener",
|
|
"service": "octavia",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "listeners",
|
|
"introduced_in": "yoga",
|
|
"item_key": "listener",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "listener_show",
|
|
"path": "/v2/lbaas/listeners/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "listener",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "listeners",
|
|
"introduced_in": "yoga",
|
|
"item_key": "listener",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "listener_update",
|
|
"path": "/v2/lbaas/listeners/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "listener",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "listeners",
|
|
"introduced_in": "yoga",
|
|
"item_key": "listener",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "listener_patch",
|
|
"path": "/v2/lbaas/listeners/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "listener",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "listeners",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "listener_delete",
|
|
"path": "/v2/lbaas/listeners/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "listener",
|
|
"service": "octavia",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "pools",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "pool_list",
|
|
"path": "/v2/lbaas/pools",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "pool",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "pools",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "pool",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "pool_create",
|
|
"path": "/v2/lbaas/pools",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "pool",
|
|
"service": "octavia",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "pools",
|
|
"introduced_in": "yoga",
|
|
"item_key": "pool",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "pool_show",
|
|
"path": "/v2/lbaas/pools/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "pool",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "pools",
|
|
"introduced_in": "yoga",
|
|
"item_key": "pool",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "pool_update",
|
|
"path": "/v2/lbaas/pools/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "pool",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "pools",
|
|
"introduced_in": "yoga",
|
|
"item_key": "pool",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "pool_patch",
|
|
"path": "/v2/lbaas/pools/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "pool",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "pools",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "pool_delete",
|
|
"path": "/v2/lbaas/pools/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "pool",
|
|
"service": "octavia",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "healthmonitors",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "healthmonitor_list",
|
|
"path": "/v2/lbaas/healthmonitors",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "healthmonitor",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "healthmonitors",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "healthmonitor",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "healthmonitor_create",
|
|
"path": "/v2/lbaas/healthmonitors",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "healthmonitor",
|
|
"service": "octavia",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "healthmonitors",
|
|
"introduced_in": "yoga",
|
|
"item_key": "healthmonitor",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "healthmonitor_show",
|
|
"path": "/v2/lbaas/healthmonitors/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "healthmonitor",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "healthmonitors",
|
|
"introduced_in": "yoga",
|
|
"item_key": "healthmonitor",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "healthmonitor_update",
|
|
"path": "/v2/lbaas/healthmonitors/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "healthmonitor",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "healthmonitors",
|
|
"introduced_in": "yoga",
|
|
"item_key": "healthmonitor",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "healthmonitor_patch",
|
|
"path": "/v2/lbaas/healthmonitors/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "healthmonitor",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "healthmonitors",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "healthmonitor_delete",
|
|
"path": "/v2/lbaas/healthmonitors/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "healthmonitor",
|
|
"service": "octavia",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "l7policies",
|
|
"introduced_in": "caracal",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "l7policy_list",
|
|
"path": "/v2/lbaas/l7policies",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "l7policy",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "l7policies",
|
|
"create_status": 201,
|
|
"introduced_in": "caracal",
|
|
"item_key": "l7policy",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "l7policy_create",
|
|
"path": "/v2/lbaas/l7policies",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "l7policy",
|
|
"service": "octavia",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "l7policies",
|
|
"introduced_in": "caracal",
|
|
"item_key": "l7policy",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "l7policy_show",
|
|
"path": "/v2/lbaas/l7policies/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "l7policy",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "l7policies",
|
|
"introduced_in": "caracal",
|
|
"item_key": "l7policy",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "l7policy_update",
|
|
"path": "/v2/lbaas/l7policies/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "l7policy",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "l7policies",
|
|
"introduced_in": "caracal",
|
|
"item_key": "l7policy",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "l7policy_patch",
|
|
"path": "/v2/lbaas/l7policies/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "l7policy",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "l7policies",
|
|
"introduced_in": "caracal",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "l7policy_delete",
|
|
"path": "/v2/lbaas/l7policies/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "l7policy",
|
|
"service": "octavia",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "flavors",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "flavor_list",
|
|
"path": "/v2/lbaas/flavors",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "flavor",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "flavors",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "flavor",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "flavor_create",
|
|
"path": "/v2/lbaas/flavors",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "flavor",
|
|
"service": "octavia",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "flavors",
|
|
"introduced_in": "yoga",
|
|
"item_key": "flavor",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "flavor_show",
|
|
"path": "/v2/lbaas/flavors/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "flavor",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "flavors",
|
|
"introduced_in": "yoga",
|
|
"item_key": "flavor",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "flavor_update",
|
|
"path": "/v2/lbaas/flavors/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "flavor",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "flavors",
|
|
"introduced_in": "yoga",
|
|
"item_key": "flavor",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "flavor_patch",
|
|
"path": "/v2/lbaas/flavors/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "flavor",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "flavors",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "flavor_delete",
|
|
"path": "/v2/lbaas/flavors/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "flavor",
|
|
"service": "octavia",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "flavorprofiles",
|
|
"introduced_in": "antelope",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "flavorprofile_list",
|
|
"path": "/v2/lbaas/flavorprofiles",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "flavorprofile",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "flavorprofiles",
|
|
"create_status": 201,
|
|
"introduced_in": "antelope",
|
|
"item_key": "flavorprofile",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "flavorprofile_create",
|
|
"path": "/v2/lbaas/flavorprofiles",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "flavorprofile",
|
|
"service": "octavia",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "flavorprofiles",
|
|
"introduced_in": "antelope",
|
|
"item_key": "flavorprofile",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "flavorprofile_show",
|
|
"path": "/v2/lbaas/flavorprofiles/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "flavorprofile",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "flavorprofiles",
|
|
"introduced_in": "antelope",
|
|
"item_key": "flavorprofile",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "flavorprofile_update",
|
|
"path": "/v2/lbaas/flavorprofiles/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "flavorprofile",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "flavorprofiles",
|
|
"introduced_in": "antelope",
|
|
"item_key": "flavorprofile",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "flavorprofile_patch",
|
|
"path": "/v2/lbaas/flavorprofiles/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "flavorprofile",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "flavorprofiles",
|
|
"introduced_in": "antelope",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "flavorprofile_delete",
|
|
"path": "/v2/lbaas/flavorprofiles/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "flavorprofile",
|
|
"service": "octavia",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "amphorae",
|
|
"introduced_in": "antelope",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "amphora_list",
|
|
"path": "/v2/octavia/amphorae",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "amphora",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "amphorae",
|
|
"create_status": 201,
|
|
"introduced_in": "antelope",
|
|
"item_key": "amphorae",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "amphora_create",
|
|
"path": "/v2/octavia/amphorae",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "amphora",
|
|
"service": "octavia",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "amphorae",
|
|
"introduced_in": "antelope",
|
|
"item_key": "amphorae",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "amphora_show",
|
|
"path": "/v2/octavia/amphorae/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "amphora",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "amphorae",
|
|
"introduced_in": "antelope",
|
|
"item_key": "amphorae",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "amphora_update",
|
|
"path": "/v2/octavia/amphorae/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "amphora",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "amphorae",
|
|
"introduced_in": "antelope",
|
|
"item_key": "amphorae",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "amphora_patch",
|
|
"path": "/v2/octavia/amphorae/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "amphora",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "amphorae",
|
|
"introduced_in": "antelope",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "amphora_delete",
|
|
"path": "/v2/octavia/amphorae/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "amphora",
|
|
"service": "octavia",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "quota_list",
|
|
"path": "/v2/lbaas/quotas",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "quota",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "quota",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "quota_create",
|
|
"path": "/v2/lbaas/quotas",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "quota",
|
|
"service": "octavia",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"introduced_in": "yoga",
|
|
"item_key": "quota",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "quota_show",
|
|
"path": "/v2/lbaas/quotas/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "quota",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"introduced_in": "yoga",
|
|
"item_key": "quota",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "quota_update",
|
|
"path": "/v2/lbaas/quotas/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "quota",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"introduced_in": "yoga",
|
|
"item_key": "quota",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "quota_patch",
|
|
"path": "/v2/lbaas/quotas/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "quota",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "quota_delete",
|
|
"path": "/v2/lbaas/quotas/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "quota",
|
|
"service": "octavia",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "providers",
|
|
"introduced_in": "caracal",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "provider_list",
|
|
"path": "/v2/lbaas/providers",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "provider",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "providers",
|
|
"create_status": 201,
|
|
"introduced_in": "caracal",
|
|
"item_key": "provider",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "provider_create",
|
|
"path": "/v2/lbaas/providers",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "provider",
|
|
"service": "octavia",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "providers",
|
|
"introduced_in": "caracal",
|
|
"item_key": "provider",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "provider_show",
|
|
"path": "/v2/lbaas/providers/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "provider",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "providers",
|
|
"introduced_in": "caracal",
|
|
"item_key": "provider",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "provider_update",
|
|
"path": "/v2/lbaas/providers/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "provider",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "providers",
|
|
"introduced_in": "caracal",
|
|
"item_key": "provider",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "provider_patch",
|
|
"path": "/v2/lbaas/providers/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "provider",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "providers",
|
|
"introduced_in": "caracal",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "provider_delete",
|
|
"path": "/v2/lbaas/providers/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "provider",
|
|
"service": "octavia",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "members",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "member_list",
|
|
"path": "/v2/lbaas/pools/{pool_id}/members",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "member",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "members",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "member",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "member_create",
|
|
"path": "/v2/lbaas/pools/{pool_id}/members",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "member",
|
|
"service": "octavia",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "members",
|
|
"introduced_in": "yoga",
|
|
"item_key": "member",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "member_show",
|
|
"path": "/v2/lbaas/pools/{pool_id}/members/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "member",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "members",
|
|
"introduced_in": "yoga",
|
|
"item_key": "member",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "member_update",
|
|
"path": "/v2/lbaas/pools/{pool_id}/members/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "member",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "members",
|
|
"introduced_in": "yoga",
|
|
"item_key": "member",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "member_patch",
|
|
"path": "/v2/lbaas/pools/{pool_id}/members/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "member",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "members",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "member_delete",
|
|
"path": "/v2/lbaas/pools/{pool_id}/members/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "member",
|
|
"service": "octavia",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "rules",
|
|
"introduced_in": "caracal",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "l7rule_list",
|
|
"path": "/v2/lbaas/l7policies/{l7policy_id}/rules",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "l7rule",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "rules",
|
|
"create_status": 201,
|
|
"introduced_in": "caracal",
|
|
"item_key": "rule",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "l7rule_create",
|
|
"path": "/v2/lbaas/l7policies/{l7policy_id}/rules",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "l7rule",
|
|
"service": "octavia",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "rules",
|
|
"introduced_in": "caracal",
|
|
"item_key": "rule",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "l7rule_show",
|
|
"path": "/v2/lbaas/l7policies/{l7policy_id}/rules/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "l7rule",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "rules",
|
|
"introduced_in": "caracal",
|
|
"item_key": "rule",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "l7rule_update",
|
|
"path": "/v2/lbaas/l7policies/{l7policy_id}/rules/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "l7rule",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "rules",
|
|
"introduced_in": "caracal",
|
|
"item_key": "rule",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "l7rule_patch",
|
|
"path": "/v2/lbaas/l7policies/{l7policy_id}/rules/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "l7rule",
|
|
"service": "octavia",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "rules",
|
|
"introduced_in": "caracal",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "l7rule_delete",
|
|
"path": "/v2/lbaas/l7policies/{l7policy_id}/rules/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "l7rule",
|
|
"service": "octavia",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"introduced_in": "yoga",
|
|
"kind": "action",
|
|
"method": "PUT",
|
|
"operation_id": "loadbalancer_failover",
|
|
"path": "/v2/lbaas/loadbalancers/{id}/failover",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "loadbalancer",
|
|
"service": "octavia",
|
|
"status_code": 202
|
|
}
|
|
],
|
|
"port": 9876,
|
|
"service": "octavia",
|
|
"type": "load-balancer",
|
|
"version_path": "/v2/"
|
|
}
|