EndpointAPI interface
Methods
resolve |
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
- params
- ResolveEndpointParams
Returns
Promise<ResolveEndpointResult>