{ "opencollection": "1.0.0", "info": { "name": "AWS Ground Station Agent API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Agent", "type": "folder" }, "items": [ { "info": { "name": "Amazon Ground Station Get Agent Configuration", "type": "http" }, "http": { "method": "GET", "url": "http://groundstation.{region}.amazonaws.com/agent/:agentId/configuration", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "agentId", "value": "", "type": "path", "description": "UUID of agent to get configuration information for." } ] }, "docs": "

For use by AWS Ground Station Agent and shouldn't be called directly.

Gets the latest configuration information for a registered agent.

" }, { "info": { "name": "Amazon Ground Station Register Agent", "type": "http" }, "http": { "method": "POST", "url": "http://groundstation.{region}.amazonaws.com/agent", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

For use by AWS Ground Station Agent and shouldn't be called directly.

Registers a new agent with AWS Ground Station.

" }, { "info": { "name": "Amazon Ground Station Update Agent Status", "type": "http" }, "http": { "method": "PUT", "url": "http://groundstation.{region}.amazonaws.com/agent/:agentId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "agentId", "value": "", "type": "path", "description": "UUID of agent to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "

For use by AWS Ground Station Agent and shouldn't be called directly.

Update the status of the agent.

" } ] } ], "bundled": true }