{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs Devices - SSR API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs Devices - SSR", "type": "folder" }, "items": [ { "info": { "name": "getOrg128TRegistrationCommands", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/128routers/register_cmd", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "ttl", "value": "", "type": "query", "description": "Token validity duration in seconds. Defaults to 1 year (31536000 seconds)" }, { "name": "asset_ids", "value": "", "type": "query", "description": "When specified restricts registration to listed assets only. Prefer HTTP body over headers for this parameter, especially with long lists to avoid header size limits." } ] }, "docs": "128T devices can be managed/adopted by Mist." }, { "info": { "name": "exportOrgSsrIdTokens", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/ssr/export_idtokens", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Export IDTokens from Mist to import into Conductor to securely allow SSR devices during onboarding" }, { "info": { "name": "getOrgSsrRegistrationCommands", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/ssr/register_cmd", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "ttl", "value": "", "type": "query", "description": "Token validity duration in seconds. Defaults to 1 year (31536000 seconds)" }, { "name": "asset_ids", "value": "", "type": "query", "description": "When specified restricts registration to listed assets only. Prefer HTTP body over headers for this parameter, especially with long lists to avoid header size limits." } ] }, "docs": "SSR devices can be managed/adopted by Mist." } ] } ], "bundled": true }