{
"opencollection": "1.0.0",
"info": {
"name": "AWS Ground Station Agent Config API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "Authorization",
"value": "{{Authorization}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "Config",
"type": "folder"
},
"items": [
{
"info": {
"name": "Amazon Ground Station List Configs",
"type": "http"
},
"http": {
"method": "GET",
"url": "http://groundstation.{region}.amazonaws.com/config",
"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": "maxResults",
"value": "",
"type": "query",
"description": "Maximum number of Configs returned."
},
{
"name": "nextToken",
"value": "",
"type": "query",
"description": "Next token returned in the request of a previous ListConfigs call. Used to get the next page of results."
}
]
},
"docs": "Returns a list of Config objects."
},
{
"info": {
"name": "Amazon Ground Station Create Config",
"type": "http"
},
"http": {
"method": "POST",
"url": "http://groundstation.{region}.amazonaws.com/config",
"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": "
Creates a Config with the specified configData parameters.
Only one type of configData can be specified.
Config."
},
{
"name": "configType",
"value": "",
"type": "path",
"description": "Type of a Config."
}
]
},
"docs": "Returns Config information.
Only one Config response can be returned.
Config."
},
{
"name": "configType",
"value": "",
"type": "path",
"description": "Type of a Config."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Updates the Config used when scheduling contacts.
Updating a Config will not update the execution parameters for existing future contacts scheduled with this Config.
Config."
},
{
"name": "configType",
"value": "",
"type": "path",
"description": "Type of a Config."
}
]
},
"docs": "Deletes a Config."
}
]
}
],
"bundled": true
}