integrations.sh
← all integrations

amazonaws.com – groundstation

OpenAPI apis-guru cloud

Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that enables you to control satellite communications, downlink and process satellite data, and scale your satellite operations efficiently and cost-effectively without having to build or manage your own ground station infrastructure.

Homepage
https://api.apis.guru/v2/specs/amazonaws.com:groundstation/2019-05-23.json
Provider
amazonaws.com:groundstation / groundstation
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/amazonaws.com/groundstation/2019-05-23/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/amazonaws.com/groundstation/2019-05-23/openapi.yaml

Tools (35)

Extracted live via the executor SDK.

  • agent.getAgentConfiguration

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

    Gets the latest configuration information for a registered agent.

  • agent.registerAgent

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

    Registers a new agent with AWS Ground Station.

  • agent.updateAgentStatus

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

    Update the status of the agent.

  • config.createConfig

    Creates a Config with the specified configData parameters.

    Only one type of configData can be specified.

  • config.deleteConfig

    Deletes a Config.

  • config.getConfig

    Returns Config information.

    Only one Config response can be returned.

  • config.listConfigs

    Returns a list of Config objects.

  • config.updateConfig

    Updates the Config used when scheduling contacts.

    Updating a Config will not update the execution parameters for existing future contacts scheduled with this Config.

  • contact.cancelContact

    Cancels a contact with a specified contact ID.

  • contact.describeContact

    Describes an existing contact.

  • contact.reserveContact

    Reserves a contact using specified parameters.

  • contacts.listContacts

    Returns a list of contacts.

    If statusList contains AVAILABLE, the request must include groundStation, missionprofileArn, and satelliteArn.

  • dataflowEndpointGroup.createDataflowEndpointGroup

    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.

  • dataflowEndpointGroup.deleteDataflowEndpointGroup

    Deletes a dataflow endpoint group.

  • dataflowEndpointGroup.getDataflowEndpointGroup

    Returns the dataflow endpoint group.

  • dataflowEndpointGroup.listDataflowEndpointGroups

    Returns a list of DataflowEndpoint groups.

  • ephemerides.listEphemerides

    List existing ephemerides.

  • ephemeris.createEphemeris

    Creates an Ephemeris with the specified EphemerisData.

  • ephemeris.deleteEphemeris

    Deletes an ephemeris

  • ephemeris.describeEphemeris

    Describes an existing ephemeris.

  • ephemeris.updateEphemeris

    Updates an existing ephemeris

  • groundstation.listGroundStations

    Returns a list of ground stations.

  • minuteUsage.getMinuteUsage

    Returns the number of minutes used by account.

  • missionprofile.createMissionProfile

    Creates a mission profile.

    dataflowEdges is a list of lists of strings. Each lower level list of strings has two elements: a from ARN and a to ARN.

  • missionprofile.deleteMissionProfile

    Deletes a mission profile.

  • missionprofile.getMissionProfile

    Returns a mission profile.

  • missionprofile.listMissionProfiles

    Returns a list of mission profiles.

  • missionprofile.updateMissionProfile

    Updates a mission profile.

    Updating a mission profile will not update the execution parameters for existing future contacts.

  • satellite.getSatellite

    Returns a satellite.

  • satellite.listSatellites

    Returns a list of satellites.

  • tags.listTagsForResource

    Returns a list of tags for a specified resource.

  • tags.tagResource

    Assigns a tag to a resource.

  • tags.untagResource

    Deassigns a resource tag.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools