curl --request GET \
--url https://api.ubicloud.com/project/{project_id}/github/{github_installation_reference}/repository/{github_repository_reference}/cache \
--header 'Authorization: Bearer <token>'{
"count": 123,
"items": [
{
"installation_name": "<string>",
"repository_name": "<string>",
"id": "gefg7td83em22qfw9pq5xyfqb7",
"key": "<string>",
"size": 123
}
]
}curl --request GET \
--url https://api.ubicloud.com/project/{project_id}/github/{github_installation_reference}/repository/{github_repository_reference}/cache \
--header 'Authorization: Bearer <token>'{
"count": 123,
"items": [
{
"installation_name": "<string>",
"repository_name": "<string>",
"id": "gefg7td83em22qfw9pq5xyfqb7",
"key": "<string>",
"size": 123
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the project
"pjkkmx0f2vke4h36nk9cm8v8q0"
GitHub installation ID or name Resource ID or name
GitHub repository ID or name Resource ID or name
A list of GitHub Cache Entries
Show child attributes
name of the GitHub installation containing the repository containing the cache entry
name of the GitHub repository containing the cache entry
ID of the GitHub cache entry
"gefg7td83em22qfw9pq5xyfqb7"
GitHub cache entry key
Size of the GitHub cache entry in bytes