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": "0165b630-602e-45b6-a4ad-4d684b7c148c", "customer_guids": [ "1c37045a-24dc-4c7c-8284-de15df6b0f6e", "b41f929d-9cde-44ae-9d32-7f9bda99fe43", "07ac8c5f-f624-485b-80bf-61251a132276" ], "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": "9bd38ea2-1964-45ac-9ea9-0f09be14b395", "customer_guids": [ "d70720c6-d8e1-403b-bdfe-f2b3241c4331", "699c951e-d4d9-41ed-956a-9d4a791a09f6", "06c67d76-38a9-4956-98be-0ce21afaabba" ], "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": "253c2240-6581-46a6-9921-fad39f72d18d", "customer_guids": [ "24b5f64f-fecd-4819-9208-839dbdebe93f", "71c880c0-7891-46d1-811c-3bea9e96d89d", "d2963b28-9bd8-4f29-8661-aafac750e9c0" ], "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. |