ApiLifecycle
Represents the complete lifecycle information for an API, including its latest version and all deployments across environments.
type ApiLifecycle {
latestComponent: Component!
latestComponentMetadata: DeployedApiComponentMetadata!
apiDeployments: [DeployedApi!]
}
Fields
ApiLifecycle.latestComponent ● Component! non-null object platform
The latest version of the API component.
ApiLifecycle.latestComponentMetadata ● DeployedApiComponentMetadata! non-null object platform
Metadata information for the latest component version.
ApiLifecycle.apiDeployments ● [DeployedApi!] list object platform
All deployments of this API across different environments.
Returned By
apiLifecycle query ●
apiLifecycles query
Was this topic helpful?