cbd0adca91
Stateful FastAPI lab with contract packs, Compose/Helm, Docker Hub release targets, and Pulumi coverage across all Engine series (GET/POST/PUT/DELETE/HEAD).
7604 lines
207 KiB
JSON
7604 lines
207 KiB
JSON
{
|
|
"api_version": "3",
|
|
"operations": [
|
|
{
|
|
"collection_key": "api",
|
|
"create_status": 201,
|
|
"element": "api",
|
|
"introduced_in": "3.0",
|
|
"kind": "root",
|
|
"method": "GET",
|
|
"notes": "API entry point",
|
|
"operation_id": "api.get",
|
|
"path": "/ovirt-engine/api",
|
|
"requires_auth": false,
|
|
"resource_type": "api",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "bookmarks",
|
|
"create_status": 201,
|
|
"element": "bookmark",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List bookmarks",
|
|
"operation_id": "bookmarks.list",
|
|
"path": "/ovirt-engine/api/bookmarks",
|
|
"requires_auth": true,
|
|
"resource_type": "bookmark",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "bookmarks",
|
|
"create_status": 201,
|
|
"element": "bookmark",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add bookmark",
|
|
"operation_id": "bookmarks.add",
|
|
"path": "/ovirt-engine/api/bookmarks",
|
|
"requires_auth": true,
|
|
"resource_type": "bookmark",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "bookmarks",
|
|
"create_status": 201,
|
|
"element": "bookmark",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "bookmarks.get",
|
|
"path": "/ovirt-engine/api/bookmarks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "bookmark",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "bookmarks",
|
|
"create_status": 201,
|
|
"element": "bookmark",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "bookmarks.update",
|
|
"path": "/ovirt-engine/api/bookmarks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "bookmark",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "bookmarks",
|
|
"create_status": 201,
|
|
"element": "bookmark",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "bookmarks.remove",
|
|
"path": "/ovirt-engine/api/bookmarks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "bookmark",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List clusters",
|
|
"operation_id": "clusters.list",
|
|
"path": "/ovirt-engine/api/clusters",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add cluster",
|
|
"operation_id": "clusters.add",
|
|
"path": "/ovirt-engine/api/clusters",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "clusters.get",
|
|
"path": "/ovirt-engine/api/clusters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "clusters.update",
|
|
"path": "/ovirt-engine/api/clusters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "clusters.remove",
|
|
"path": "/ovirt-engine/api/clusters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action resetemulatedmachine",
|
|
"operation_id": "clusters.resetemulatedmachine",
|
|
"path": "/ovirt-engine/api/clusters/{id}/resetemulatedmachine",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action syncallnetworks",
|
|
"operation_id": "clusters.syncallnetworks",
|
|
"path": "/ovirt-engine/api/clusters/{id}/syncallnetworks",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action refreshglusterhealstatus",
|
|
"operation_id": "clusters.refreshglusterhealstatus",
|
|
"path": "/ovirt-engine/api/clusters/{id}/refreshglusterhealstatus",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "datacenters",
|
|
"create_status": 201,
|
|
"element": "data_center",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List datacenters",
|
|
"operation_id": "datacenters.list",
|
|
"path": "/ovirt-engine/api/datacenters",
|
|
"requires_auth": true,
|
|
"resource_type": "data_center",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "datacenters",
|
|
"create_status": 201,
|
|
"element": "data_center",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add data_center",
|
|
"operation_id": "datacenters.add",
|
|
"path": "/ovirt-engine/api/datacenters",
|
|
"requires_auth": true,
|
|
"resource_type": "data_center",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "datacenters",
|
|
"create_status": 201,
|
|
"element": "data_center",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "datacenters.get",
|
|
"path": "/ovirt-engine/api/datacenters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "data_center",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "datacenters",
|
|
"create_status": 201,
|
|
"element": "data_center",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "datacenters.update",
|
|
"path": "/ovirt-engine/api/datacenters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "data_center",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "datacenters",
|
|
"create_status": 201,
|
|
"element": "data_center",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "datacenters.remove",
|
|
"path": "/ovirt-engine/api/datacenters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "data_center",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "datacenters",
|
|
"create_status": 201,
|
|
"element": "data_center",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action cleanfinishedtasks",
|
|
"operation_id": "datacenters.cleanfinishedtasks",
|
|
"path": "/ovirt-engine/api/datacenters/{id}/cleanfinishedtasks",
|
|
"requires_auth": true,
|
|
"resource_type": "data_center",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List disks",
|
|
"operation_id": "disks.list",
|
|
"path": "/ovirt-engine/api/disks",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add disk",
|
|
"operation_id": "disks.add",
|
|
"path": "/ovirt-engine/api/disks",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "disks.get",
|
|
"path": "/ovirt-engine/api/disks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "disks.update",
|
|
"path": "/ovirt-engine/api/disks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "disks.remove",
|
|
"path": "/ovirt-engine/api/disks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action copy",
|
|
"operation_id": "disks.copy",
|
|
"path": "/ovirt-engine/api/disks/{id}/copy",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action export",
|
|
"operation_id": "disks.export",
|
|
"path": "/ovirt-engine/api/disks/{id}/export",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action move",
|
|
"operation_id": "disks.move",
|
|
"path": "/ovirt-engine/api/disks/{id}/move",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action sparsify",
|
|
"operation_id": "disks.sparsify",
|
|
"path": "/ovirt-engine/api/disks/{id}/sparsify",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "domains",
|
|
"create_status": 201,
|
|
"element": "domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List domains",
|
|
"operation_id": "domains.list",
|
|
"path": "/ovirt-engine/api/domains",
|
|
"requires_auth": true,
|
|
"resource_type": "domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "domains",
|
|
"create_status": 201,
|
|
"element": "domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add domain",
|
|
"operation_id": "domains.add",
|
|
"path": "/ovirt-engine/api/domains",
|
|
"requires_auth": true,
|
|
"resource_type": "domain",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "domains",
|
|
"create_status": 201,
|
|
"element": "domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "domains.get",
|
|
"path": "/ovirt-engine/api/domains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "domains",
|
|
"create_status": 201,
|
|
"element": "domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "domains.update",
|
|
"path": "/ovirt-engine/api/domains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "domains",
|
|
"create_status": 201,
|
|
"element": "domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "domains.remove",
|
|
"path": "/ovirt-engine/api/domains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "events",
|
|
"create_status": 201,
|
|
"element": "event",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List events",
|
|
"operation_id": "events.list",
|
|
"path": "/ovirt-engine/api/events",
|
|
"requires_auth": true,
|
|
"resource_type": "event",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "events",
|
|
"create_status": 201,
|
|
"element": "event",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add event",
|
|
"operation_id": "events.add",
|
|
"path": "/ovirt-engine/api/events",
|
|
"requires_auth": true,
|
|
"resource_type": "event",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "events",
|
|
"create_status": 201,
|
|
"element": "event",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "events.get",
|
|
"path": "/ovirt-engine/api/events/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "event",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "events",
|
|
"create_status": 201,
|
|
"element": "event",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "events.update",
|
|
"path": "/ovirt-engine/api/events/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "event",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "events",
|
|
"create_status": 201,
|
|
"element": "event",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "events.remove",
|
|
"path": "/ovirt-engine/api/events/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "event",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"create_status": 201,
|
|
"element": "group",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List groups",
|
|
"operation_id": "groups.list",
|
|
"path": "/ovirt-engine/api/groups",
|
|
"requires_auth": true,
|
|
"resource_type": "group",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"create_status": 201,
|
|
"element": "group",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add group",
|
|
"operation_id": "groups.add",
|
|
"path": "/ovirt-engine/api/groups",
|
|
"requires_auth": true,
|
|
"resource_type": "group",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"create_status": 201,
|
|
"element": "group",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "groups.get",
|
|
"path": "/ovirt-engine/api/groups/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "group",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"create_status": 201,
|
|
"element": "group",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "groups.update",
|
|
"path": "/ovirt-engine/api/groups/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "group",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"create_status": 201,
|
|
"element": "group",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "groups.remove",
|
|
"path": "/ovirt-engine/api/groups/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "group",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List hosts",
|
|
"operation_id": "hosts.list",
|
|
"path": "/ovirt-engine/api/hosts",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add host",
|
|
"operation_id": "hosts.add",
|
|
"path": "/ovirt-engine/api/hosts",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "hosts.get",
|
|
"path": "/ovirt-engine/api/hosts/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "hosts.update",
|
|
"path": "/ovirt-engine/api/hosts/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "hosts.remove",
|
|
"path": "/ovirt-engine/api/hosts/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action activate",
|
|
"operation_id": "hosts.activate",
|
|
"path": "/ovirt-engine/api/hosts/{id}/activate",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action deactivate",
|
|
"operation_id": "hosts.deactivate",
|
|
"path": "/ovirt-engine/api/hosts/{id}/deactivate",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action approve",
|
|
"operation_id": "hosts.approve",
|
|
"path": "/ovirt-engine/api/hosts/{id}/approve",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action install",
|
|
"operation_id": "hosts.install",
|
|
"path": "/ovirt-engine/api/hosts/{id}/install",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action fence",
|
|
"operation_id": "hosts.fence",
|
|
"path": "/ovirt-engine/api/hosts/{id}/fence",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action iscsidiscover",
|
|
"operation_id": "hosts.iscsidiscover",
|
|
"path": "/ovirt-engine/api/hosts/{id}/iscsidiscover",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action iscsilogin",
|
|
"operation_id": "hosts.iscsilogin",
|
|
"path": "/ovirt-engine/api/hosts/{id}/iscsilogin",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action commitnetconfig",
|
|
"operation_id": "hosts.commitnetconfig",
|
|
"path": "/ovirt-engine/api/hosts/{id}/commitnetconfig",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action refresh",
|
|
"operation_id": "hosts.refresh",
|
|
"path": "/ovirt-engine/api/hosts/{id}/refresh",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action upgradeCheck",
|
|
"operation_id": "hosts.upgradeCheck",
|
|
"path": "/ovirt-engine/api/hosts/{id}/upgradeCheck",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "jobs",
|
|
"create_status": 201,
|
|
"element": "job",
|
|
"introduced_in": "3.1",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List jobs",
|
|
"operation_id": "jobs.list",
|
|
"path": "/ovirt-engine/api/jobs",
|
|
"requires_auth": true,
|
|
"resource_type": "job",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "jobs",
|
|
"create_status": 201,
|
|
"element": "job",
|
|
"introduced_in": "3.1",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add job",
|
|
"operation_id": "jobs.add",
|
|
"path": "/ovirt-engine/api/jobs",
|
|
"requires_auth": true,
|
|
"resource_type": "job",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "jobs",
|
|
"create_status": 201,
|
|
"element": "job",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "jobs.get",
|
|
"path": "/ovirt-engine/api/jobs/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "job",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "jobs",
|
|
"create_status": 201,
|
|
"element": "job",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "jobs.update",
|
|
"path": "/ovirt-engine/api/jobs/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "job",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "jobs",
|
|
"create_status": 201,
|
|
"element": "job",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "jobs.remove",
|
|
"path": "/ovirt-engine/api/jobs/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "job",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List networks",
|
|
"operation_id": "networks.list",
|
|
"path": "/ovirt-engine/api/networks",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add network",
|
|
"operation_id": "networks.add",
|
|
"path": "/ovirt-engine/api/networks",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "networks.get",
|
|
"path": "/ovirt-engine/api/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "networks.update",
|
|
"path": "/ovirt-engine/api/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "networks.remove",
|
|
"path": "/ovirt-engine/api/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List permissions",
|
|
"operation_id": "permissions.list",
|
|
"path": "/ovirt-engine/api/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add permission",
|
|
"operation_id": "permissions.add",
|
|
"path": "/ovirt-engine/api/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "permissions.get",
|
|
"path": "/ovirt-engine/api/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "permissions.update",
|
|
"path": "/ovirt-engine/api/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "permissions.remove",
|
|
"path": "/ovirt-engine/api/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "roles",
|
|
"create_status": 201,
|
|
"element": "role",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List roles",
|
|
"operation_id": "roles.list",
|
|
"path": "/ovirt-engine/api/roles",
|
|
"requires_auth": true,
|
|
"resource_type": "role",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "roles",
|
|
"create_status": 201,
|
|
"element": "role",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add role",
|
|
"operation_id": "roles.add",
|
|
"path": "/ovirt-engine/api/roles",
|
|
"requires_auth": true,
|
|
"resource_type": "role",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "roles",
|
|
"create_status": 201,
|
|
"element": "role",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "roles.get",
|
|
"path": "/ovirt-engine/api/roles/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "role",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "roles",
|
|
"create_status": 201,
|
|
"element": "role",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "roles.update",
|
|
"path": "/ovirt-engine/api/roles/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "role",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "roles",
|
|
"create_status": 201,
|
|
"element": "role",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "roles.remove",
|
|
"path": "/ovirt-engine/api/roles/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "role",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storageconnections",
|
|
"create_status": 201,
|
|
"element": "storage_connection",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List storageconnections",
|
|
"operation_id": "storageconnections.list",
|
|
"path": "/ovirt-engine/api/storageconnections",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_connection",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storageconnections",
|
|
"create_status": 201,
|
|
"element": "storage_connection",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add storage_connection",
|
|
"operation_id": "storageconnections.add",
|
|
"path": "/ovirt-engine/api/storageconnections",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_connection",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "storageconnections",
|
|
"create_status": 201,
|
|
"element": "storage_connection",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "storageconnections.get",
|
|
"path": "/ovirt-engine/api/storageconnections/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_connection",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storageconnections",
|
|
"create_status": 201,
|
|
"element": "storage_connection",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "storageconnections.update",
|
|
"path": "/ovirt-engine/api/storageconnections/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_connection",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storageconnections",
|
|
"create_status": 201,
|
|
"element": "storage_connection",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "storageconnections.remove",
|
|
"path": "/ovirt-engine/api/storageconnections/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_connection",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List storagedomains",
|
|
"operation_id": "storagedomains.list",
|
|
"path": "/ovirt-engine/api/storagedomains",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add storage_domain",
|
|
"operation_id": "storagedomains.add",
|
|
"path": "/ovirt-engine/api/storagedomains",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "storagedomains.get",
|
|
"path": "/ovirt-engine/api/storagedomains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "storagedomains.update",
|
|
"path": "/ovirt-engine/api/storagedomains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "storagedomains.remove",
|
|
"path": "/ovirt-engine/api/storagedomains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action refreshluns",
|
|
"operation_id": "storagedomains.refreshluns",
|
|
"path": "/ovirt-engine/api/storagedomains/{id}/refreshluns",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action updateovfstore",
|
|
"operation_id": "storagedomains.updateovfstore",
|
|
"path": "/ovirt-engine/api/storagedomains/{id}/updateovfstore",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List tags",
|
|
"operation_id": "tags.list",
|
|
"path": "/ovirt-engine/api/tags",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add tag",
|
|
"operation_id": "tags.add",
|
|
"path": "/ovirt-engine/api/tags",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "tags.get",
|
|
"path": "/ovirt-engine/api/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "tags.update",
|
|
"path": "/ovirt-engine/api/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "tags.remove",
|
|
"path": "/ovirt-engine/api/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "templates",
|
|
"create_status": 201,
|
|
"element": "template",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List templates",
|
|
"operation_id": "templates.list",
|
|
"path": "/ovirt-engine/api/templates",
|
|
"requires_auth": true,
|
|
"resource_type": "template",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "templates",
|
|
"create_status": 201,
|
|
"element": "template",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add template",
|
|
"operation_id": "templates.add",
|
|
"path": "/ovirt-engine/api/templates",
|
|
"requires_auth": true,
|
|
"resource_type": "template",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "templates",
|
|
"create_status": 201,
|
|
"element": "template",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "templates.get",
|
|
"path": "/ovirt-engine/api/templates/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "template",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "templates",
|
|
"create_status": 201,
|
|
"element": "template",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "templates.update",
|
|
"path": "/ovirt-engine/api/templates/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "template",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "templates",
|
|
"create_status": 201,
|
|
"element": "template",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "templates.remove",
|
|
"path": "/ovirt-engine/api/templates/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "template",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "templates",
|
|
"create_status": 201,
|
|
"element": "template",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action export",
|
|
"operation_id": "templates.export",
|
|
"path": "/ovirt-engine/api/templates/{id}/export",
|
|
"requires_auth": true,
|
|
"resource_type": "template",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "users",
|
|
"create_status": 201,
|
|
"element": "user",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List users",
|
|
"operation_id": "users.list",
|
|
"path": "/ovirt-engine/api/users",
|
|
"requires_auth": true,
|
|
"resource_type": "user",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "users",
|
|
"create_status": 201,
|
|
"element": "user",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add user",
|
|
"operation_id": "users.add",
|
|
"path": "/ovirt-engine/api/users",
|
|
"requires_auth": true,
|
|
"resource_type": "user",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "users",
|
|
"create_status": 201,
|
|
"element": "user",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "users.get",
|
|
"path": "/ovirt-engine/api/users/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "user",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "users",
|
|
"create_status": 201,
|
|
"element": "user",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "users.update",
|
|
"path": "/ovirt-engine/api/users/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "user",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "users",
|
|
"create_status": 201,
|
|
"element": "user",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "users.remove",
|
|
"path": "/ovirt-engine/api/users/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "user",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vmpools",
|
|
"create_status": 201,
|
|
"element": "vm_pool",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List vmpools",
|
|
"operation_id": "vmpools.list",
|
|
"path": "/ovirt-engine/api/vmpools",
|
|
"requires_auth": true,
|
|
"resource_type": "vm_pool",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vmpools",
|
|
"create_status": 201,
|
|
"element": "vm_pool",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add vm_pool",
|
|
"operation_id": "vmpools.add",
|
|
"path": "/ovirt-engine/api/vmpools",
|
|
"requires_auth": true,
|
|
"resource_type": "vm_pool",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "vmpools",
|
|
"create_status": 201,
|
|
"element": "vm_pool",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "vmpools.get",
|
|
"path": "/ovirt-engine/api/vmpools/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "vm_pool",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vmpools",
|
|
"create_status": 201,
|
|
"element": "vm_pool",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "vmpools.update",
|
|
"path": "/ovirt-engine/api/vmpools/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "vm_pool",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vmpools",
|
|
"create_status": 201,
|
|
"element": "vm_pool",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "vmpools.remove",
|
|
"path": "/ovirt-engine/api/vmpools/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "vm_pool",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List vms",
|
|
"operation_id": "vms.list",
|
|
"path": "/ovirt-engine/api/vms",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add vm",
|
|
"operation_id": "vms.add",
|
|
"path": "/ovirt-engine/api/vms",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "vms.get",
|
|
"path": "/ovirt-engine/api/vms/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "vms.update",
|
|
"path": "/ovirt-engine/api/vms/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "vms.remove",
|
|
"path": "/ovirt-engine/api/vms/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action start",
|
|
"operation_id": "vms.start",
|
|
"path": "/ovirt-engine/api/vms/{id}/start",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action stop",
|
|
"operation_id": "vms.stop",
|
|
"path": "/ovirt-engine/api/vms/{id}/stop",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action shutdown",
|
|
"operation_id": "vms.shutdown",
|
|
"path": "/ovirt-engine/api/vms/{id}/shutdown",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action reboot",
|
|
"operation_id": "vms.reboot",
|
|
"path": "/ovirt-engine/api/vms/{id}/reboot",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action suspend",
|
|
"operation_id": "vms.suspend",
|
|
"path": "/ovirt-engine/api/vms/{id}/suspend",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action migrate",
|
|
"operation_id": "vms.migrate",
|
|
"path": "/ovirt-engine/api/vms/{id}/migrate",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action cancelmigration",
|
|
"operation_id": "vms.cancelmigration",
|
|
"path": "/ovirt-engine/api/vms/{id}/cancelmigration",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action clone",
|
|
"operation_id": "vms.clone",
|
|
"path": "/ovirt-engine/api/vms/{id}/clone",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action export",
|
|
"operation_id": "vms.export",
|
|
"path": "/ovirt-engine/api/vms/{id}/export",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action detach",
|
|
"operation_id": "vms.detach",
|
|
"path": "/ovirt-engine/api/vms/{id}/detach",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action screenthumbnail",
|
|
"operation_id": "vms.screenthumbnail",
|
|
"path": "/ovirt-engine/api/vms/{id}/screenthumbnail",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action ticket",
|
|
"operation_id": "vms.ticket",
|
|
"path": "/ovirt-engine/api/vms/{id}/ticket",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action logon",
|
|
"operation_id": "vms.logon",
|
|
"path": "/ovirt-engine/api/vms/{id}/logon",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action preview_snapshot",
|
|
"operation_id": "vms.preview_snapshot",
|
|
"path": "/ovirt-engine/api/vms/{id}/preview_snapshot",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action commit_snapshot",
|
|
"operation_id": "vms.commit_snapshot",
|
|
"path": "/ovirt-engine/api/vms/{id}/commit_snapshot",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action undo_snapshot",
|
|
"operation_id": "vms.undo_snapshot",
|
|
"path": "/ovirt-engine/api/vms/{id}/undo_snapshot",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action freeze_filesystems",
|
|
"operation_id": "vms.freeze_filesystems",
|
|
"path": "/ovirt-engine/api/vms/{id}/freeze_filesystems",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action thaw_filesystems",
|
|
"operation_id": "vms.thaw_filesystems",
|
|
"path": "/ovirt-engine/api/vms/{id}/thaw_filesystems",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List diskattachments",
|
|
"operation_id": "diskattachments.list",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/diskattachments",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add disk_attachment",
|
|
"operation_id": "diskattachments.add",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/diskattachments",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "diskattachments.get",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/diskattachments/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "diskattachments.update",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/diskattachments/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "diskattachments.remove",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/diskattachments/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List nics",
|
|
"operation_id": "nics.list",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/nics",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add nic",
|
|
"operation_id": "nics.add",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/nics",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "nics.get",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "nics.update",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "nics.remove",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action activate",
|
|
"operation_id": "nics.activate",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/nics/{id}/activate",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action deactivate",
|
|
"operation_id": "nics.deactivate",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/nics/{id}/deactivate",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "cdroms",
|
|
"create_status": 201,
|
|
"element": "cdrom",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List cdroms",
|
|
"operation_id": "cdroms.list",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/cdroms",
|
|
"requires_auth": true,
|
|
"resource_type": "cdrom",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "cdroms",
|
|
"create_status": 201,
|
|
"element": "cdrom",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add cdrom",
|
|
"operation_id": "cdroms.add",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/cdroms",
|
|
"requires_auth": true,
|
|
"resource_type": "cdrom",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "cdroms",
|
|
"create_status": 201,
|
|
"element": "cdrom",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "cdroms.get",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/cdroms/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cdrom",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "cdroms",
|
|
"create_status": 201,
|
|
"element": "cdrom",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "cdroms.update",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/cdroms/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cdrom",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "cdroms",
|
|
"create_status": 201,
|
|
"element": "cdrom",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "cdroms.remove",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/cdroms/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cdrom",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"create_status": 201,
|
|
"element": "snapshot",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List snapshots",
|
|
"operation_id": "snapshots.list",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/snapshots",
|
|
"requires_auth": true,
|
|
"resource_type": "snapshot",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"create_status": 201,
|
|
"element": "snapshot",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add snapshot",
|
|
"operation_id": "snapshots.add",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/snapshots",
|
|
"requires_auth": true,
|
|
"resource_type": "snapshot",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"create_status": 201,
|
|
"element": "snapshot",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "snapshots.get",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/snapshots/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "snapshot",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"create_status": 201,
|
|
"element": "snapshot",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "snapshots.update",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/snapshots/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "snapshot",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"create_status": 201,
|
|
"element": "snapshot",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "snapshots.remove",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/snapshots/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "snapshot",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"create_status": 201,
|
|
"element": "snapshot",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action restore",
|
|
"operation_id": "snapshots.restore",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/snapshots/{id}/restore",
|
|
"requires_auth": true,
|
|
"resource_type": "snapshot",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List tags",
|
|
"operation_id": "tags.list",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/tags",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add tag",
|
|
"operation_id": "tags.add",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/tags",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "tags.get",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "tags.update",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "tags.remove",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List permissions",
|
|
"operation_id": "permissions.list",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add permission",
|
|
"operation_id": "permissions.add",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "permissions.get",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "permissions.update",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "permissions.remove",
|
|
"path": "/ovirt-engine/api/vms/{vm_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List nics",
|
|
"operation_id": "nics.list",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/nics",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add host_nic",
|
|
"operation_id": "nics.add",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/nics",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "nics.get",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "nics.update",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "nics.remove",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action update",
|
|
"operation_id": "nics.update",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/nics/{id}/update",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action attach",
|
|
"operation_id": "nics.attach",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/nics/{id}/attach",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action detach",
|
|
"operation_id": "nics.detach",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/nics/{id}/detach",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List tags",
|
|
"operation_id": "tags.list",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/tags",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add tag",
|
|
"operation_id": "tags.add",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/tags",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "tags.get",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "tags.update",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "tags.remove",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List permissions",
|
|
"operation_id": "permissions.list",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add permission",
|
|
"operation_id": "permissions.add",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "permissions.get",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "permissions.update",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "permissions.remove",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "statistics",
|
|
"create_status": 201,
|
|
"element": "statistic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List statistics",
|
|
"operation_id": "statistics.list",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/statistics",
|
|
"requires_auth": true,
|
|
"resource_type": "statistic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "statistics",
|
|
"create_status": 201,
|
|
"element": "statistic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add statistic",
|
|
"operation_id": "statistics.add",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/statistics",
|
|
"requires_auth": true,
|
|
"resource_type": "statistic",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "statistics",
|
|
"create_status": 201,
|
|
"element": "statistic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "statistics.get",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/statistics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "statistic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "statistics",
|
|
"create_status": 201,
|
|
"element": "statistic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "statistics.update",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/statistics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "statistic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "statistics",
|
|
"create_status": 201,
|
|
"element": "statistic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "statistics.remove",
|
|
"path": "/ovirt-engine/api/hosts/{host_id}/statistics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "statistic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List networks",
|
|
"operation_id": "networks.list",
|
|
"path": "/ovirt-engine/api/clusters/{cluster_id}/networks",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add network",
|
|
"operation_id": "networks.add",
|
|
"path": "/ovirt-engine/api/clusters/{cluster_id}/networks",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "networks.get",
|
|
"path": "/ovirt-engine/api/clusters/{cluster_id}/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "networks.update",
|
|
"path": "/ovirt-engine/api/clusters/{cluster_id}/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "networks.remove",
|
|
"path": "/ovirt-engine/api/clusters/{cluster_id}/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List permissions",
|
|
"operation_id": "permissions.list",
|
|
"path": "/ovirt-engine/api/clusters/{cluster_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add permission",
|
|
"operation_id": "permissions.add",
|
|
"path": "/ovirt-engine/api/clusters/{cluster_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "permissions.get",
|
|
"path": "/ovirt-engine/api/clusters/{cluster_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "permissions.update",
|
|
"path": "/ovirt-engine/api/clusters/{cluster_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "permissions.remove",
|
|
"path": "/ovirt-engine/api/clusters/{cluster_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List storagedomains",
|
|
"operation_id": "storagedomains.list",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/storagedomains",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add storage_domain",
|
|
"operation_id": "storagedomains.add",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/storagedomains",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "storagedomains.get",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/storagedomains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "storagedomains.update",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/storagedomains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "storagedomains.remove",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/storagedomains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action activate",
|
|
"operation_id": "storagedomains.activate",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/storagedomains/{id}/activate",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action deactivate",
|
|
"operation_id": "storagedomains.deactivate",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/storagedomains/{id}/deactivate",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List clusters",
|
|
"operation_id": "clusters.list",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/clusters",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add cluster",
|
|
"operation_id": "clusters.add",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/clusters",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "clusters.get",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/clusters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "clusters.update",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/clusters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "clusters.remove",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/clusters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List networks",
|
|
"operation_id": "networks.list",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/networks",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add network",
|
|
"operation_id": "networks.add",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/networks",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "networks.get",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "networks.update",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "networks.remove",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"create_status": 201,
|
|
"element": "quota",
|
|
"introduced_in": "3.1",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List quotas",
|
|
"operation_id": "quotas.list",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/quotas",
|
|
"requires_auth": true,
|
|
"resource_type": "quota",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"create_status": 201,
|
|
"element": "quota",
|
|
"introduced_in": "3.1",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add quota",
|
|
"operation_id": "quotas.add",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/quotas",
|
|
"requires_auth": true,
|
|
"resource_type": "quota",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"create_status": 201,
|
|
"element": "quota",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "quotas.get",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/quotas/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "quota",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"create_status": 201,
|
|
"element": "quota",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "quotas.update",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/quotas/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "quota",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"create_status": 201,
|
|
"element": "quota",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "quotas.remove",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/quotas/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "quota",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List permissions",
|
|
"operation_id": "permissions.list",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add permission",
|
|
"operation_id": "permissions.add",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "permissions.get",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "permissions.update",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "permissions.remove",
|
|
"path": "/ovirt-engine/api/datacenters/{datacenter_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List diskattachments",
|
|
"operation_id": "diskattachments.list",
|
|
"path": "/ovirt-engine/api/templates/{template_id}/diskattachments",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add disk_attachment",
|
|
"operation_id": "diskattachments.add",
|
|
"path": "/ovirt-engine/api/templates/{template_id}/diskattachments",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "diskattachments.get",
|
|
"path": "/ovirt-engine/api/templates/{template_id}/diskattachments/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "diskattachments.update",
|
|
"path": "/ovirt-engine/api/templates/{template_id}/diskattachments/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "diskattachments.remove",
|
|
"path": "/ovirt-engine/api/templates/{template_id}/diskattachments/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List nics",
|
|
"operation_id": "nics.list",
|
|
"path": "/ovirt-engine/api/templates/{template_id}/nics",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add nic",
|
|
"operation_id": "nics.add",
|
|
"path": "/ovirt-engine/api/templates/{template_id}/nics",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "nics.get",
|
|
"path": "/ovirt-engine/api/templates/{template_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "nics.update",
|
|
"path": "/ovirt-engine/api/templates/{template_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "nics.remove",
|
|
"path": "/ovirt-engine/api/templates/{template_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List disks",
|
|
"operation_id": "disks.list",
|
|
"path": "/ovirt-engine/api/storagedomains/{storagedomain_id}/disks",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add disk",
|
|
"operation_id": "disks.add",
|
|
"path": "/ovirt-engine/api/storagedomains/{storagedomain_id}/disks",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "disks.get",
|
|
"path": "/ovirt-engine/api/storagedomains/{storagedomain_id}/disks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "disks.update",
|
|
"path": "/ovirt-engine/api/storagedomains/{storagedomain_id}/disks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "disks.remove",
|
|
"path": "/ovirt-engine/api/storagedomains/{storagedomain_id}/disks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "files",
|
|
"create_status": 201,
|
|
"element": "file",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List files",
|
|
"operation_id": "files.list",
|
|
"path": "/ovirt-engine/api/storagedomains/{storagedomain_id}/files",
|
|
"requires_auth": true,
|
|
"resource_type": "file",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "files",
|
|
"create_status": 201,
|
|
"element": "file",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add file",
|
|
"operation_id": "files.add",
|
|
"path": "/ovirt-engine/api/storagedomains/{storagedomain_id}/files",
|
|
"requires_auth": true,
|
|
"resource_type": "file",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "files",
|
|
"create_status": 201,
|
|
"element": "file",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "files.get",
|
|
"path": "/ovirt-engine/api/storagedomains/{storagedomain_id}/files/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "file",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "files",
|
|
"create_status": 201,
|
|
"element": "file",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "files.update",
|
|
"path": "/ovirt-engine/api/storagedomains/{storagedomain_id}/files/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "file",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "files",
|
|
"create_status": 201,
|
|
"element": "file",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "files.remove",
|
|
"path": "/ovirt-engine/api/storagedomains/{storagedomain_id}/files/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "file",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "steps",
|
|
"create_status": 201,
|
|
"element": "step",
|
|
"introduced_in": "3.1",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List steps",
|
|
"operation_id": "steps.list",
|
|
"path": "/ovirt-engine/api/jobs/{job_id}/steps",
|
|
"requires_auth": true,
|
|
"resource_type": "step",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "steps",
|
|
"create_status": 201,
|
|
"element": "step",
|
|
"introduced_in": "3.1",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add step",
|
|
"operation_id": "steps.add",
|
|
"path": "/ovirt-engine/api/jobs/{job_id}/steps",
|
|
"requires_auth": true,
|
|
"resource_type": "step",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "steps",
|
|
"create_status": 201,
|
|
"element": "step",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "steps.get",
|
|
"path": "/ovirt-engine/api/jobs/{job_id}/steps/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "step",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "steps",
|
|
"create_status": 201,
|
|
"element": "step",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "steps.update",
|
|
"path": "/ovirt-engine/api/jobs/{job_id}/steps/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "step",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "steps",
|
|
"create_status": 201,
|
|
"element": "step",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "steps.remove",
|
|
"path": "/ovirt-engine/api/jobs/{job_id}/steps/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "step",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "api",
|
|
"create_status": 201,
|
|
"element": "api",
|
|
"introduced_in": "3.0",
|
|
"kind": "root",
|
|
"method": "GET",
|
|
"notes": "API entry point",
|
|
"operation_id": "api.v3.get",
|
|
"path": "/ovirt-engine/api/v3",
|
|
"requires_auth": false,
|
|
"resource_type": "api",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "bookmarks",
|
|
"create_status": 201,
|
|
"element": "bookmark",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List bookmarks",
|
|
"operation_id": "bookmarks.list",
|
|
"path": "/ovirt-engine/api/v3/bookmarks",
|
|
"requires_auth": true,
|
|
"resource_type": "bookmark",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "bookmarks",
|
|
"create_status": 201,
|
|
"element": "bookmark",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add bookmark",
|
|
"operation_id": "bookmarks.add",
|
|
"path": "/ovirt-engine/api/v3/bookmarks",
|
|
"requires_auth": true,
|
|
"resource_type": "bookmark",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "bookmarks",
|
|
"create_status": 201,
|
|
"element": "bookmark",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "bookmarks.get",
|
|
"path": "/ovirt-engine/api/v3/bookmarks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "bookmark",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "bookmarks",
|
|
"create_status": 201,
|
|
"element": "bookmark",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "bookmarks.update",
|
|
"path": "/ovirt-engine/api/v3/bookmarks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "bookmark",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "bookmarks",
|
|
"create_status": 201,
|
|
"element": "bookmark",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "bookmarks.remove",
|
|
"path": "/ovirt-engine/api/v3/bookmarks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "bookmark",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List clusters",
|
|
"operation_id": "clusters.list",
|
|
"path": "/ovirt-engine/api/v3/clusters",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add cluster",
|
|
"operation_id": "clusters.add",
|
|
"path": "/ovirt-engine/api/v3/clusters",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "clusters.get",
|
|
"path": "/ovirt-engine/api/v3/clusters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "clusters.update",
|
|
"path": "/ovirt-engine/api/v3/clusters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "clusters.remove",
|
|
"path": "/ovirt-engine/api/v3/clusters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action resetemulatedmachine",
|
|
"operation_id": "clusters.resetemulatedmachine",
|
|
"path": "/ovirt-engine/api/v3/clusters/{id}/resetemulatedmachine",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action syncallnetworks",
|
|
"operation_id": "clusters.syncallnetworks",
|
|
"path": "/ovirt-engine/api/v3/clusters/{id}/syncallnetworks",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action refreshglusterhealstatus",
|
|
"operation_id": "clusters.refreshglusterhealstatus",
|
|
"path": "/ovirt-engine/api/v3/clusters/{id}/refreshglusterhealstatus",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "datacenters",
|
|
"create_status": 201,
|
|
"element": "data_center",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List datacenters",
|
|
"operation_id": "datacenters.list",
|
|
"path": "/ovirt-engine/api/v3/datacenters",
|
|
"requires_auth": true,
|
|
"resource_type": "data_center",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "datacenters",
|
|
"create_status": 201,
|
|
"element": "data_center",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add data_center",
|
|
"operation_id": "datacenters.add",
|
|
"path": "/ovirt-engine/api/v3/datacenters",
|
|
"requires_auth": true,
|
|
"resource_type": "data_center",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "datacenters",
|
|
"create_status": 201,
|
|
"element": "data_center",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "datacenters.get",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "data_center",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "datacenters",
|
|
"create_status": 201,
|
|
"element": "data_center",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "datacenters.update",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "data_center",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "datacenters",
|
|
"create_status": 201,
|
|
"element": "data_center",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "datacenters.remove",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "data_center",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "datacenters",
|
|
"create_status": 201,
|
|
"element": "data_center",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action cleanfinishedtasks",
|
|
"operation_id": "datacenters.cleanfinishedtasks",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{id}/cleanfinishedtasks",
|
|
"requires_auth": true,
|
|
"resource_type": "data_center",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List disks",
|
|
"operation_id": "disks.list",
|
|
"path": "/ovirt-engine/api/v3/disks",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add disk",
|
|
"operation_id": "disks.add",
|
|
"path": "/ovirt-engine/api/v3/disks",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "disks.get",
|
|
"path": "/ovirt-engine/api/v3/disks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "disks.update",
|
|
"path": "/ovirt-engine/api/v3/disks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "disks.remove",
|
|
"path": "/ovirt-engine/api/v3/disks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action copy",
|
|
"operation_id": "disks.copy",
|
|
"path": "/ovirt-engine/api/v3/disks/{id}/copy",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action export",
|
|
"operation_id": "disks.export",
|
|
"path": "/ovirt-engine/api/v3/disks/{id}/export",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action move",
|
|
"operation_id": "disks.move",
|
|
"path": "/ovirt-engine/api/v3/disks/{id}/move",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action sparsify",
|
|
"operation_id": "disks.sparsify",
|
|
"path": "/ovirt-engine/api/v3/disks/{id}/sparsify",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "domains",
|
|
"create_status": 201,
|
|
"element": "domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List domains",
|
|
"operation_id": "domains.list",
|
|
"path": "/ovirt-engine/api/v3/domains",
|
|
"requires_auth": true,
|
|
"resource_type": "domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "domains",
|
|
"create_status": 201,
|
|
"element": "domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add domain",
|
|
"operation_id": "domains.add",
|
|
"path": "/ovirt-engine/api/v3/domains",
|
|
"requires_auth": true,
|
|
"resource_type": "domain",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "domains",
|
|
"create_status": 201,
|
|
"element": "domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "domains.get",
|
|
"path": "/ovirt-engine/api/v3/domains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "domains",
|
|
"create_status": 201,
|
|
"element": "domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "domains.update",
|
|
"path": "/ovirt-engine/api/v3/domains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "domains",
|
|
"create_status": 201,
|
|
"element": "domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "domains.remove",
|
|
"path": "/ovirt-engine/api/v3/domains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "events",
|
|
"create_status": 201,
|
|
"element": "event",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List events",
|
|
"operation_id": "events.list",
|
|
"path": "/ovirt-engine/api/v3/events",
|
|
"requires_auth": true,
|
|
"resource_type": "event",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "events",
|
|
"create_status": 201,
|
|
"element": "event",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add event",
|
|
"operation_id": "events.add",
|
|
"path": "/ovirt-engine/api/v3/events",
|
|
"requires_auth": true,
|
|
"resource_type": "event",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "events",
|
|
"create_status": 201,
|
|
"element": "event",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "events.get",
|
|
"path": "/ovirt-engine/api/v3/events/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "event",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "events",
|
|
"create_status": 201,
|
|
"element": "event",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "events.update",
|
|
"path": "/ovirt-engine/api/v3/events/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "event",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "events",
|
|
"create_status": 201,
|
|
"element": "event",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "events.remove",
|
|
"path": "/ovirt-engine/api/v3/events/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "event",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"create_status": 201,
|
|
"element": "group",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List groups",
|
|
"operation_id": "groups.list",
|
|
"path": "/ovirt-engine/api/v3/groups",
|
|
"requires_auth": true,
|
|
"resource_type": "group",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"create_status": 201,
|
|
"element": "group",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add group",
|
|
"operation_id": "groups.add",
|
|
"path": "/ovirt-engine/api/v3/groups",
|
|
"requires_auth": true,
|
|
"resource_type": "group",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"create_status": 201,
|
|
"element": "group",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "groups.get",
|
|
"path": "/ovirt-engine/api/v3/groups/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "group",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"create_status": 201,
|
|
"element": "group",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "groups.update",
|
|
"path": "/ovirt-engine/api/v3/groups/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "group",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "groups",
|
|
"create_status": 201,
|
|
"element": "group",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "groups.remove",
|
|
"path": "/ovirt-engine/api/v3/groups/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "group",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List hosts",
|
|
"operation_id": "hosts.list",
|
|
"path": "/ovirt-engine/api/v3/hosts",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add host",
|
|
"operation_id": "hosts.add",
|
|
"path": "/ovirt-engine/api/v3/hosts",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "hosts.get",
|
|
"path": "/ovirt-engine/api/v3/hosts/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "hosts.update",
|
|
"path": "/ovirt-engine/api/v3/hosts/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "hosts.remove",
|
|
"path": "/ovirt-engine/api/v3/hosts/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action activate",
|
|
"operation_id": "hosts.activate",
|
|
"path": "/ovirt-engine/api/v3/hosts/{id}/activate",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action deactivate",
|
|
"operation_id": "hosts.deactivate",
|
|
"path": "/ovirt-engine/api/v3/hosts/{id}/deactivate",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action approve",
|
|
"operation_id": "hosts.approve",
|
|
"path": "/ovirt-engine/api/v3/hosts/{id}/approve",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action install",
|
|
"operation_id": "hosts.install",
|
|
"path": "/ovirt-engine/api/v3/hosts/{id}/install",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action fence",
|
|
"operation_id": "hosts.fence",
|
|
"path": "/ovirt-engine/api/v3/hosts/{id}/fence",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action iscsidiscover",
|
|
"operation_id": "hosts.iscsidiscover",
|
|
"path": "/ovirt-engine/api/v3/hosts/{id}/iscsidiscover",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action iscsilogin",
|
|
"operation_id": "hosts.iscsilogin",
|
|
"path": "/ovirt-engine/api/v3/hosts/{id}/iscsilogin",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action commitnetconfig",
|
|
"operation_id": "hosts.commitnetconfig",
|
|
"path": "/ovirt-engine/api/v3/hosts/{id}/commitnetconfig",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action refresh",
|
|
"operation_id": "hosts.refresh",
|
|
"path": "/ovirt-engine/api/v3/hosts/{id}/refresh",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "hosts",
|
|
"create_status": 201,
|
|
"element": "host",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action upgradeCheck",
|
|
"operation_id": "hosts.upgradeCheck",
|
|
"path": "/ovirt-engine/api/v3/hosts/{id}/upgradeCheck",
|
|
"requires_auth": true,
|
|
"resource_type": "host",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "jobs",
|
|
"create_status": 201,
|
|
"element": "job",
|
|
"introduced_in": "3.1",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List jobs",
|
|
"operation_id": "jobs.list",
|
|
"path": "/ovirt-engine/api/v3/jobs",
|
|
"requires_auth": true,
|
|
"resource_type": "job",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "jobs",
|
|
"create_status": 201,
|
|
"element": "job",
|
|
"introduced_in": "3.1",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add job",
|
|
"operation_id": "jobs.add",
|
|
"path": "/ovirt-engine/api/v3/jobs",
|
|
"requires_auth": true,
|
|
"resource_type": "job",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "jobs",
|
|
"create_status": 201,
|
|
"element": "job",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "jobs.get",
|
|
"path": "/ovirt-engine/api/v3/jobs/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "job",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "jobs",
|
|
"create_status": 201,
|
|
"element": "job",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "jobs.update",
|
|
"path": "/ovirt-engine/api/v3/jobs/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "job",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "jobs",
|
|
"create_status": 201,
|
|
"element": "job",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "jobs.remove",
|
|
"path": "/ovirt-engine/api/v3/jobs/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "job",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List networks",
|
|
"operation_id": "networks.list",
|
|
"path": "/ovirt-engine/api/v3/networks",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add network",
|
|
"operation_id": "networks.add",
|
|
"path": "/ovirt-engine/api/v3/networks",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "networks.get",
|
|
"path": "/ovirt-engine/api/v3/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "networks.update",
|
|
"path": "/ovirt-engine/api/v3/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "networks.remove",
|
|
"path": "/ovirt-engine/api/v3/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List permissions",
|
|
"operation_id": "permissions.list",
|
|
"path": "/ovirt-engine/api/v3/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add permission",
|
|
"operation_id": "permissions.add",
|
|
"path": "/ovirt-engine/api/v3/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "permissions.get",
|
|
"path": "/ovirt-engine/api/v3/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "permissions.update",
|
|
"path": "/ovirt-engine/api/v3/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "permissions.remove",
|
|
"path": "/ovirt-engine/api/v3/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "roles",
|
|
"create_status": 201,
|
|
"element": "role",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List roles",
|
|
"operation_id": "roles.list",
|
|
"path": "/ovirt-engine/api/v3/roles",
|
|
"requires_auth": true,
|
|
"resource_type": "role",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "roles",
|
|
"create_status": 201,
|
|
"element": "role",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add role",
|
|
"operation_id": "roles.add",
|
|
"path": "/ovirt-engine/api/v3/roles",
|
|
"requires_auth": true,
|
|
"resource_type": "role",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "roles",
|
|
"create_status": 201,
|
|
"element": "role",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "roles.get",
|
|
"path": "/ovirt-engine/api/v3/roles/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "role",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "roles",
|
|
"create_status": 201,
|
|
"element": "role",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "roles.update",
|
|
"path": "/ovirt-engine/api/v3/roles/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "role",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "roles",
|
|
"create_status": 201,
|
|
"element": "role",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "roles.remove",
|
|
"path": "/ovirt-engine/api/v3/roles/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "role",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storageconnections",
|
|
"create_status": 201,
|
|
"element": "storage_connection",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List storageconnections",
|
|
"operation_id": "storageconnections.list",
|
|
"path": "/ovirt-engine/api/v3/storageconnections",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_connection",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storageconnections",
|
|
"create_status": 201,
|
|
"element": "storage_connection",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add storage_connection",
|
|
"operation_id": "storageconnections.add",
|
|
"path": "/ovirt-engine/api/v3/storageconnections",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_connection",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "storageconnections",
|
|
"create_status": 201,
|
|
"element": "storage_connection",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "storageconnections.get",
|
|
"path": "/ovirt-engine/api/v3/storageconnections/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_connection",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storageconnections",
|
|
"create_status": 201,
|
|
"element": "storage_connection",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "storageconnections.update",
|
|
"path": "/ovirt-engine/api/v3/storageconnections/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_connection",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storageconnections",
|
|
"create_status": 201,
|
|
"element": "storage_connection",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "storageconnections.remove",
|
|
"path": "/ovirt-engine/api/v3/storageconnections/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_connection",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List storagedomains",
|
|
"operation_id": "storagedomains.list",
|
|
"path": "/ovirt-engine/api/v3/storagedomains",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add storage_domain",
|
|
"operation_id": "storagedomains.add",
|
|
"path": "/ovirt-engine/api/v3/storagedomains",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "storagedomains.get",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "storagedomains.update",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "storagedomains.remove",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action refreshluns",
|
|
"operation_id": "storagedomains.refreshluns",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{id}/refreshluns",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action updateovfstore",
|
|
"operation_id": "storagedomains.updateovfstore",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{id}/updateovfstore",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List tags",
|
|
"operation_id": "tags.list",
|
|
"path": "/ovirt-engine/api/v3/tags",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add tag",
|
|
"operation_id": "tags.add",
|
|
"path": "/ovirt-engine/api/v3/tags",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "tags.get",
|
|
"path": "/ovirt-engine/api/v3/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "tags.update",
|
|
"path": "/ovirt-engine/api/v3/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "tags.remove",
|
|
"path": "/ovirt-engine/api/v3/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "templates",
|
|
"create_status": 201,
|
|
"element": "template",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List templates",
|
|
"operation_id": "templates.list",
|
|
"path": "/ovirt-engine/api/v3/templates",
|
|
"requires_auth": true,
|
|
"resource_type": "template",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "templates",
|
|
"create_status": 201,
|
|
"element": "template",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add template",
|
|
"operation_id": "templates.add",
|
|
"path": "/ovirt-engine/api/v3/templates",
|
|
"requires_auth": true,
|
|
"resource_type": "template",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "templates",
|
|
"create_status": 201,
|
|
"element": "template",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "templates.get",
|
|
"path": "/ovirt-engine/api/v3/templates/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "template",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "templates",
|
|
"create_status": 201,
|
|
"element": "template",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "templates.update",
|
|
"path": "/ovirt-engine/api/v3/templates/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "template",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "templates",
|
|
"create_status": 201,
|
|
"element": "template",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "templates.remove",
|
|
"path": "/ovirt-engine/api/v3/templates/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "template",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "templates",
|
|
"create_status": 201,
|
|
"element": "template",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action export",
|
|
"operation_id": "templates.export",
|
|
"path": "/ovirt-engine/api/v3/templates/{id}/export",
|
|
"requires_auth": true,
|
|
"resource_type": "template",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "users",
|
|
"create_status": 201,
|
|
"element": "user",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List users",
|
|
"operation_id": "users.list",
|
|
"path": "/ovirt-engine/api/v3/users",
|
|
"requires_auth": true,
|
|
"resource_type": "user",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "users",
|
|
"create_status": 201,
|
|
"element": "user",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add user",
|
|
"operation_id": "users.add",
|
|
"path": "/ovirt-engine/api/v3/users",
|
|
"requires_auth": true,
|
|
"resource_type": "user",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "users",
|
|
"create_status": 201,
|
|
"element": "user",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "users.get",
|
|
"path": "/ovirt-engine/api/v3/users/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "user",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "users",
|
|
"create_status": 201,
|
|
"element": "user",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "users.update",
|
|
"path": "/ovirt-engine/api/v3/users/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "user",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "users",
|
|
"create_status": 201,
|
|
"element": "user",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "users.remove",
|
|
"path": "/ovirt-engine/api/v3/users/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "user",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vmpools",
|
|
"create_status": 201,
|
|
"element": "vm_pool",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List vmpools",
|
|
"operation_id": "vmpools.list",
|
|
"path": "/ovirt-engine/api/v3/vmpools",
|
|
"requires_auth": true,
|
|
"resource_type": "vm_pool",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vmpools",
|
|
"create_status": 201,
|
|
"element": "vm_pool",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add vm_pool",
|
|
"operation_id": "vmpools.add",
|
|
"path": "/ovirt-engine/api/v3/vmpools",
|
|
"requires_auth": true,
|
|
"resource_type": "vm_pool",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "vmpools",
|
|
"create_status": 201,
|
|
"element": "vm_pool",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "vmpools.get",
|
|
"path": "/ovirt-engine/api/v3/vmpools/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "vm_pool",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vmpools",
|
|
"create_status": 201,
|
|
"element": "vm_pool",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "vmpools.update",
|
|
"path": "/ovirt-engine/api/v3/vmpools/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "vm_pool",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vmpools",
|
|
"create_status": 201,
|
|
"element": "vm_pool",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "vmpools.remove",
|
|
"path": "/ovirt-engine/api/v3/vmpools/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "vm_pool",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List vms",
|
|
"operation_id": "vms.list",
|
|
"path": "/ovirt-engine/api/v3/vms",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": true,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add vm",
|
|
"operation_id": "vms.add",
|
|
"path": "/ovirt-engine/api/v3/vms",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "vms.get",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "vms.update",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "vms.remove",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action start",
|
|
"operation_id": "vms.start",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/start",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action stop",
|
|
"operation_id": "vms.stop",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/stop",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action shutdown",
|
|
"operation_id": "vms.shutdown",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/shutdown",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action reboot",
|
|
"operation_id": "vms.reboot",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/reboot",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action suspend",
|
|
"operation_id": "vms.suspend",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/suspend",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action migrate",
|
|
"operation_id": "vms.migrate",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/migrate",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action cancelmigration",
|
|
"operation_id": "vms.cancelmigration",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/cancelmigration",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action clone",
|
|
"operation_id": "vms.clone",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/clone",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action export",
|
|
"operation_id": "vms.export",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/export",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action detach",
|
|
"operation_id": "vms.detach",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/detach",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action screenthumbnail",
|
|
"operation_id": "vms.screenthumbnail",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/screenthumbnail",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action ticket",
|
|
"operation_id": "vms.ticket",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/ticket",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action logon",
|
|
"operation_id": "vms.logon",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/logon",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action preview_snapshot",
|
|
"operation_id": "vms.preview_snapshot",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/preview_snapshot",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action commit_snapshot",
|
|
"operation_id": "vms.commit_snapshot",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/commit_snapshot",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action undo_snapshot",
|
|
"operation_id": "vms.undo_snapshot",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/undo_snapshot",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action freeze_filesystems",
|
|
"operation_id": "vms.freeze_filesystems",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/freeze_filesystems",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "vms",
|
|
"create_status": 201,
|
|
"element": "vm",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action thaw_filesystems",
|
|
"operation_id": "vms.thaw_filesystems",
|
|
"path": "/ovirt-engine/api/v3/vms/{id}/thaw_filesystems",
|
|
"requires_auth": true,
|
|
"resource_type": "vm",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List diskattachments",
|
|
"operation_id": "diskattachments.list",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/diskattachments",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add disk_attachment",
|
|
"operation_id": "diskattachments.add",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/diskattachments",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "diskattachments.get",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/diskattachments/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "diskattachments.update",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/diskattachments/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "diskattachments.remove",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/diskattachments/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List nics",
|
|
"operation_id": "nics.list",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/nics",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add nic",
|
|
"operation_id": "nics.add",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/nics",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "nics.get",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "nics.update",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "nics.remove",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action activate",
|
|
"operation_id": "nics.activate",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/nics/{id}/activate",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action deactivate",
|
|
"operation_id": "nics.deactivate",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/nics/{id}/deactivate",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "cdroms",
|
|
"create_status": 201,
|
|
"element": "cdrom",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List cdroms",
|
|
"operation_id": "cdroms.list",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/cdroms",
|
|
"requires_auth": true,
|
|
"resource_type": "cdrom",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "cdroms",
|
|
"create_status": 201,
|
|
"element": "cdrom",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add cdrom",
|
|
"operation_id": "cdroms.add",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/cdroms",
|
|
"requires_auth": true,
|
|
"resource_type": "cdrom",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "cdroms",
|
|
"create_status": 201,
|
|
"element": "cdrom",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "cdroms.get",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/cdroms/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cdrom",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "cdroms",
|
|
"create_status": 201,
|
|
"element": "cdrom",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "cdroms.update",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/cdroms/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cdrom",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "cdroms",
|
|
"create_status": 201,
|
|
"element": "cdrom",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "cdroms.remove",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/cdroms/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cdrom",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"create_status": 201,
|
|
"element": "snapshot",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List snapshots",
|
|
"operation_id": "snapshots.list",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/snapshots",
|
|
"requires_auth": true,
|
|
"resource_type": "snapshot",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"create_status": 201,
|
|
"element": "snapshot",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add snapshot",
|
|
"operation_id": "snapshots.add",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/snapshots",
|
|
"requires_auth": true,
|
|
"resource_type": "snapshot",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"create_status": 201,
|
|
"element": "snapshot",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "snapshots.get",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/snapshots/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "snapshot",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"create_status": 201,
|
|
"element": "snapshot",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "snapshots.update",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/snapshots/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "snapshot",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"create_status": 201,
|
|
"element": "snapshot",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "snapshots.remove",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/snapshots/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "snapshot",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "snapshots",
|
|
"create_status": 201,
|
|
"element": "snapshot",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action restore",
|
|
"operation_id": "snapshots.restore",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/snapshots/{id}/restore",
|
|
"requires_auth": true,
|
|
"resource_type": "snapshot",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List tags",
|
|
"operation_id": "tags.list",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/tags",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add tag",
|
|
"operation_id": "tags.add",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/tags",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "tags.get",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "tags.update",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "tags.remove",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List permissions",
|
|
"operation_id": "permissions.list",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add permission",
|
|
"operation_id": "permissions.add",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "permissions.get",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "permissions.update",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "permissions.remove",
|
|
"path": "/ovirt-engine/api/v3/vms/{vm_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List nics",
|
|
"operation_id": "nics.list",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/nics",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add host_nic",
|
|
"operation_id": "nics.add",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/nics",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "nics.get",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "nics.update",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "nics.remove",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action update",
|
|
"operation_id": "nics.update",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/nics/{id}/update",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action attach",
|
|
"operation_id": "nics.attach",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/nics/{id}/attach",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "host_nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action detach",
|
|
"operation_id": "nics.detach",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/nics/{id}/detach",
|
|
"requires_auth": true,
|
|
"resource_type": "host_nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List tags",
|
|
"operation_id": "tags.list",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/tags",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add tag",
|
|
"operation_id": "tags.add",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/tags",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "tags.get",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "tags.update",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "tags",
|
|
"create_status": 201,
|
|
"element": "tag",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "tags.remove",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/tags/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "tag",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List permissions",
|
|
"operation_id": "permissions.list",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add permission",
|
|
"operation_id": "permissions.add",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "permissions.get",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "permissions.update",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "permissions.remove",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "statistics",
|
|
"create_status": 201,
|
|
"element": "statistic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List statistics",
|
|
"operation_id": "statistics.list",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/statistics",
|
|
"requires_auth": true,
|
|
"resource_type": "statistic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "statistics",
|
|
"create_status": 201,
|
|
"element": "statistic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add statistic",
|
|
"operation_id": "statistics.add",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/statistics",
|
|
"requires_auth": true,
|
|
"resource_type": "statistic",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "statistics",
|
|
"create_status": 201,
|
|
"element": "statistic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "statistics.get",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/statistics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "statistic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "statistics",
|
|
"create_status": 201,
|
|
"element": "statistic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "statistics.update",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/statistics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "statistic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "statistics",
|
|
"create_status": 201,
|
|
"element": "statistic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "statistics.remove",
|
|
"path": "/ovirt-engine/api/v3/hosts/{host_id}/statistics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "statistic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List networks",
|
|
"operation_id": "networks.list",
|
|
"path": "/ovirt-engine/api/v3/clusters/{cluster_id}/networks",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add network",
|
|
"operation_id": "networks.add",
|
|
"path": "/ovirt-engine/api/v3/clusters/{cluster_id}/networks",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "networks.get",
|
|
"path": "/ovirt-engine/api/v3/clusters/{cluster_id}/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "networks.update",
|
|
"path": "/ovirt-engine/api/v3/clusters/{cluster_id}/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "networks.remove",
|
|
"path": "/ovirt-engine/api/v3/clusters/{cluster_id}/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List permissions",
|
|
"operation_id": "permissions.list",
|
|
"path": "/ovirt-engine/api/v3/clusters/{cluster_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add permission",
|
|
"operation_id": "permissions.add",
|
|
"path": "/ovirt-engine/api/v3/clusters/{cluster_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "permissions.get",
|
|
"path": "/ovirt-engine/api/v3/clusters/{cluster_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "permissions.update",
|
|
"path": "/ovirt-engine/api/v3/clusters/{cluster_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "permissions.remove",
|
|
"path": "/ovirt-engine/api/v3/clusters/{cluster_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List storagedomains",
|
|
"operation_id": "storagedomains.list",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/storagedomains",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add storage_domain",
|
|
"operation_id": "storagedomains.add",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/storagedomains",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "storagedomains.get",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/storagedomains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "storagedomains.update",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/storagedomains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "storagedomains.remove",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/storagedomains/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action activate",
|
|
"operation_id": "storagedomains.activate",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/storagedomains/{id}/activate",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "storagedomains",
|
|
"create_status": 201,
|
|
"element": "storage_domain",
|
|
"introduced_in": "3.0",
|
|
"kind": "action",
|
|
"method": "POST",
|
|
"notes": "Action deactivate",
|
|
"operation_id": "storagedomains.deactivate",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/storagedomains/{id}/deactivate",
|
|
"requires_auth": true,
|
|
"resource_type": "storage_domain",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List clusters",
|
|
"operation_id": "clusters.list",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/clusters",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add cluster",
|
|
"operation_id": "clusters.add",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/clusters",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "clusters.get",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/clusters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "clusters.update",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/clusters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "clusters",
|
|
"create_status": 201,
|
|
"element": "cluster",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "clusters.remove",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/clusters/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "cluster",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List networks",
|
|
"operation_id": "networks.list",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/networks",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add network",
|
|
"operation_id": "networks.add",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/networks",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "networks.get",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "networks.update",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "networks",
|
|
"create_status": 201,
|
|
"element": "network",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "networks.remove",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/networks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "network",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"create_status": 201,
|
|
"element": "quota",
|
|
"introduced_in": "3.1",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List quotas",
|
|
"operation_id": "quotas.list",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/quotas",
|
|
"requires_auth": true,
|
|
"resource_type": "quota",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"create_status": 201,
|
|
"element": "quota",
|
|
"introduced_in": "3.1",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add quota",
|
|
"operation_id": "quotas.add",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/quotas",
|
|
"requires_auth": true,
|
|
"resource_type": "quota",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"create_status": 201,
|
|
"element": "quota",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "quotas.get",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/quotas/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "quota",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"create_status": 201,
|
|
"element": "quota",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "quotas.update",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/quotas/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "quota",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "quotas",
|
|
"create_status": 201,
|
|
"element": "quota",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "quotas.remove",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/quotas/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "quota",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List permissions",
|
|
"operation_id": "permissions.list",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add permission",
|
|
"operation_id": "permissions.add",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/permissions",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "permissions.get",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "permissions.update",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "permissions",
|
|
"create_status": 201,
|
|
"element": "permission",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "permissions.remove",
|
|
"path": "/ovirt-engine/api/v3/datacenters/{datacenter_id}/permissions/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "permission",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List diskattachments",
|
|
"operation_id": "diskattachments.list",
|
|
"path": "/ovirt-engine/api/v3/templates/{template_id}/diskattachments",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add disk_attachment",
|
|
"operation_id": "diskattachments.add",
|
|
"path": "/ovirt-engine/api/v3/templates/{template_id}/diskattachments",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "diskattachments.get",
|
|
"path": "/ovirt-engine/api/v3/templates/{template_id}/diskattachments/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "diskattachments.update",
|
|
"path": "/ovirt-engine/api/v3/templates/{template_id}/diskattachments/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "diskattachments",
|
|
"create_status": 201,
|
|
"element": "disk_attachment",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "diskattachments.remove",
|
|
"path": "/ovirt-engine/api/v3/templates/{template_id}/diskattachments/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk_attachment",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List nics",
|
|
"operation_id": "nics.list",
|
|
"path": "/ovirt-engine/api/v3/templates/{template_id}/nics",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add nic",
|
|
"operation_id": "nics.add",
|
|
"path": "/ovirt-engine/api/v3/templates/{template_id}/nics",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "nics.get",
|
|
"path": "/ovirt-engine/api/v3/templates/{template_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "nics.update",
|
|
"path": "/ovirt-engine/api/v3/templates/{template_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "nics",
|
|
"create_status": 201,
|
|
"element": "nic",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "nics.remove",
|
|
"path": "/ovirt-engine/api/v3/templates/{template_id}/nics/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "nic",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List disks",
|
|
"operation_id": "disks.list",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{storagedomain_id}/disks",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add disk",
|
|
"operation_id": "disks.add",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{storagedomain_id}/disks",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "disks.get",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{storagedomain_id}/disks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "disks.update",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{storagedomain_id}/disks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "disks",
|
|
"create_status": 201,
|
|
"element": "disk",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "disks.remove",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{storagedomain_id}/disks/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "disk",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "files",
|
|
"create_status": 201,
|
|
"element": "file",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List files",
|
|
"operation_id": "files.list",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{storagedomain_id}/files",
|
|
"requires_auth": true,
|
|
"resource_type": "file",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "files",
|
|
"create_status": 201,
|
|
"element": "file",
|
|
"introduced_in": "3.0",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add file",
|
|
"operation_id": "files.add",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{storagedomain_id}/files",
|
|
"requires_auth": true,
|
|
"resource_type": "file",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "files",
|
|
"create_status": 201,
|
|
"element": "file",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "files.get",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{storagedomain_id}/files/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "file",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "files",
|
|
"create_status": 201,
|
|
"element": "file",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "files.update",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{storagedomain_id}/files/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "file",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "files",
|
|
"create_status": 201,
|
|
"element": "file",
|
|
"introduced_in": "3.0",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "files.remove",
|
|
"path": "/ovirt-engine/api/v3/storagedomains/{storagedomain_id}/files/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "file",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "steps",
|
|
"create_status": 201,
|
|
"element": "step",
|
|
"introduced_in": "3.1",
|
|
"kind": "collection",
|
|
"method": "GET",
|
|
"notes": "List steps",
|
|
"operation_id": "steps.list",
|
|
"path": "/ovirt-engine/api/v3/jobs/{job_id}/steps",
|
|
"requires_auth": true,
|
|
"resource_type": "step",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "steps",
|
|
"create_status": 201,
|
|
"element": "step",
|
|
"introduced_in": "3.1",
|
|
"kind": "collection",
|
|
"method": "POST",
|
|
"notes": "Add step",
|
|
"operation_id": "steps.add",
|
|
"path": "/ovirt-engine/api/v3/jobs/{job_id}/steps",
|
|
"requires_auth": true,
|
|
"resource_type": "step",
|
|
"search": false,
|
|
"status_code": 201
|
|
},
|
|
{
|
|
"collection_key": "steps",
|
|
"create_status": 201,
|
|
"element": "step",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "GET",
|
|
"notes": "",
|
|
"operation_id": "steps.get",
|
|
"path": "/ovirt-engine/api/v3/jobs/{job_id}/steps/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "step",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "steps",
|
|
"create_status": 201,
|
|
"element": "step",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "PUT",
|
|
"notes": "",
|
|
"operation_id": "steps.update",
|
|
"path": "/ovirt-engine/api/v3/jobs/{job_id}/steps/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "step",
|
|
"search": false,
|
|
"status_code": 200
|
|
},
|
|
{
|
|
"collection_key": "steps",
|
|
"create_status": 201,
|
|
"element": "step",
|
|
"introduced_in": "3.1",
|
|
"kind": "item",
|
|
"method": "DELETE",
|
|
"notes": "",
|
|
"operation_id": "steps.remove",
|
|
"path": "/ovirt-engine/api/v3/jobs/{job_id}/steps/{id}",
|
|
"requires_auth": true,
|
|
"resource_type": "step",
|
|
"search": false,
|
|
"status_code": 200
|
|
}
|
|
],
|
|
"product": {
|
|
"full": "3.2.0",
|
|
"major": "3",
|
|
"minor": "2"
|
|
},
|
|
"series": "3.2",
|
|
"service": "engine",
|
|
"type": "ovirt-engine"
|
|
}
|