UNPKG

@itentialopensource/adapter-meraki

Version:

This adapter integrates with system described as: merakiDashboardApi.

44 lines 1.33 kB
{ "actions": [ { "name": "claimAListOfDevicesLicensesAndOrOrdersIntoAnOrganizationInventory", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/organizations/{pathv1}/inventory/claim?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/claimAListOfDevicesLicensesAndOrOrdersIntoAnOrganizationInventory-default.json" } ] }, { "name": "releaseAListOfClaimedDevicesFromAnOrganization", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/organizations/{pathv1}/inventory/release?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/releaseAListOfClaimedDevicesFromAnOrganization-default.json" } ] } ] }