Type Alias EndpointInstanceRef

type EndpointInstanceRef = {
    dataSourceId: string;
    id: string;
    isPodUrl?: boolean;
    url: string;
}
Index
dataSourceId: string

Unique identifier of the datasource associated with this endpoint.

id: string

Unique identifier of the endpoint instance.

isPodUrl?: boolean

When true, the url field contains a pod-specific URL.

url: string

gRPC URL of the endpoint.