Skip to main content

List endpoints

GET 

/dwsu/:dwServiceUnitId/endpoints

Lists the endpoints that can be used to connect to the specified service unit.

Request

Responses

OK

Schema

    code int32

    The response code.

    data

    object[]

    The wrapped responding data.

  • Array [

  • host string

    The name of the host used by the endpoint.

    id string

    The ID of the endpoint.

    port int32

    The port number used by the endpoint.

    protocol string

    Possible values: [HTTP, HTTPS, JDBC]

    The protocol used by the endpoint.

    type string

    Possible values: [openapi, web_console, database]

    The type of the endpoint.

    uri string

    The URI of the endpoint.

  • ]

  • msg string

    The response message.

Loading...