Skip to main content

List Environment Nodes

GET 

https://app.coalescesoftware.io/api/v1/environments/:environmentID/nodes

Get a collection of Nodes for an Environment.

Request

Path Parameters

    environmentID stringrequired

    The environment ID.

Query Parameters

    detail boolean

    Include the full detail of the nodes.

    Default value: false
    limit integer

    Possible values: >= 1 and <= 500

    The maximum number of Nodes to return. Between 1 and 500.

    Default value: 100
    startingFrom string

    The cursor point for paging the query results.

    orderBy string

    The field to order the results by. Only id allowed.

    Default value: id

Responses

Schema
    data objectrequired
    anyOf
  • Array [
  • databasestringrequired

    The Snowflake database name.

    idstringrequired

    The Coalesce Node ID.

    locationNamestringrequired

    The Storage Mapping location.

    namestringrequired

    The Node name.

    nodeType objectrequired

    Either an out of the box Node or a custom Node Type ID or Package Node Type ID

    anyOf
    schemastringrequired

    The database schema name.

  • ]
  • totalinteger

    The size of the result set.

    startingFromstring

    The cursor value used in the request.

    limitinteger

    The requested page size.

    nextstring

    The field value where the next page of result starts after.

    orderBystring

    The field to order the results by. Only id allowed.

Authorization: http

name: BearerAuthtype: httpscheme: bearer
curl -L 'https://app.coalescesoftware.io/api/v1/environments/:environmentID/nodes' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.coalescesoftware.io
Auth
Parameters
— pathrequired
— query
— query
— query
— query
ResponseClear

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