action mist_get_org128_tregistration_commands { label: "getOrg128TRegistrationCommands" description: "128T devices can be managed/adopted by Mist." provider: mist method: GET path: "/api/v1/orgs/{org_id}/128routers/register_cmd" encoding: json output: { type: "object" properties: { conductor_cmd: { type: "string" } registration_code: { type: "string" } router_shell_cmd: { type: "string" } } } }