@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
151 lines • 4.49 kB
JSON
{
"actions": [
{
"name": "getOrganizationBrandingPolicies",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/brandingPolicies?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getOrganizationBrandingPolicies-default.json"
}
]
},
{
"name": "createOrganizationBrandingPolicy",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/brandingPolicies?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/createOrganizationBrandingPolicy-default.json"
}
]
},
{
"name": "getOrganizationBrandingPoliciesPriorities",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/brandingPolicies/priorities?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getOrganizationBrandingPoliciesPriorities-default.json"
}
]
},
{
"name": "updateOrganizationBrandingPoliciesPriorities",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/brandingPolicies/priorities?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/updateOrganizationBrandingPoliciesPriorities-default.json"
}
]
},
{
"name": "getOrganizationBrandingPolicy",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/brandingPolicies/:brandingPolicyId?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getOrganizationBrandingPolicy-default.json"
}
]
},
{
"name": "updateOrganizationBrandingPolicy",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/brandingPolicies/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/updateOrganizationBrandingPolicy-default.json"
}
]
},
{
"name": "deleteOrganizationBrandingPolicy",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/brandingPolicies/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}