{ "opencollection": "1.0.0", "info": { "name": "AWS Ground Station Agent Contact API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Contact", "type": "folder" }, "items": [ { "info": { "name": "Amazon Ground Station Describe Contact", "type": "http" }, "http": { "method": "GET", "url": "http://groundstation.{region}.amazonaws.com/contact/:contactId", "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": "contactId", "value": "", "type": "path", "description": "UUID of a contact." } ] }, "docs": "Describes an existing contact." }, { "info": { "name": "Amazon Ground Station Cancel Contact", "type": "http" }, "http": { "method": "DELETE", "url": "http://groundstation.{region}.amazonaws.com/contact/:contactId", "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": "contactId", "value": "", "type": "path", "description": "UUID of a contact." } ] }, "docs": "Cancels a contact with a specified contact ID." }, { "info": { "name": "Amazon Ground Station Reserve Contact", "type": "http" }, "http": { "method": "POST", "url": "http://groundstation.{region}.amazonaws.com/contact", "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": "Reserves a contact using specified parameters." } ] } ], "bundled": true }