@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
38 lines • 1.22 kB
JSON
{
"$id": "schema.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": false,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "getNetworkDeviceLldpCdp",
"enum": [
"getNetworkDeviceLldpCdp",
"getNetworkDeviceLldpCdpV1",
"getOrganizationDevices",
"getNetworkDevices",
"getNetworkDevice",
"getNetworkDeviceV1",
"updateNetworkDevice",
"getNetworkDevicePerformance",
"getNetworkDevicePerformanceV1",
"getNetworkDeviceUplink",
"claimNetworkDevices",
"removeNetworkDevice",
"getNetworkDeviceLossAndLatencyHistory",
"getNetworkDeviceLossAndLatencyHistoryV1",
"rebootNetworkDevice",
"rebootNetworkDeviceV1",
"blinkNetworkDeviceLeds",
"blinkNetworkDeviceLedsV1",
"cloneportLevelandsomeswitchLevelconfigurationsettingsfromasourceswitchtooneormoretargetswitches",
"returnASingleDeviceFromTheInventoryOfAnOrganization"
],
"external_name": "ph_request_type"
}
},
"definitions": {}
}