GET   private-repository/repository-details/{geoLocation}

Gets the details of a repository associated with the private location for the current customer.

URL Parameters

NameDescription
geoLocation

The geoLocation string.

Remarks

Use GET private locations route to get the list of private locations having values applicable for geoLocation.

Request example

Response body model example and description

[
  {
    "id": "3821848e-245d-4629-98c7-b6443c429790",
    "customer_guids": [
      "a3b4587c-529f-458a-a2cf-87b7fc15b4cc",
      "f4c8efcb-309c-4bbd-8357-f757b020aa29",
      "c02f8c13-2f12-4a79-967c-49540f6002d7"
    ],
    "name": "sample string 2",
    "repository_url": "sample string 3",
    "username": "sample string 4",
    "geolocs": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "type": "sample string 5",
    "images": {
      "fpr": {
        "check_type": "sample string 1",
        "tag": "sample string 2"
      },
      "zebratester": {
        "check_type": "sample string 1",
        "tag": "sample string 2"
      },
      "runbin": {
        "check_type": "sample string 1",
        "tag": "sample string 2"
      },
      "postman": {
        "check_type": "sample string 1",
        "tag": "sample string 2"
      }
    },
    "mirroring": true,
    "message": "sample string 7",
    "success": true
  },
  {
    "id": "a04a0111-b7e9-42b6-9e84-2dfe24b9e99f",
    "customer_guids": [
      "6336b776-bea7-48bc-8117-adab66bc2726",
      "e46c1bd3-7c94-4b7f-b1a8-e40e6c2fbdd5",
      "71368f10-884a-4eb4-9739-3df2846c3fea"
    ],
    "name": "sample string 2",
    "repository_url": "sample string 3",
    "username": "sample string 4",
    "geolocs": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "type": "sample string 5",
    "images": {
      "fpr": {
        "check_type": "sample string 1",
        "tag": "sample string 2"
      },
      "zebratester": {
        "check_type": "sample string 1",
        "tag": "sample string 2"
      },
      "runbin": {
        "check_type": "sample string 1",
        "tag": "sample string 2"
      },
      "postman": {
        "check_type": "sample string 1",
        "tag": "sample string 2"
      }
    },
    "mirroring": true,
    "message": "sample string 7",
    "success": true
  },
  {
    "id": "efff56df-e79c-491f-83d4-8e401aea27cd",
    "customer_guids": [
      "cd818cc6-b7e1-411d-bf0b-9b4fa486868d",
      "7e514be0-653b-4ff7-916a-bc50a166bf14",
      "efafaf52-a883-4b7f-892d-027a72d91b48"
    ],
    "name": "sample string 2",
    "repository_url": "sample string 3",
    "username": "sample string 4",
    "geolocs": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "type": "sample string 5",
    "images": {
      "fpr": {
        "check_type": "sample string 1",
        "tag": "sample string 2"
      },
      "zebratester": {
        "check_type": "sample string 1",
        "tag": "sample string 2"
      },
      "runbin": {
        "check_type": "sample string 1",
        "tag": "sample string 2"
      },
      "postman": {
        "check_type": "sample string 1",
        "tag": "sample string 2"
      }
    },
    "mirroring": true,
    "message": "sample string 7",
    "success": true
  }
]
NameType Description
IdGuid

No documentation available.

CustomerGuidsObject

No documentation available.

RepositoryNameString

No documentation available.

RepositoryUrlString

No documentation available.

UsernameString

No documentation available.

GeolocsObject

No documentation available.

TypeString

No documentation available.

ImagesObject

No documentation available.

fprObject

No documentation available.

check_typeString

No documentation available.

tagString

No documentation available.

zebratesterObject

No documentation available.

check_typeString

No documentation available.

tagString

No documentation available.

runbinObject

No documentation available.

check_typeString

No documentation available.

tagString

No documentation available.

postmanObject

No documentation available.

check_typeString

No documentation available.

tagString

No documentation available.

MirroringBoolean

No documentation available.

MessageString

No documentation available.

SuccessBoolean

No documentation available.