@itentialopensource/adapter-vmware_vsphere
Version:
This adapter integrates with system described as: vmware vsphere
106 lines • 2.75 kB
JSON
{
"actions": [
{
"name": "createSubscribedLibrary",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/content/subscribed-library?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "listSubscribedlibraryies",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/content/subscribed-library?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getSubscribedLibraryDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/content/subscribed-library/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteSubscribedLibrary",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/content/subscribed-library/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "evictCachedContentSubscribedLibrary",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/content/subscribed-library/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}