6033967e6a
Ship Keystone auth, multi-service handlers (Yoga→Dalmatian), Compose/Helm packaging, API contract packs, and pytest/Pulumi coverage labs.
426 lines
11 KiB
JSON
426 lines
11 KiB
JSON
{
|
|
"default_microversion": null,
|
|
"max_microversion": null,
|
|
"operations": [
|
|
{
|
|
"collection_key": "vnfs",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "vnf_list",
|
|
"path": "/v1.0/vnfs",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnfs",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "vnf",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "vnf_create",
|
|
"path": "/v1.0/vnfs",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf",
|
|
"service": "tacker",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "vnfs",
|
|
"introduced_in": "yoga",
|
|
"item_key": "vnf",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "vnf_show",
|
|
"path": "/v1.0/vnfs/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnfs",
|
|
"introduced_in": "yoga",
|
|
"item_key": "vnf",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "vnf_update",
|
|
"path": "/v1.0/vnfs/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnfs",
|
|
"introduced_in": "yoga",
|
|
"item_key": "vnf",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "vnf_patch",
|
|
"path": "/v1.0/vnfs/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnfs",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "vnf_delete",
|
|
"path": "/v1.0/vnfs/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf",
|
|
"service": "tacker",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "vnfds",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "vnfd_list",
|
|
"path": "/v1.0/vnfds",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnfd",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnfds",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "vnfd",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "vnfd_create",
|
|
"path": "/v1.0/vnfds",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnfd",
|
|
"service": "tacker",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "vnfds",
|
|
"introduced_in": "yoga",
|
|
"item_key": "vnfd",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "vnfd_show",
|
|
"path": "/v1.0/vnfds/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnfd",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnfds",
|
|
"introduced_in": "yoga",
|
|
"item_key": "vnfd",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "vnfd_update",
|
|
"path": "/v1.0/vnfds/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnfd",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnfds",
|
|
"introduced_in": "yoga",
|
|
"item_key": "vnfd",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "vnfd_patch",
|
|
"path": "/v1.0/vnfds/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnfd",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnfds",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "vnfd_delete",
|
|
"path": "/v1.0/vnfds/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnfd",
|
|
"service": "tacker",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "vims",
|
|
"introduced_in": "yoga",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "vim_list",
|
|
"path": "/v1.0/vims",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vim",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vims",
|
|
"create_status": 201,
|
|
"introduced_in": "yoga",
|
|
"item_key": "vim",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "vim_create",
|
|
"path": "/v1.0/vims",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vim",
|
|
"service": "tacker",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "vims",
|
|
"introduced_in": "yoga",
|
|
"item_key": "vim",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "vim_show",
|
|
"path": "/v1.0/vims/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vim",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vims",
|
|
"introduced_in": "yoga",
|
|
"item_key": "vim",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "vim_update",
|
|
"path": "/v1.0/vims/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vim",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vims",
|
|
"introduced_in": "yoga",
|
|
"item_key": "vim",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "vim_patch",
|
|
"path": "/v1.0/vims/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vim",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vims",
|
|
"introduced_in": "yoga",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "vim_delete",
|
|
"path": "/v1.0/vims/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vim",
|
|
"service": "tacker",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "vnf_packages",
|
|
"introduced_in": "caracal",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "vnf_package_list",
|
|
"path": "/vnfpkgm/v1/vnf_packages",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf_package",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnf_packages",
|
|
"create_status": 201,
|
|
"introduced_in": "caracal",
|
|
"item_key": "vnf_package",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "vnf_package_create",
|
|
"path": "/vnfpkgm/v1/vnf_packages",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf_package",
|
|
"service": "tacker",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "vnf_packages",
|
|
"introduced_in": "caracal",
|
|
"item_key": "vnf_package",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "vnf_package_show",
|
|
"path": "/vnfpkgm/v1/vnf_packages/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf_package",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnf_packages",
|
|
"introduced_in": "caracal",
|
|
"item_key": "vnf_package",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "vnf_package_update",
|
|
"path": "/vnfpkgm/v1/vnf_packages/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf_package",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnf_packages",
|
|
"introduced_in": "caracal",
|
|
"item_key": "vnf_package",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "vnf_package_patch",
|
|
"path": "/vnfpkgm/v1/vnf_packages/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf_package",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnf_packages",
|
|
"introduced_in": "caracal",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "vnf_package_delete",
|
|
"path": "/vnfpkgm/v1/vnf_packages/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf_package",
|
|
"service": "tacker",
|
|
"status_code": 204
|
|
},
|
|
{
|
|
"collection_key": "vnf_instances",
|
|
"introduced_in": "caracal",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"operation_id": "vnf_instance_list",
|
|
"path": "/vnflcm/v1/vnf_instances",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf_instance",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnf_instances",
|
|
"create_status": 201,
|
|
"introduced_in": "caracal",
|
|
"item_key": "vnf_instance",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"operation_id": "vnf_instance_create",
|
|
"path": "/vnflcm/v1/vnf_instances",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf_instance",
|
|
"service": "tacker",
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "vnf_instances",
|
|
"introduced_in": "caracal",
|
|
"item_key": "vnf_instance",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"operation_id": "vnf_instance_show",
|
|
"path": "/vnflcm/v1/vnf_instances/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf_instance",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnf_instances",
|
|
"introduced_in": "caracal",
|
|
"item_key": "vnf_instance",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"operation_id": "vnf_instance_update",
|
|
"path": "/vnflcm/v1/vnf_instances/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf_instance",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnf_instances",
|
|
"introduced_in": "caracal",
|
|
"item_key": "vnf_instance",
|
|
"kind": "item",
|
|
"method": "PATCH",
|
|
"operation_id": "vnf_instance_patch",
|
|
"path": "/vnflcm/v1/vnf_instances/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf_instance",
|
|
"service": "tacker",
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vnf_instances",
|
|
"introduced_in": "caracal",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"operation_id": "vnf_instance_delete",
|
|
"path": "/vnflcm/v1/vnf_instances/{id}",
|
|
"requires_auth": true,
|
|
"requires_project": true,
|
|
"resource_type": "vnf_instance",
|
|
"service": "tacker",
|
|
"status_code": 204
|
|
}
|
|
],
|
|
"port": 9890,
|
|
"service": "tacker",
|
|
"type": "nfv-orchestration",
|
|
"version_path": "/"
|
|
}
|