{
"opencollection": "1.0.0",
"info": {
"name": "AWS Ground Station Agent DataflowEndpointGroup API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "Authorization",
"value": "{{Authorization}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "DataflowEndpointGroup",
"type": "folder"
},
"items": [
{
"info": {
"name": "Amazon Ground Station List Dataflow Endpoint Groups",
"type": "http"
},
"http": {
"method": "GET",
"url": "http://groundstation.{region}.amazonaws.com/dataflowEndpointGroup",
"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 dataflow endpoint groups returned."
},
{
"name": "nextToken",
"value": "",
"type": "query",
"description": "Next token returned in the request of a previous ListDataflowEndpointGroups call. Used to get the next page of results."
}
]
},
"docs": "Returns a list of DataflowEndpoint groups."
},
{
"info": {
"name": "Amazon Ground Station Create Dataflow Endpoint Group",
"type": "http"
},
"http": {
"method": "POST",
"url": "http://groundstation.{region}.amazonaws.com/dataflowEndpointGroup",
"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 DataflowEndpoint group containing the specified list of DataflowEndpoint objects.
The name field in each endpoint is used in your mission profile DataflowEndpointConfig to specify which endpoints to use during a contact.
When a contact uses multiple DataflowEndpointConfig objects, each Config must match a DataflowEndpoint in the same group.