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": "3cec4d3c-f0bf-4ee4-9659-bf086393cdf8", "customer_guids": [ "6996bc45-fafc-4928-93e9-fc3ad3ca281b", "bdeb2bab-283b-4695-9530-905370fa96d6", "71a58f0d-8d55-404b-ac03-05493bb9da90" ], "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": "89951909-8650-4f17-9bf6-fd3dd599eac5", "customer_guids": [ "d098b03c-25c5-4220-917f-84a542cdad9f", "b5cfc220-84b6-400f-82f5-4ae2be6b2fbb", "868cb8d1-d6a8-4367-8dde-6b937cabcd6a" ], "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": "a9b571b4-5ec0-479f-b957-870420eea87e", "customer_guids": [ "2c8e058c-851d-40a1-8e59-0d8c5a74d799", "7b77dcd5-b817-454d-b416-0514cf38f0ed", "c582351c-91d7-4e2e-8aec-fdf0e7896994" ], "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 } ]
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. |
Mirroring | Boolean |
No documentation available. |
Message | String |
No documentation available. |
Success | Boolean |
No documentation available. |