Skip to main content

getConnection

GET 

https://host/v1/environment/:environment/connections/:id

Get a Connection in an Environment by its id.

Request

Path Parameters

    environment stringrequired
    id stringrequired

Responses

Connection

Schema

    id stringrequired
    name stringrequired
    state ConnectionState (string)required

    Possible values: [Live, Updating, Disconnected, Shutdown, Deprecated]

    version stringrequired
    startTime stringrequired
    agentId stringrequired
    environment stringrequired

    tags

    object[]

  • Array [

  • id stringrequired
    type stringrequired
    value stringrequired
  • ]

  • labels string[]nullable

    identifier metadata for a connection

curl -L 'https://host/v1/environment/:environment/connections/:id' \
-H 'Accept: application/json' \
-H 'api-key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://host
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!