Creates a stage model.
Operation description
The model definition conforms to JSON Schema Draft 4.
The JSON schema supports only properties of the object type.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StageAlias |
string |
Yes |
The stage alias. |
生产环境 |
| StageName |
string |
Yes |
The stage name. |
RELEASE |
| Description |
string |
No |
The stage description. |
Model Description |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| StageModelId |
string |
The stage model ID. |
39sdfjsd8fudsfxxx |
| RequestId |
string |
The request ID. |
EF924FE4-2EDD-4CD3-89EC-34E4708xxxx |
Examples
Success response
JSON format
{
"StageModelId": "39sdfjsd8fudsfxxx",
"RequestId": "EF924FE4-2EDD-4CD3-89EC-34E4708xxxx"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.