Calls the UpdateScenario operation to update the name and description of a task flow business scenario.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:UpdateScenario |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tid |
integer |
No |
The tenant ID. Note
You can move the pointer over the profile picture in the upper-right corner of the console and view the tenant ID. For more information, see View tenant information. |
3*** |
| ScenarioId |
string |
Yes |
The ID of the business scenario. |
12*** |
| ScenarioName |
string |
Yes |
The name of the business scenario. |
Business scenario-test |
| Description |
string |
No |
The description of the business scenario. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
7FAD400F-7A5C-4193-8F9A-39D86C4F0231 |
| ErrorCode |
string |
The error code. |
UnknownError |
| ErrorMessage |
string |
The error message returned if the call failed. |
UnknownError |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "7FAD400F-7A5C-4193-8F9A-39D86C4F0231",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.