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

Unique identifier for the route configuration.

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

List of headers associated with this route.

DeployedApiComponentRoute.processPackage ● PackagedComponent object platform

The packaged component process for this route.

Member Of

DeployedApiComponentMetadata object

On this Page