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": "36b19a88-b0db-43e5-962b-590cd50d4fde", "customer_guids": [ "395346a5-a155-451b-a27c-624ddbf6d59b", "c3fa1554-8fb3-40f6-b382-40593fa1d8f3", "27d802af-84f0-4a5d-a863-2b0ae7c34303" ], "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": "d1874d96-d530-4f74-b069-edd0f70a17e8", "customer_guids": [ "06ddc7a9-f7dd-4258-b19b-69cc35b3b178", "1d67366c-1aca-428c-b36d-9c65b9fcb016", "7005b58a-3cc3-45b9-b3c5-d074198a002e" ], "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": "fa9955aa-8951-4cb5-8ade-5e667a323617", "customer_guids": [ "ccdf5d75-f86c-49a5-84a1-6acadfe1d8bc", "b0278264-f3a2-4764-913d-9742b10c1f70", "1c95f870-b085-4aca-affd-40926eead2ff" ], "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. |