擷取EMR叢集複製中繼資料資訊,便於通過 CreateCluster API快速建立叢集。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
emr:GetClusterCloneMeta |
get |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| RegionId |
string |
是 |
地區 ID。 |
cn-hangzhou |
| ClusterId |
string |
是 |
叢集 ID。 |
c-b933c5aac8fe**** |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
返回資料 |
||
| ClusterCloneMeta |
object |
叢集複製中繼資料。 |
|
| RegionId |
string |
地區 ID。 |
cn-hangzhou |
| ResourceGroupId |
string |
資源群組 ID。 |
rg-acfmzabjyop**** |
| ClusterState |
string |
叢集狀態。取值範圍:
|
RUNNING |
| ClusterId |
string |
叢集 ID。 |
c-b933c5aac7f7**** |
| ClusterName |
string |
叢集名稱。 |
emrtest |
| ClusterType |
string |
叢集類型。取值範圍:
|
DATALAKE |
| PaymentType |
string |
付費類型。取值範圍:
|
PayAsYouGo |
| SubscriptionConfig | SubscriptionConfig |
預付費配置。 |
|
| ReleaseVersion |
string |
EMR 發行版。 |
EMR-5.6.0 |
| DeployMode |
string |
叢集中的應用部署模式。取值範圍:
|
HA |
| SecurityMode |
string |
叢集 Kerberos 安全模式。取值範圍:
|
NORMAL |
| NodeAttributes | NodeAttributes |
節點屬性。 |
|
| Tags |
array |
叢集標籤列表。 |
|
| Tag |
標籤。 |
||
| EmrDefaultRole |
string |
EMR 服務角色。 |
AliyunEMRDefaultRole |
| Applications |
array |
叢集應用。 |
|
| Application |
應用。 |
||
| ApplicationConfigs |
array |
修改過的應用配置項。 |
|
| ApplicationConfig |
配置項。 |
||
| NodeGroups |
array |
節點群組配置數組。數組元素個數 N 的取值範圍:1~100。 |
|
| NodeGroup |
節點群組。 |
||
| BootstrapScripts |
array |
引導指令碼數組。數組元素個數 N 的取值範圍:1~10。 |
|
| Script |
引導指令碼。 |
||
| ExistCloneConfig |
boolean |
HADOOP 叢集是支援複製建立叢集時傳入的應用配置。取值範圍:
|
True |
| ScalingPolicies |
array<object> |
叢集各節點群組的Auto Scaling策略。 |
|
|
array<object> |
Auto Scaling策略。 |
||
| NodeGroupId |
string |
節點群組 ID。 |
ng-869471354ecd**** |
| ClusterId |
string |
叢集 ID。 |
c-b933c5aac8fe**** |
| ScalingRules |
array<object> |
Auto Scaling規則列表。 |
|
|
object |
Auto Scaling規則。 |
||
| RuleName |
string |
Auto Scaling規則名稱。 |
scaling-out-memory |
| TriggerType |
string |
伸縮規則類型。必填參數。取值範圍:
|
TIME_TRIGGER |
| ActivityType |
string |
伸縮活動類型。必填參數。取值範圍:
|
SCALE_OUT |
| AdjustmentValue |
integer |
調整值。必填參數,需要為正數,代表需要擴容或者縮容的執行個體數量。 |
100 |
| TimeTrigger | TimeTrigger |
按照時間伸縮描述。 |
|
| MetricsTrigger | MetricsTrigger |
按照負載伸縮描述。 |
|
| ScalingPolicyId |
string |
伸縮策略 ID。 |
asp-asduwe23znl*** |
| Constraints |
object |
節點群組的節點數最大最小值約束。 |
|
| MaxCapacity |
integer |
節點群組最大節點數。 預設值:2000。 |
200 |
| MinCapacity |
integer |
節點群組最小節點數。 預設值:0。 |
50 |
| MaxOnDemandCapacity |
integer |
最大按量值。 |
200 |
| ScalingPolicyType |
string |
彈性策略類型 |
|
| NodeGroupName |
string |
節點群組名稱。 |
emr-etltask |
| DeletionProtection |
boolean |
叢集是否開啟刪除保護。取值範圍:
預設值:false。 |
false |
| CollationTimeZone | CollationTimeZone | ||
| RequestId |
string |
請求 ID。 |
DD6B1B2A-5837-5237-ABE4-FF0C8944**** |
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | ConflictParameters | Parameters that must not be used together. %s | 多個參數間存在衝突。 |
| 400 | IncompleteSignature | The request signature is invalid. | API請求籤名不合法。 |
| 400 | InvalidAction | The action %s requested is invalid. | 不合法的Action。 |
| 400 | InvalidParameter | The specified parameter %s is not valid. | 參數錯誤。 |
| 400 | InvalidParameterValue | The input parameter %s is invalid or out of range. | 參數值超出範圍。 |
| 400 | MissingAction | The action %s requested is missing. | 缺少Action參數 |
| 400 | MissingParameter | The input parameter %s that is mandatory for processing this request is not supplied. | 參數缺失。 |
| 400 | NotAuthorized | You do not have permission to perform this action. %s | 沒有許可權。 |
| 400 | ThrottlingException | The request was denied due to request throttling. %s | 限流。 |
| 500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | 內部錯誤。 |
| 404 | ResourceNotFound | The resource not found by %s. | 請求的資源未找到。 |
| 503 | ServiceFailure | The request has failed due to a temporary failure of %s service. | 依賴的阿里雲其他服務不可用。 |
| 503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. | 請求逾時或者服務不可用。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。