Queries the instance families that support different deployment strategies. When you call this operation, specify parameters, such as RegionId and Strategy, in the request.
Operation description
Usage notes
For information about instance families, see Overview of instance families.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The region ID. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
Strategy | string | No | The deployment strategy. Valid values:
Default value: Availability. | Availability |
Response parameters
Examples
Sample success responses
JSON
format
{
"InstanceTypeFamilies": "ecs.i2g,ecs.i1,ecs.i2ne,ecs.i2gne",
"RequestId": "473469C7-AA6F-4DC5-B7DB-A3DC7DE1****"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-04-26 | The request parameters of the API has changed | View Change Details |