action mist_get_org_juniper_devices_command { label: "getOrgJuniperDevicesCommand" description: "Get Org Juniper Devices command\n\nJuniper devices can be managed/adopted by Mist. Currently outbound-ssh + netconf is used.\nA few lines of CLI commands are generated per-Org, allowing the Juniper devices to phone home to Mist." provider: mist method: GET path: "/api/v1/orgs/{org_id}/ocdevices/outbound_ssh_cmd" encoding: json input: { type: "object" properties: { site_id: { type: "string" } } additionalProperties: false } output: { type: "object" required: ["cmd"] properties: { cmd: { type: "string" } } } }