UNPKG

@itentialopensource/adapter-meraki

Version:

This adapter integrates with system described as: merakiDashboardApi.

45 lines 1.31 kB
{ "actions": [ { "name": "returnsTheLoginSecuritySettingsForAnOrganization", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/organizations/{pathv1}/loginSecurity?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/returnsTheLoginSecuritySettingsForAnOrganization-default.json" } ] }, { "name": "updateTheLoginSecuritySettingsForAnOrganization", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/organizations/{pathv1}/loginSecurity?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateTheLoginSecuritySettingsForAnOrganization-default.json" } ] } ] }