artifactItem

Represents an artifact associated with an application, including its type, hash, and location.

Examples

type ArtifactItem {
  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
}

Fields

Field
Description
Supported fields

type String

Type of the artifact

name String

Name of the artifact

hashType String

Type of hash algorithm used, e.g., SHA-256, MD5, SHA-1

system String

System associated with the artifact

subType String

Subtype of the artifact, providing further categorization

hash String

Hash value of the artifact

size String

Size of the artifact in bytes

date String

Timestamp indicating when the artifact was created or last modified

Location details of the application flow item

runBy String foundBy String foundIn String link String

linkName String

Name of the associated link

k8sType String

Type of Kubernetes workload

cluster String

Name of the Kubernetes cluster

region String

Cloud or physical region where the resource is deployed

References

Fields with this object:

Last updated