Skip to main content
Security & Audit/Security

ListAnhengSecurityImages

Reconcile Depot's global latest-only category=anheng package snapshot, then list AH image artifacts. Manifest metadata is the source of truth; this operation never creates a Depot payload link or imports an image into Cloud. If Depot is temporarily unavailable, ZCF returns the existing local snapshot when one is available. A background reconciler performs the same refresh immediately after startup and every five minutes.

GET/api/v1/security/anheng/images

Operation ID

ListAnhengSecurityImages

Since

1.2.8

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Query Parameters

  • capabilityCode
    String

    Unique code of the Anheng capability

  • arch
    String

    CPU architecture used to filter the results

  • status
    String

    Status value used to filter the results

  • limit
    Integer

    Maximum number of records to return

    Example: 0

  • offset
    Integer

    Number of records to skip before returning results

    Example: 0

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • items
    List

    Collection of result items

    Example: (nested array)

    • imageArtifactId
      String

      Image artifact id for this resource

      Example: value

    • imageName
      String

      Image name for this resource

      Example: value

    • capabilityCode
      String

      Capability code for this resource

      Example: value

    • arch
      String

      CPU architecture of this artifact

      Example: value

    • status
      String

      Status for this resource

      Example: value

    • createdAt
      String

      Created at for this resource

      Example: 2026-01-15T08:00:00Z

    • depotPackageName
      String

      Depot package name for this resource

      Example: value

    • depotVersion
      String

      Depot version for this resource

      Example: value

    • depotRelease
      String

      Depot release for this resource

      Example: value

    • depotArch
      String

      Depot arch for this resource

      Example: value

    • depotChannel
      String

      Depot channel for this resource

      Example: value

    • depotDigest
      String

      Depot digest for this resource

      Example: value

    • payloads
      List

      Payloads for this resource

      Example: (nested array)

      • type
        String

        Resource or component type

        Example: value

      • format
        String

        Format for this resource

        Example: value

      • path
        String

        Storage path of this artifact

        Example: value

      • digest
        String

        Digest for this resource

        Example: value

      • sizeBytes
        String

        Size bytes for this resource

        Example: 10

    • errorCode
      String

      Error code for this resource

      Example: value

    • errorMessage
      String

      Error message for this resource

      Example: value

  • total
    Integer

    Total for this resource

    Example: 10

  • limit
    Integer

    Limit for this resource

    Example: 10

  • offset
    Integer

    Offset for this resource

    Example: 10

  • Change Time

    DeletedResponse fields allowedActions, blockedReasons, code...
    View API
  • Change Time

    DeletedResponse fields allowedActions, blockedReasons, code...
    View API