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

Registry V3 System

V3 system-level endpoints for registry configuration and discovery

Get System Info

get

Returns system-level information for the Harness Artifact Registry, including the base registry URL for the account. Use this endpoint to discover the correct registry hostname for pulling and pushing artifacts.

Query parameters
account_identifierstringRequired

Unique identifier for the Harness account.

Responses
200

Response containing system-level information for the Harness Artifact Registry

application/json
get/v3/system/info
GET /api/v3/system/info?account_identifier=text HTTP/1.1
Accept: */*
{
  "data": {
    "registryHost": "pkg.harness.io",
    "registryUrl": "https://pkg.harness.io"
  }
}

Last updated

Was this helpful?