Type Alias GetEndpointsResponse

Response containing the list of active datasource endpoint references on the connector node.

type GetEndpointsResponse = {
    endpoints?: EndpointInstanceRef[];
}
Index

Properties

Properties

endpoints?: EndpointInstanceRef[]

Array of active endpoint instances with their connection details.