@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
106 lines • 3.26 kB
JSON
{
"actions": [
{
"name": "createANewEarlyAccessFeatureOptInForAnOrganization",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/earlyAccess/features/optIns?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/createANewEarlyAccessFeatureOptInForAnOrganization-default.json"
}
]
},
{
"name": "listTheEarlyAccessFeatureOptInsForAnOrganization",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/earlyAccess/features/optIns?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/listTheEarlyAccessFeatureOptInsForAnOrganization-default.json"
}
]
},
{
"name": "deleteAnEarlyAccessFeatureOptIn",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/earlyAccess/features/optIns/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "showAnEarlyAccessFeatureOptInForAnOrganization",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/earlyAccess/features/optIns/{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/showAnEarlyAccessFeatureOptInForAnOrganization-default.json"
}
]
},
{
"name": "updateAnEarlyAccessFeatureOptInForAnOrganization",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/organizations/{pathv1}/earlyAccess/features/optIns/{pathv2}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/updateAnEarlyAccessFeatureOptInForAnOrganization-default.json"
}
]
}
]
}