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

curl --request GET "https://api-asm1.apica.io/v3/private-repository/repository-details/{geoLocation}?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

[
  {
    "id": "43889434-437a-4d3b-9aa4-b58bf4836dbf",
    "customer_guids": [
      "27787afc-6b31-4c97-ab7b-17291976003f",
      "201077af-d573-4f9f-850f-35bfb3d10694",
      "7d847ae0-563d-487a-86e5-af8d3e460434"
    ],
    "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"
      }
    },
    "message": "sample string 6",
    "success": true
  },
  {
    "id": "c95c4bbe-7f72-4d9a-8ba1-8e56ac545aee",
    "customer_guids": [
      "25b7bfac-c343-4122-bfcd-71fc8239dc85",
      "1f08e5ab-08e7-4a57-9dfe-6237a6afdada",
      "415bccdd-f73f-4411-9313-8a2e18bb448e"
    ],
    "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"
      }
    },
    "message": "sample string 6",
    "success": true
  },
  {
    "id": "fad8b5eb-4492-41d9-87bc-ab2fe28e236a",
    "customer_guids": [
      "5d76f88c-df54-4696-9063-2ab9ef141af5",
      "489a55db-112b-4e9b-b888-78b37f967932",
      "4ab5638c-9715-4a13-b8b9-14b7d4398e9e"
    ],
    "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"
      }
    },
    "message": "sample string 6",
    "success": true
  }
]
NameType Description
Id Guid

No documentation available.

CustomerGuids Object

No documentation available.

RepositoryName String

No documentation available.

RepositoryUrl String

No documentation available.

Username String

No documentation available.

Geolocs Object

No documentation available.

Type String

No documentation available.

Images Object

No documentation available.

fpr Object

No documentation available.

check_type String

No documentation available.

tag String

No documentation available.

zebratester Object

No documentation available.

check_type String

No documentation available.

tag String

No documentation available.

runbin Object

No documentation available.

check_type String

No documentation available.

tag String

No documentation available.

postman Object

No documentation available.

check_type String

No documentation available.

tag String

No documentation available.

Message String

No documentation available.

Success Boolean

No documentation available.