Creates a tenant skill.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecd:CreateTenantSkill |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Slug |
string |
Yes |
The slug identifier of the skill. This parameter is user-defined and must be unique within the tenant. |
find-skills**** |
| DisplayName |
string |
Yes |
The display name. |
name**** |
| Description |
string |
Yes |
The description of the skill. Maximum length: 500 characters. |
This skill is used for**** |
| SkillIcon |
string |
No |
The skill icon. |
icon/****/****/****.png |
| IconETag |
string |
No |
The icon parsing tag. This parameter is required when SkillIcon is specified. |
21E9A5B273CB8EC0675********* |
| SkillVersion |
string |
Yes |
The skill version. |
0.0.1 |
| SkillChannel |
string |
Yes |
The skill channel. Valid values:
Valid values:
|
BUSINESS |
| TaskKey |
string |
Yes |
The file parsing task key. |
E1CF3D69-529D-**** |
| ApiKey |
string |
No |
The API key of the skill. |
akm-98f66829*** |
| EnvVars |
object |
No |
The environment variables. |
|
|
string |
No |
The environment variables. |
{\"key\":\"value\",\"key\":\"value\"} |
TaskKey parameter: Call the ParseSkillPackage operation to obtain the response, and then extract the value of TaskKey from the data field of the response object.
Slug parameter: Call the GetParseProgress operation to obtain the response, and then extract the value of Slug from the Data object within the data field of the response object.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
| SkillId |
string |
The unique ID of the skill. |
s-04rj8mzqj1fu**** |
Examples
Success response
JSON format
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"SkillId": "s-04rj8mzqj1fu****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.