@itentialopensource/adapter-nuage
Version:
Itential Nuage Adapter
99 lines • 2.45 kB
JSON
{
"actions": [
{
"name": "getSubnets",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/subnets/{pathv1}?{query}",
"schema": "schema.json",
"headers": {},
"responseObjects": [
{
"type": "withpathv1",
"key": "",
"mockFile": "mockdatafiles/getSubnet-pathv1.json"
},
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getSubnet-default.json"
}
]
},
{
"name": "getDomainSubnets",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/domains/{pathv1}/subnets{query}",
"schema": "schema.json",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getSubnet-default.json"
}
]
},
{
"name": "getZoneSubnets",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/zones/{pathv1}/subnets{query}",
"schema": "schema.json",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getSubnet-default.json"
}
]
},
{
"name": "createSubnet",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/zones/{pathv1}/subnets",
"schema": "schema.json",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/createSubnet-default.json"
}
]
},
{
"name": "updateSubnet",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/subnets/{pathv1}",
"schema": "schema.json",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/updateSubnet-default.json"
}
]
},
{
"name": "deleteSubnet",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/subnets/{pathv1}?{query}",
"schema": "schema.json",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/deleteSubnet-default.json"
}
]
}
]
}