Waiting for engine...
Skip to main content

DeployedApiEndpoint

Endpoint configuration for a deployed API including type, base path, and context path.

type DeployedApiEndpoint {
type: DeployedApiEndpointType!
basePath: String
contextPath: String!
}

Fields

DeployedApiEndpoint.type ● DeployedApiEndpointType! non-null enum platform

A value of REST, SOAP, SOAP12, or ODATA2, indicating the type of your API endpoints.

DeployedApiEndpoint.basePath ● String scalar miscellaneous

Your API endpoint's base path.

DeployedApiEndpoint.contextPath ● String! non-null scalar miscellaneous

Path to the API. (uses gateway path if deployed to gateway)

Member Of

DeployedApi object

On this Page