Files
inecs 6033967e6a Initial commit: stateful OpenStack API laboratory simulator.
Ship Keystone auth, multi-service handlers (Yoga→Dalmatian), Compose/Helm
packaging, API contract packs, and pytest/Pulumi coverage labs.
2026-07-18 04:26:48 +03:00

356 lines
9.7 KiB
JSON

{
"default_microversion": null,
"max_microversion": null,
"operations": [
{
"collection_key": null,
"introduced_in": "yoga",
"kind": "custom",
"method": "GET",
"operation_id": "magnum_versions",
"path": "/v1",
"requires_auth": true,
"requires_project": false,
"resource_type": "version",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "clusters",
"introduced_in": "yoga",
"kind": "collection",
"method": "GET",
"operation_id": "cluster_list",
"path": "/v1/clusters",
"requires_auth": true,
"requires_project": true,
"resource_type": "cluster",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "clusters",
"create_status": 201,
"introduced_in": "yoga",
"item_key": "cluster",
"kind": "collection",
"method": "POST",
"operation_id": "cluster_create",
"path": "/v1/clusters",
"requires_auth": true,
"requires_project": true,
"resource_type": "cluster",
"service": "magnum",
"status_code": 201
},
{
"collection_key": "clusters",
"introduced_in": "yoga",
"item_key": "cluster",
"kind": "item",
"method": "GET",
"operation_id": "cluster_show",
"path": "/v1/clusters/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "cluster",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "clusters",
"introduced_in": "yoga",
"item_key": "cluster",
"kind": "item",
"method": "PUT",
"operation_id": "cluster_update",
"path": "/v1/clusters/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "cluster",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "clusters",
"introduced_in": "yoga",
"item_key": "cluster",
"kind": "item",
"method": "PATCH",
"operation_id": "cluster_patch",
"path": "/v1/clusters/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "cluster",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "clusters",
"introduced_in": "yoga",
"kind": "item",
"method": "DELETE",
"operation_id": "cluster_delete",
"path": "/v1/clusters/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "cluster",
"service": "magnum",
"status_code": 204
},
{
"collection_key": "clustertemplates",
"introduced_in": "yoga",
"kind": "collection",
"method": "GET",
"operation_id": "clustertemplate_list",
"path": "/v1/clustertemplates",
"requires_auth": true,
"requires_project": true,
"resource_type": "clustertemplate",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "clustertemplates",
"create_status": 201,
"introduced_in": "yoga",
"item_key": "clustertemplate",
"kind": "collection",
"method": "POST",
"operation_id": "clustertemplate_create",
"path": "/v1/clustertemplates",
"requires_auth": true,
"requires_project": true,
"resource_type": "clustertemplate",
"service": "magnum",
"status_code": 201
},
{
"collection_key": "clustertemplates",
"introduced_in": "yoga",
"item_key": "clustertemplate",
"kind": "item",
"method": "GET",
"operation_id": "clustertemplate_show",
"path": "/v1/clustertemplates/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "clustertemplate",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "clustertemplates",
"introduced_in": "yoga",
"item_key": "clustertemplate",
"kind": "item",
"method": "PUT",
"operation_id": "clustertemplate_update",
"path": "/v1/clustertemplates/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "clustertemplate",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "clustertemplates",
"introduced_in": "yoga",
"item_key": "clustertemplate",
"kind": "item",
"method": "PATCH",
"operation_id": "clustertemplate_patch",
"path": "/v1/clustertemplates/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "clustertemplate",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "clustertemplates",
"introduced_in": "yoga",
"kind": "item",
"method": "DELETE",
"operation_id": "clustertemplate_delete",
"path": "/v1/clustertemplates/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "clustertemplate",
"service": "magnum",
"status_code": 204
},
{
"collection_key": "certificates",
"introduced_in": "yoga",
"kind": "collection",
"method": "GET",
"operation_id": "certificate_list",
"path": "/v1/certificates",
"requires_auth": true,
"requires_project": true,
"resource_type": "certificate",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "certificates",
"create_status": 201,
"introduced_in": "yoga",
"item_key": "certificate",
"kind": "collection",
"method": "POST",
"operation_id": "certificate_create",
"path": "/v1/certificates",
"requires_auth": true,
"requires_project": true,
"resource_type": "certificate",
"service": "magnum",
"status_code": 201
},
{
"collection_key": "certificates",
"introduced_in": "yoga",
"item_key": "certificate",
"kind": "item",
"method": "GET",
"operation_id": "certificate_show",
"path": "/v1/certificates/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "certificate",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "certificates",
"introduced_in": "yoga",
"item_key": "certificate",
"kind": "item",
"method": "PUT",
"operation_id": "certificate_update",
"path": "/v1/certificates/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "certificate",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "certificates",
"introduced_in": "yoga",
"item_key": "certificate",
"kind": "item",
"method": "PATCH",
"operation_id": "certificate_patch",
"path": "/v1/certificates/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "certificate",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "certificates",
"introduced_in": "yoga",
"kind": "item",
"method": "DELETE",
"operation_id": "certificate_delete",
"path": "/v1/certificates/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "certificate",
"service": "magnum",
"status_code": 204
},
{
"collection_key": "nodegroups",
"introduced_in": "yoga",
"kind": "collection",
"method": "GET",
"operation_id": "nodegroup_list",
"path": "/v1/clusters/{cluster_id}/nodegroups",
"requires_auth": true,
"requires_project": true,
"resource_type": "nodegroup",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "nodegroups",
"create_status": 201,
"introduced_in": "yoga",
"item_key": "nodegroup",
"kind": "collection",
"method": "POST",
"operation_id": "nodegroup_create",
"path": "/v1/clusters/{cluster_id}/nodegroups",
"requires_auth": true,
"requires_project": true,
"resource_type": "nodegroup",
"service": "magnum",
"status_code": 201
},
{
"collection_key": "nodegroups",
"introduced_in": "yoga",
"item_key": "nodegroup",
"kind": "item",
"method": "GET",
"operation_id": "nodegroup_show",
"path": "/v1/clusters/{cluster_id}/nodegroups/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "nodegroup",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "nodegroups",
"introduced_in": "yoga",
"item_key": "nodegroup",
"kind": "item",
"method": "PUT",
"operation_id": "nodegroup_update",
"path": "/v1/clusters/{cluster_id}/nodegroups/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "nodegroup",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "nodegroups",
"introduced_in": "yoga",
"item_key": "nodegroup",
"kind": "item",
"method": "PATCH",
"operation_id": "nodegroup_patch",
"path": "/v1/clusters/{cluster_id}/nodegroups/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "nodegroup",
"service": "magnum",
"status_code": 200
},
{
"collection_key": "nodegroups",
"introduced_in": "yoga",
"kind": "item",
"method": "DELETE",
"operation_id": "nodegroup_delete",
"path": "/v1/clusters/{cluster_id}/nodegroups/{id}",
"requires_auth": true,
"requires_project": true,
"resource_type": "nodegroup",
"service": "magnum",
"status_code": 204
}
],
"port": 9511,
"service": "magnum",
"type": "container-infra",
"version_path": "/v1/"
}