Creates a business scenario to group task flows by business scenario.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:CreateScenario |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tid |
integer |
No |
The ID of the tenant. Note
To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic. |
3*** |
| ScenarioName |
string |
Yes |
The name of the business scenario. |
业务场景-测试 |
| Description |
string |
No |
The description of the business scenario. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
4E1D2B4D-3E53-4ABC-999D-1D2520B3471A |
| ErrorCode |
string |
The error code returned if the request failed. |
UnknownError |
| ErrorMessage |
string |
The error message returned if the request failed. |
UnknownError |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| ScenarioId |
integer |
The ID of the business scenario. |
36*** |
Examples
Success response
JSON format
{
"RequestId": "4E1D2B4D-3E53-4ABC-999D-1D2520B3471A",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true,
"ScenarioId": 0
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.