Mengambil detail kluster cache.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
emr-serverless-spark:GetCacheCluster |
get |
*Semua resource.
|
None | None |
Sintaks permintaan
GET /api/v1/cache/{cacheClusterId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| cacheClusterId |
string |
No |
ID kluster cache. |
spc-xxxxxxx |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| regionId |
string |
No |
ID wilayah. |
cn-hangzhou |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema tanggapan. |
||
| requestId |
string |
ID permintaan. |
DD6B1B2A-5837-5237-ABE4-FF0C8944**** |
| cacheClusters | CacheCluster |
Daftar kluster cache. |
Contoh
Respons sukses
JSONformat
{
"requestId": "DD6B1B2A-5837-5237-ABE4-FF0C8944****",
"cacheClusters": {
"clusterId": "",
"name": "",
"state": "",
"creator": "",
"modifier": "",
"paymentType": "",
"resourceSpec": {
"bandWidth": 0,
"storage": 0,
"ha": false
},
"regionId": "",
"usedResourceSpec": {
"bandWidth": 0,
"storage": 0
},
"gmtCreated": 0,
"gmtModified": 0,
"configuration": "",
"resourceGroupId": "",
"cacheClusterId": "",
"createTime": "",
"cacheClusterName": "",
"version": "",
"extra": "",
"configurations": [
{
"name": "cacheset.xml",
"content": ""
}
],
"bindedWorkspaces": [
""
],
"cachesets": [
{
"name": "",
"path": ""
}
],
"tags": [
{
"key": "",
"value": ""
}
],
"tables": [
{
"catalogId": "",
"catalogProvider": "",
"database": "",
"table": "",
"workspaceId": ""
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.