{ "opencollection": "1.0.0", "info": { "name": "Satcat Service Authentication Maneuver Designer API", "version": "1.0.0" }, "items": [ { "info": { "name": "Maneuver Designer", "type": "folder" }, "items": [ { "info": { "name": "List Maneuver Projects", "type": "http" }, "http": { "method": "GET", "url": "/api/satcat/maneuver_projects", "params": [ { "name": "filters", "value": "", "type": "query" }, { "name": "sort_field", "value": "", "type": "query" }, { "name": "sort_direction", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "fields", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List the maneuver projects to which the currently authenticated user has read access." }, { "info": { "name": "Create Maneuver Project", "type": "http" }, "http": { "method": "POST", "url": "/api/satcat/maneuver_projects", "params": [ { "name": "group_id", "value": "", "type": "query", "description": "Optional group ID to use for the request" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Maneuver Project" }, { "info": { "name": "List Cola Maneuver Variants", "type": "http" }, "http": { "method": "GET", "url": "/api/satcat/cola_maneuver_variants", "params": [ { "name": "filters", "value": "", "type": "query" }, { "name": "sort_field", "value": "", "type": "query" }, { "name": "sort_direction", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "fields", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List the COLA maneuver variants to which the currently authenticated user has read access." }, { "info": { "name": "Get Cola Maneuver Variant", "type": "http" }, "http": { "method": "GET", "url": "/api/satcat/cola_maneuver_variants/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The UUID of the ManeuverDesignerSimpleVariant to retrieve." }, { "name": "fields", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a COLA maneuver variant by ID." }, { "info": { "name": "List Cola Maneuver Plans", "type": "http" }, "http": { "method": "GET", "url": "/api/satcat/cola_maneuver_plans", "params": [ { "name": "filters", "value": "", "type": "query" }, { "name": "sort_field", "value": "", "type": "query" }, { "name": "sort_direction", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "fields", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List the COLA maneuver plans to which the currently authenticated user has read access." }, { "info": { "name": "Run Simple Maneuver Variant", "type": "http" }, "http": { "method": "POST", "url": "/api/satcat/maneuver_projects/simple/:project_id/variants", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Run Simple Maneuver Variant" }, { "info": { "name": "Generate Maneuver Plan", "type": "http" }, "http": { "method": "POST", "url": "/api/satcat/maneuver_projects/simple/:project_id/maneuver_plans", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "variant_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Generate Maneuver Plan" } ] } ], "bundled": true }