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": "12d44433-ec15-415a-8250-ed06d656e0f4", "customer_guids": [ "5babccc9-357b-4447-9d59-1254d8862d7a", "4b71bd23-9dae-4351-99c5-1969373f9394", "00c01cec-db1a-4f34-a8ad-dc005e264672" ], "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": "7b89c2f9-a5b7-4c8b-bea1-7c46cc2fc762", "customer_guids": [ "f71c2f4a-3b44-4719-8aaf-3b420a328e00", "e3307910-a2d1-4cb2-a315-099cc911c918", "883cc74c-cab5-422a-adf4-57af32bf68aa" ], "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": "7dbb080a-35b8-47d8-a632-79d07fdd925c", "customer_guids": [ "0d874d9a-3b02-4e8d-b77a-5d4a326a4408", "ca2f0105-8a85-42f3-a272-ac6eea97d8b7", "2ed2b559-34dc-480f-ad13-1d807f9a747a" ], "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. |