Mengkueri detail artefak cloud native.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
GET /api/v2/artifacts/{ClusterId}/{ArtifactName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
ID wilayah. |
cn-shanghai |
| ArtifactName |
string |
Yes |
Nama artefak. |
foo |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
| Artifact |
Informasi detail tentang artefak cloud native. |
Contoh
Respons sukses
JSONformat
{
"Name": "foo",
"Type": "Image",
"CreatedAt": "2024-01-15T10:30:00Z",
"Versions": [
{
"Alias": "foo",
"Version": "V2.0",
"ReleaseName": "ali-ahpa-hz",
"Description": "支持xx新功能。"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.