查询指定镜像站资源下的镜像列表
查询指定镜像站资源下的镜像列表
Path Parameters
subscriptionName string required
订阅
resourceGroupName string required
资源组
zone string required
可用区
namespaceName string required
Possible values: <= 63 characters
镜像站名称
Query Parameters
filter string
过滤
orderBy string
排序结果
pageSize int32
返回当前页的最大条目数
pageToken string
从上一个List请求返回的next_page_token值(如果有的话)
Responses
- 200
- default
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
repositories object[]
镜像站镜像资源列表
metadata object required
元数据信息
products string[] required
产品类别
chips string[] required
芯片类别
labels object required
标签
property name* string
source string required
源
nextPageToken string
下一页的token
totalSize int32
存储卷资源总数
{
"repositories": [
{
"artifactCount": 0,
"creationTime": "2024-11-04T06:28:49.130Z",
"description": "string",
"id": 0,
"name": "string",
"projectId": 0,
"pullCount": 0,
"updateTime": "2024-11-04T06:28:49.130Z",
"tagCount": 0,
"tags": [
"string"
],
"metadata": {
"products": [
"string"
],
"chips": [
"string"
],
"labels": {},
"source": "string"
},
"domain": "string"
}
],
"nextPageToken": "string",
"totalSize": 0
}
Default error response
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
message string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
@type string
The type of the serialized message.
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...