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

cloudArtifactData

Cloud-related data for an artifact.

Examples

type CloudArtifactData {
  cloudIdentifier: String
  link: String
  lastExecutionTime: Float
  lastModifiedTime: Float
  account: String
  accountName: String
  zone: String
  cluster: String
  namespace: String
  runtimeImageTag: String
  instanceId: String
  customAttributes: [CustomAttribute]
  k8sLabels: [String]
  cloudDescription: CloudDescription
}

Fields

Field
Description
Supported fields

cloudIdentifier String

Unique identifier for the cloud resource or artifact

link String

URL or link to access the cloud resource or artifact

lastExecutionTime Float

Timestamp (epoch) of the last execution related to this artifact

lastModifiedTime Float

Timestamp (epoch) of the last modification time of the artifact

account String

Cloud account associated with the artifact

accountName String

Human-readable cloud account name when available.

zone String

Cloud availability zone or region

cluster String

Cluster name where the artifact is deployed or used

namespace String

Namespace within the cluster

runtimeImageTag String

Image tag observed at runtime for the deployed artifact. Distinct from the registry tag because the same image digest can run under different tags across namespaces.

instanceId String

EC2 (or other VM) instance identifier for images running outside Kubernetes.

customAttributes [CustomAttribute]

Customer-defined attributes attached to the deployed artifact.

key String! value String!

k8sLabels [String]

Kubernetes labels observed on the deployed artifact's workload.

cloudDescription CloudDescription

Additional descriptive details about the cloud resource

type CloudTypes subType CloudSubTypes cloudEntityAttributes CommonCloudAttributesUnion

References

Fields with this object:

Last updated