EndpointAPI interface

Methods

resolveEndpoint(ResolveEndpointParams)

Given the capacityObjectId, the api will return the backend URL of the workload as resolved by the backend endpoint resolution.

Method Details

resolveEndpoint(ResolveEndpointParams)

Given the capacityObjectId, the api will return the backend URL of the workload as resolved by the backend endpoint resolution.

function resolveEndpoint(params: ResolveEndpointParams): Promise<ResolveEndpointResult>

Parameters

Returns