For the complete documentation index, see llms.txt. This page is also available as Markdown.

applicationFlow

Represents various components and systems associated with an application, including artifacts, cloud deployments, CICD information, orchestrators, and repositories.

Examples

type ApplicationFlow {
  artifacts: [ArtifactItem]
  cloudDeployments: [CloudDeployment]
  cicdInfo: [CicdInfo]
  orchestrators: [OrchestratorItem]
  kubernetes: [KubernetesItem]
  repository: [RepositoryItem]
}

Fields

Field
Description
Supported fields

artifacts [ArtifactItem]

List of artifacts associated with the application

type String name String hashType String system String subType String hash String size String date String location [AppFlowItemLocation] linkName String k8sType String cluster String region String

cloudDeployments [CloudDeployment]

List of cloud deployments associated with the application

type String subType String name String hash String hashType String link String location [AppFlowItemLocation] k8sType String imageName String date String cluster String region String

cicdInfo [CicdInfo]

List of CICD pipelines and related information

type String system String latestDate String lastMonthJobCount String location [CicdInfoLocation]

orchestrators [OrchestratorItem]

List of orchestrator systems involved in the application

type String name String hashType String system String hash String size String date String location [AppFlowItemLocation]

kubernetes [KubernetesItem]

List of Kubernetes-related items associated with the application

type String name String hashType String system String hash String subType String size String date String location [AppFlowItemLocation]

repository [RepositoryItem]

Repository-related information for the application

type String system String date String location [AppFlowItemLocation]

References

Fields with this object:

Last updated