Waiting for engine...
Skip to main content

DeployedApiComponentRoute

Defines a route configuration for an API component with headers and process package.

type DeployedApiComponentRoute {
routeIdentifier: String!
headers: [DeployedApiComponentRouteHeader!]!
processPackage: PackagedComponent
}

Fields

DeployedApiComponentRoute.routeIdentifier ● String! non-null scalar miscellaneous {#route-identifier}

Unique identifier for the route configuration.

DeployedApiComponentRoute.headers ● [DeployedApiComponentRouteHeader!]! non-null object platform {#headers}

List of headers associated with this route.

DeployedApiComponentRoute.processPackage ● PackagedComponent object platform {#process-package}

The packaged component process for this route.

Member Of

DeployedApiComponentMetadata object

On this Page