@itentialopensource/adapter-openstack_nova
Version:
This adapter integrates with system described as: Opensatck Compute (Nova) Service.
86 lines • 2.25 kB
JSON
{
"actions": [
{
"name": "listDefaultSecurityGroupRules",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/os-security-group-default-rules?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createDefaultSecurityGroupRule",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/os-security-group-default-rules?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showDefaultSecurityGroupRuleDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/os-security-group-default-rules/{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": "deleteDefaultSecurityGroupRule",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/os-security-group-default-rules/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}