GET private-repository/repository-details/{geoLocation}
Gets the details of a repository associated with the private location for the current customer.
URL Parameters
Name | Description |
---|---|
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": "3dbee2a1-ab0d-4abc-838e-a47417a5ecb0", "customer_guids": [ "0efed302-b22a-45d7-a916-e309f11bbc90", "03f3cbe4-2322-4630-b33f-328e35be03f7", "648031ce-55d1-4297-80b0-fd61b28084d1" ], "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": "e7a077f7-51d0-4e96-880e-27f9093a5893", "customer_guids": [ "bdf537e2-356d-436e-98f6-5300321f5228", "d4d01787-33bf-4cd6-93f9-fd36cdbcdd25", "454220de-dedc-48af-885e-3360f98020d4" ], "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": "74ffafed-d05b-4fb3-a6ec-0e328f303794", "customer_guids": [ "63596f06-e70b-4df1-a0d5-3f8bea52f02e", "ade2dce2-f58e-46a6-98c1-5e2d0f01132d", "ad254241-39ad-4e33-8034-3883871f150f" ], "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 } ]
Name | Type | 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. |