This article introduces how to create a deployment set in a specified region, and focuses on the specific steps. The content of this article is compact, and I hope you can gain something from it.
CreateDeploymentSet
Request Parameters
##Return parameters
##Example
Request examplehttps://ecs.aliyuncs.com/?Action=CreateDeploymentSet
&RegionId=cn-hangzhou
&DeploymentStrategy=Availability
&DeploymentSetName=AvailMySet
&<公共请求参数>
XML format
<CreateDeploymentSetResponse>
<RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
<DeploymentSetId>ds-bp1frxuzdg87zh4pzqkcm</DeploymentSetId>
</CreateDeploymentSetResponse>
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
"DeploymentSetId": "ds-bp1frxuzdg87zh4pzqkc"
}
Error codeThe following are error codes unique to this interface. For more error codes, please visit the API Error Center.
The above is the detailed content of How to create a deployment set in a specified region. For more information, please follow other related articles on the PHP Chinese website!