6033967e6a
Ship Keystone auth, multi-service handlers (Yoga→Dalmatian), Compose/Helm packaging, API contract packs, and pytest/Pulumi coverage labs.
1546 lines
43 KiB
JSON
1546 lines
43 KiB
JSON
{
|
|
"default_microversion": "3.0",
|
|
"max_microversion": "3.69",
|
|
"operations": [
|
|
{
|
|
"collection_key": null,
|
|
"introduced_in": "yoga",
|
|
"kind": "custom",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "cinder_versions",
|
|
"path": "/v3",
|
|
"requires_auth": true,
|
|
"requires_project": false,
|
|
"resource_type": "version",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volumes",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_list",
|
|
"path": "/v3/volumes",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volumes",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "volume",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_create",
|
|
"path": "/v3/volumes",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume",
|
|
"service": "cinder",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "volumes",
|
|
"introduced_in": "yoga",
|
|
"item_key": "volume",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_show",
|
|
"path": "/v3/volumes/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volumes",
|
|
"introduced_in": "yoga",
|
|
"item_key": "volume",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_update",
|
|
"path": "/v3/volumes/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volumes",
|
|
"introduced_in": "yoga",
|
|
"item_key": "volume",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_patch",
|
|
"path": "/v3/volumes/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volumes",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_delete",
|
|
"path": "/v3/volumes/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume",
|
|
"service": "cinder",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "volumes",
|
|
"introduced_in": "yoga",
|
|
"kind": "detail",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_list_detail",
|
|
"path": "/v3/volumes/detail",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "snapshot_list",
|
|
"path": "/v3/snapshots",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "snapshot",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "snapshot",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "snapshot_create",
|
|
"path": "/v3/snapshots",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "snapshot",
|
|
"service": "cinder",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"introduced_in": "yoga",
|
|
"item_key": "snapshot",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "snapshot_show",
|
|
"path": "/v3/snapshots/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "snapshot",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"introduced_in": "yoga",
|
|
"item_key": "snapshot",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "snapshot_update",
|
|
"path": "/v3/snapshots/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "snapshot",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"introduced_in": "yoga",
|
|
"item_key": "snapshot",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "snapshot_patch",
|
|
"path": "/v3/snapshots/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "snapshot",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "snapshot_delete",
|
|
"path": "/v3/snapshots/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "snapshot",
|
|
"service": "cinder",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"introduced_in": "yoga",
|
|
"kind": "detail",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "snapshot_list_detail",
|
|
"path": "/v3/snapshots/detail",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "snapshot",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "backups",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "backup_list",
|
|
"path": "/v3/backups",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "backup",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "backups",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "backup",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "backup_create",
|
|
"path": "/v3/backups",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "backup",
|
|
"service": "cinder",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "backups",
|
|
"introduced_in": "yoga",
|
|
"item_key": "backup",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "backup_show",
|
|
"path": "/v3/backups/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "backup",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "backups",
|
|
"introduced_in": "yoga",
|
|
"item_key": "backup",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "backup_update",
|
|
"path": "/v3/backups/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "backup",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "backups",
|
|
"introduced_in": "yoga",
|
|
"item_key": "backup",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "backup_patch",
|
|
"path": "/v3/backups/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "backup",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "backups",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "backup_delete",
|
|
"path": "/v3/backups/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "backup",
|
|
"service": "cinder",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "backups",
|
|
"introduced_in": "yoga",
|
|
"kind": "detail",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "backup_list_detail",
|
|
"path": "/v3/backups/detail",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "backup",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volume_types",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_type_list",
|
|
"path": "/v3/types",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume_type",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volume_types",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "volume_type",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_type_create",
|
|
"path": "/v3/types",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume_type",
|
|
"service": "cinder",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "volume_types",
|
|
"introduced_in": "yoga",
|
|
"item_key": "volume_type",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_type_show",
|
|
"path": "/v3/types/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume_type",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volume_types",
|
|
"introduced_in": "yoga",
|
|
"item_key": "volume_type",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_type_update",
|
|
"path": "/v3/types/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume_type",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volume_types",
|
|
"introduced_in": "yoga",
|
|
"item_key": "volume_type",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_type_patch",
|
|
"path": "/v3/types/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume_type",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volume_types",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_type_delete",
|
|
"path": "/v3/types/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume_type",
|
|
"service": "cinder",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "volume_types",
|
|
"introduced_in": "yoga",
|
|
"kind": "detail",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_type_list_detail",
|
|
"path": "/v3/types/detail",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume_type",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "qos_specs",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "qos_spec_list",
|
|
"path": "/v3/qos-specs",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "qos_spec",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "qos_specs",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "qos_spec",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "qos_spec_create",
|
|
"path": "/v3/qos-specs",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "qos_spec",
|
|
"service": "cinder",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "qos_specs",
|
|
"introduced_in": "yoga",
|
|
"item_key": "qos_spec",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "qos_spec_show",
|
|
"path": "/v3/qos-specs/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "qos_spec",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "qos_specs",
|
|
"introduced_in": "yoga",
|
|
"item_key": "qos_spec",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "qos_spec_update",
|
|
"path": "/v3/qos-specs/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "qos_spec",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "qos_specs",
|
|
"introduced_in": "yoga",
|
|
"item_key": "qos_spec",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "qos_spec_patch",
|
|
"path": "/v3/qos-specs/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "qos_spec",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "qos_specs",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "qos_spec_delete",
|
|
"path": "/v3/qos-specs/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "qos_spec",
|
|
"service": "cinder",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "qos_specs",
|
|
"introduced_in": "yoga",
|
|
"kind": "detail",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "qos_spec_list_detail",
|
|
"path": "/v3/qos-specs/detail",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "qos_spec",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "group_list",
|
|
"path": "/v3/groups",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "group",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "group",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "group_create",
|
|
"path": "/v3/groups",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "group",
|
|
"service": "cinder",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"introduced_in": "yoga",
|
|
"item_key": "group",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "group_show",
|
|
"path": "/v3/groups/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "group",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"introduced_in": "yoga",
|
|
"item_key": "group",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "group_update",
|
|
"path": "/v3/groups/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "group",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"introduced_in": "yoga",
|
|
"item_key": "group",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "group_patch",
|
|
"path": "/v3/groups/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "group",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "group_delete",
|
|
"path": "/v3/groups/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "group",
|
|
"service": "cinder",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"introduced_in": "yoga",
|
|
"kind": "detail",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "group_list_detail",
|
|
"path": "/v3/groups/detail",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "group",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "group_snapshots",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "group_snapshot_list",
|
|
"path": "/v3/group_snapshots",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "group_snapshot",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "group_snapshots",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "group_snapshot",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "group_snapshot_create",
|
|
"path": "/v3/group_snapshots",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "group_snapshot",
|
|
"service": "cinder",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "group_snapshots",
|
|
"introduced_in": "yoga",
|
|
"item_key": "group_snapshot",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "group_snapshot_show",
|
|
"path": "/v3/group_snapshots/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "group_snapshot",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "group_snapshots",
|
|
"introduced_in": "yoga",
|
|
"item_key": "group_snapshot",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "group_snapshot_update",
|
|
"path": "/v3/group_snapshots/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "group_snapshot",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "group_snapshots",
|
|
"introduced_in": "yoga",
|
|
"item_key": "group_snapshot",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "group_snapshot_patch",
|
|
"path": "/v3/group_snapshots/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "group_snapshot",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "group_snapshots",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "group_snapshot_delete",
|
|
"path": "/v3/group_snapshots/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "group_snapshot",
|
|
"service": "cinder",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "group_snapshots",
|
|
"introduced_in": "yoga",
|
|
"kind": "detail",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "group_snapshot_list_detail",
|
|
"path": "/v3/group_snapshots/detail",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "group_snapshot",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "consistencygroups",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "consistencygroup_list",
|
|
"path": "/v3/consistencygroups",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "consistencygroup",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "consistencygroups",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "consistencygroup",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "consistencygroup_create",
|
|
"path": "/v3/consistencygroups",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "consistencygroup",
|
|
"service": "cinder",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "consistencygroups",
|
|
"introduced_in": "yoga",
|
|
"item_key": "consistencygroup",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "consistencygroup_show",
|
|
"path": "/v3/consistencygroups/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "consistencygroup",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "consistencygroups",
|
|
"introduced_in": "yoga",
|
|
"item_key": "consistencygroup",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "consistencygroup_update",
|
|
"path": "/v3/consistencygroups/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "consistencygroup",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "consistencygroups",
|
|
"introduced_in": "yoga",
|
|
"item_key": "consistencygroup",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "consistencygroup_patch",
|
|
"path": "/v3/consistencygroups/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "consistencygroup",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "consistencygroups",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "consistencygroup_delete",
|
|
"path": "/v3/consistencygroups/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "consistencygroup",
|
|
"service": "cinder",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "consistencygroups",
|
|
"introduced_in": "yoga",
|
|
"kind": "detail",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "consistencygroup_list_detail",
|
|
"path": "/v3/consistencygroups/detail",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "consistencygroup",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "attachments",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "attachment_list",
|
|
"path": "/v3/attachments",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "attachment",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "attachments",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "attachment",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "attachment_create",
|
|
"path": "/v3/attachments",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "attachment",
|
|
"service": "cinder",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "attachments",
|
|
"introduced_in": "yoga",
|
|
"item_key": "attachment",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "attachment_show",
|
|
"path": "/v3/attachments/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "attachment",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "attachments",
|
|
"introduced_in": "yoga",
|
|
"item_key": "attachment",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "attachment_update",
|
|
"path": "/v3/attachments/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "attachment",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "attachments",
|
|
"introduced_in": "yoga",
|
|
"item_key": "attachment",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "attachment_patch",
|
|
"path": "/v3/attachments/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "attachment",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "attachments",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "attachment_delete",
|
|
"path": "/v3/attachments/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "attachment",
|
|
"service": "cinder",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "attachments",
|
|
"introduced_in": "yoga",
|
|
"kind": "detail",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "attachment_list_detail",
|
|
"path": "/v3/attachments/detail",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "attachment",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "transfers",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "transfer_list",
|
|
"path": "/v3/volume-transfers",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "transfer",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "transfers",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "transfer",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "transfer_create",
|
|
"path": "/v3/volume-transfers",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "transfer",
|
|
"service": "cinder",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "transfers",
|
|
"introduced_in": "yoga",
|
|
"item_key": "transfer",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "transfer_show",
|
|
"path": "/v3/volume-transfers/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "transfer",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "transfers",
|
|
"introduced_in": "yoga",
|
|
"item_key": "transfer",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "transfer_update",
|
|
"path": "/v3/volume-transfers/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "transfer",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "transfers",
|
|
"introduced_in": "yoga",
|
|
"item_key": "transfer",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "transfer_patch",
|
|
"path": "/v3/volume-transfers/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "transfer",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "transfers",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "transfer_delete",
|
|
"path": "/v3/volume-transfers/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "transfer",
|
|
"service": "cinder",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "transfers",
|
|
"introduced_in": "yoga",
|
|
"kind": "detail",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "transfer_list_detail",
|
|
"path": "/v3/volume-transfers/detail",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "transfer",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "messages",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "message_list",
|
|
"path": "/v3/messages",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "message",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "messages",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "message",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "message_create",
|
|
"path": "/v3/messages",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "message",
|
|
"service": "cinder",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "messages",
|
|
"introduced_in": "yoga",
|
|
"item_key": "message",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "message_show",
|
|
"path": "/v3/messages/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "message",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "messages",
|
|
"introduced_in": "yoga",
|
|
"item_key": "message",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "message_update",
|
|
"path": "/v3/messages/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "message",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "messages",
|
|
"introduced_in": "yoga",
|
|
"item_key": "message",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "message_patch",
|
|
"path": "/v3/messages/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "message",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "messages",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "message_delete",
|
|
"path": "/v3/messages/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "message",
|
|
"service": "cinder",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "messages",
|
|
"introduced_in": "yoga",
|
|
"kind": "detail",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "message_list_detail",
|
|
"path": "/v3/messages/detail",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "message",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "cluster_list",
|
|
"path": "/v3/clusters",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "cluster",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "cluster",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "cluster_create",
|
|
"path": "/v3/clusters",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "cluster",
|
|
"service": "cinder",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"introduced_in": "yoga",
|
|
"item_key": "cluster",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "cluster_show",
|
|
"path": "/v3/clusters/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "cluster",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"introduced_in": "yoga",
|
|
"item_key": "cluster",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "cluster_update",
|
|
"path": "/v3/clusters/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "cluster",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"introduced_in": "yoga",
|
|
"item_key": "cluster",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "cluster_patch",
|
|
"path": "/v3/clusters/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "cluster",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "cluster_delete",
|
|
"path": "/v3/clusters/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "cluster",
|
|
"service": "cinder",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"introduced_in": "yoga",
|
|
"kind": "detail",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "cluster_list_detail",
|
|
"path": "/v3/clusters/detail",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "cluster",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volumes",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_tenant_list",
|
|
"path": "/v3/{project_id}/volumes",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume_tenant",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volumes",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "volume",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_tenant_create",
|
|
"path": "/v3/{project_id}/volumes",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume_tenant",
|
|
"service": "cinder",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "volumes",
|
|
"introduced_in": "yoga",
|
|
"item_key": "volume",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_tenant_show",
|
|
"path": "/v3/{project_id}/volumes/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume_tenant",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volumes",
|
|
"introduced_in": "yoga",
|
|
"item_key": "volume",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_tenant_update",
|
|
"path": "/v3/{project_id}/volumes/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume_tenant",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volumes",
|
|
"introduced_in": "yoga",
|
|
"item_key": "volume",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_tenant_patch",
|
|
"path": "/v3/{project_id}/volumes/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume_tenant",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "volumes",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_tenant_delete",
|
|
"path": "/v3/{project_id}/volumes/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume_tenant",
|
|
"service": "cinder",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "volumes",
|
|
"introduced_in": "yoga",
|
|
"kind": "detail",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_tenant_list_detail",
|
|
"path": "/v3/{project_id}/volumes/detail",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume_tenant",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"action_name": "*",
|
|
"introduced_in": "yoga",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "volume_action",
|
|
"path": "/v3/volumes/{id}/action",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "volume",
|
|
"service": "cinder",
|
|
"status_code": 202
|
|
},
|
|
{
|
|
"collection_key": "services",
|
|
"introduced_in": "yoga",
|
|
"kind": "custom",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "cinder_services",
|
|
"path": "/v3/os-services",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "service",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "limits",
|
|
"introduced_in": "yoga",
|
|
"kind": "custom",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "cinder_limits",
|
|
"path": "/v3/limits",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "limit",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "quota_set",
|
|
"introduced_in": "yoga",
|
|
"kind": "custom",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "cinder_quota_show",
|
|
"path": "/v3/os-quota-sets/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "quota_set",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "resource_filters",
|
|
"introduced_in": "yoga",
|
|
"kind": "custom",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "cinder_resource_filters",
|
|
"path": "/v3/resource_filters",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "resource_filter",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "pools",
|
|
"introduced_in": "yoga",
|
|
"kind": "custom",
|
|
"method": "GET",
|
|
"microversion_max": "3.69",
|
|
"microversion_min": "3.0",
|
|
"operation_id": "cinder_pools",
|
|
"path": "/v3/scheduler-stats/get_pools",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "pool",
|
|
"service": "cinder",
|
|
"status_code": 200
|
|
}
|
|
],
|
|
"port": 8776,
|
|
"service": "cinder",
|
|
"type": "volumev3",
|
|
"version_path": "/v3/"
|
|
}
|