summaryrefslogtreecommitdiff
path: root/data/en_us/support-plan
diff options
context:
space:
mode:
Diffstat (limited to 'data/en_us/support-plan')
-rw-r--r--data/en_us/support-plan/2021-07-06/api-docs.php994
1 files changed, 517 insertions, 477 deletions
diff --git a/data/en_us/support-plan/2021-07-06/api-docs.php b/data/en_us/support-plan/2021-07-06/api-docs.php
index 30c5dae..a7c638e 100644
--- a/data/en_us/support-plan/2021-07-06/api-docs.php
+++ b/data/en_us/support-plan/2021-07-06/api-docs.php
@@ -1,165 +1,38 @@
<?php return [
'version' => '1.0',
- 'info' => [
- 'style' => 'RPC',
- 'product' => 'support-plan',
- 'version' => '2021-07-06',
- ],
+ 'info' => ['style' => 'RPC', 'product' => 'support-plan', 'version' => '2021-07-06'],
'directories' => [
[
- 'id' => 133327,
- 'title' => null,
+ 'children' => ['ListEnterpriseDingtalkGroupCustomerMembers', 'AddEnterpriseGroupMemberToTaskGroup', 'ListEnterpriseDingtalkGroups'],
'type' => 'directory',
- 'children' => [
- 'ListEnterpriseDingtalkGroupCustomerMembers',
- 'AddEnterpriseGroupMemberToTaskGroup',
- 'ListEnterpriseDingtalkGroups',
- ],
+ 'title' => 'Enterprise service group',
],
[
- 'id' => 133333,
- 'title' => null,
+ 'children' => ['CreateTaskOrder', 'ListDdTaskOrder', 'ListProductByGroup'],
'type' => 'directory',
- 'children' => [
- 'CreateTaskOrder',
- 'ListDdTaskOrder',
- 'ListProductByGroup',
- ],
+ 'title' => 'Ticket management',
],
],
'components' => [
'schemas' => [
'EnterpriseDingtalkGroupMember' => [
- 'title' => '',
- 'description' => '',
- 'visibility' => 'public',
+ 'title' => '企业服务群成员信息',
+ 'description' => 'Enterprise DingTalk group member',
'type' => 'object',
'properties' => [
- 'IsAdmin' => [
- 'title' => '',
- 'description' => '',
- 'visibility' => 'public',
- 'type' => 'boolean',
- 'example' => 'true',
- 'backendName' => 'isAdmin',
- ],
- 'Mobile' => [
- 'title' => '',
- 'description' => '',
- 'visibility' => 'public',
- 'type' => 'string',
- 'example' => '130xxxxxxxx',
- 'backendName' => 'mobile',
- ],
- 'Name' => [
- 'title' => '',
- 'description' => '',
- 'visibility' => 'public',
- 'type' => 'string',
- 'example' => '',
- 'backendName' => 'name',
- ],
+ 'IsAdmin' => ['title' => '是否企业钉群管理员', 'description' => 'Whether the member is an administrator', 'type' => 'boolean', 'example' => 'true'],
+ 'Mobile' => ['title' => '成员手机号', 'description' => 'Member phone number', 'type' => 'string', 'example' => '130xxxxxxxx'],
+ 'Name' => ['title' => '成员姓名', 'description' => 'Member name', 'type' => 'string', 'example' => '张三'],
],
+ 'example' => '',
],
],
],
'apis' => [
- 'ListEnterpriseDingtalkGroupCustomerMembers' => [
- 'summary' => '获取钉群中所有客户侧人员信息',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
- 'security' => [
- [
- 'AK' => [],
- ],
- ],
- 'operationType' => 'read',
- 'deprecated' => false,
- 'systemTags' => [
- 'operationType' => 'list',
- ],
- 'parameters' => [
- [
- 'name' => 'OpenGroupId',
- 'in' => 'query',
- 'schema' => [
- 'title' => '企业服务群ID',
- 'description' => '',
- 'type' => 'string',
- 'required' => true,
- 'example' => '123',
- ],
- ],
- ],
- 'responses' => [
- 200 => [
- 'schema' => [
- 'type' => 'object',
- 'properties' => [
- 'RequestId' => [
- 'title' => '接口请求的唯一ID, 每次调用requestID唯一',
- 'description' => '',
- 'type' => 'string',
- 'example' => '123',
- ],
- 'Success' => [
- 'title' => '调用接口返回是否成功, true代表调用正常',
- 'description' => '',
- 'type' => 'boolean',
- 'example' => 'true',
- ],
- 'Message' => [
- 'title' => '错误信息, 当success=false的时候, 可以取到message',
- 'description' => '',
- 'type' => 'string',
- 'example' => 'Invalid data',
- ],
- 'Code' => [
- 'title' => '接口请求结果返回码',
- 'description' => '',
- 'type' => 'string',
- 'example' => '200',
- ],
- 'Data' => [
- 'title' => '',
- 'description' => '',
- 'type' => 'array',
- 'items' => [
- 'description' => '',
- '$ref' => '#/components/schemas/EnterpriseDingtalkGroupMember',
- 'type' => 'object',
- 'properties' => [
- 'Name' => [
- 'type' => 'string',
- ],
- 'IsAdmin' => [
- 'type' => 'boolean',
- ],
- 'UserId' => [
- 'type' => 'string',
- ],
- ],
- ],
- ],
- ],
- ],
- ],
- ],
- 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"123\\",\\n \\"Success\\": true,\\n \\"Message\\": \\"Invalid data\\",\\n \\"Code\\": \\"200\\",\\n \\"Data\\": [\\n {\\n \\"Name\\": \\"云小宝\\",\\n \\"IsAdmin\\": true,\\n \\"UserId\\": \\"PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs=\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<ListEnterpriseDingtalkGroupCustomerMembersResponse>\\n <RequestId>123</RequestId>\\n <Success>true</Success>\\n <Message>Invalid data</Message>\\n <Code>200</Code>\\n <Data>\\n <IsAdmin>true</IsAdmin>\\n <Mobile>130xxxxxxxx</Mobile>\\n <Name>张三</Name>\\n </Data>\\n</ListEnterpriseDingtalkGroupCustomerMembersResponse>","errorExample":""}]',
- ],
'AddEnterpriseGroupMemberToTaskGroup' => [
- 'summary' => '添加客户服务主群人员进子群',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'summary' => 'Adds a member of an enterprise service group to a task group.',
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
@@ -167,32 +40,17 @@
],
'operationType' => 'readAndWrite',
'deprecated' => false,
- 'systemTags' => [
- 'operationType' => 'none',
- 'riskType' => 'none',
- 'chargeType' => 'free',
- 'tenantRelevance' => 'publicInformation',
- ],
+ 'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'tenantRelevance' => 'publicInformation'],
'parameters' => [
[
'name' => 'UserId',
'in' => 'query',
- 'schema' => [
- 'description' => '',
- 'type' => 'string',
- 'required' => true,
- 'example' => 'PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs=',
- ],
+ 'schema' => ['description' => 'The unique identifier of the enterprise service group member. Get this value from [List enterprise service group members](https://help.aliyun.com/document_detail/2845070.html?spm=a2c4g.11186623.help-menu-44216.d_5_2_0_0.3acc74ddxlAIc5\\&scm=20140722.H_2845070._.OR_help-T_cn~zh-V_1).', 'type' => 'string', 'required' => true, 'example' => 'PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs=', 'title' => ''],
],
[
'name' => 'TaskOrderId',
'in' => 'query',
- 'schema' => [
- 'description' => '',
- 'type' => 'string',
- 'required' => true,
- 'example' => 'E240815B72K5D3',
- ],
+ 'schema' => ['description' => 'The task order ID. Get this value from [List task orders](https://help.aliyun.com/document_detail/2845075.html?spm=a2c4g.11186623.help-menu-44216.d_5_2_1_1.7e1142c5V9A7Rj\\&scm=20140722.H_2845075._.OR_help-T_cn~zh-V_1).', 'type' => 'string', 'required' => true, 'example' => 'E240815B72K5D3', 'title' => ''],
],
],
'responses' => [
@@ -202,128 +60,43 @@
'description' => 'result',
'type' => 'object',
'properties' => [
- 'RequestId' => [
- 'title' => 'Id of the request',
- 'description' => '',
- 'type' => 'string',
- 'example' => '43135C31-E47A-5AD7-A693-6DC635201CE4',
- ],
- 'Success' => [
- 'description' => '',
- 'type' => 'boolean',
- 'example' => 'true',
- ],
- 'Message' => [
- 'description' => '',
- 'type' => 'string',
- 'example' => 'ok',
- ],
- 'Code' => [
- 'description' => '',
- 'type' => 'string',
- 'example' => '200',
- ],
- 'Data' => [
- 'description' => '',
- 'type' => 'string',
- 'example' => 'true',
- ],
+ 'RequestId' => ['title' => 'Id of the request', 'description' => 'The ID of the API request.', 'type' => 'string', 'example' => '43135C31-E47A-5AD7-A693-6DC635201CE4'],
+ 'Success' => ['description' => 'Indicates whether the API request succeeded.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
+ 'Message' => ['description' => 'A description of the API request.', 'type' => 'string', 'example' => 'ok', 'title' => ''],
+ 'Code' => ['description' => 'The status code.', 'type' => 'string', 'example' => '200', 'title' => ''],
+ 'Data' => ['description' => 'Indicates whether the enterprise service group member was successfully added to the task group.', 'type' => 'string', 'example' => 'true', 'title' => ''],
],
+ 'example' => '',
],
],
],
- 'staticInfo' => [
- 'returnType' => 'synchronous',
- ],
+ 'staticInfo' => ['returnType' => 'synchronous'],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"43135C31-E47A-5AD7-A693-6DC635201CE4\\",\\n \\"Success\\": true,\\n \\"Message\\": \\"ok\\",\\n \\"Code\\": \\"200\\",\\n \\"Data\\": \\"true\\"\\n}","type":"json"}]',
- ],
- 'ListEnterpriseDingtalkGroups' => [
- 'summary' => '查询所有企业钉群成员',
- 'methods' => [
- 'post',
+ 'title' => 'Add an enterprise service group member to the job ticket group ',
+ 'changeSet' => [
+ ['createdAt' => '2025-01-07T01:43:22.000Z', 'description' => 'Request parameters changed'],
],
- 'schemes' => [
- 'http',
- 'https',
+ 'flowControl' => [
+ 'flowControlList' => [],
],
- 'security' => [
+ 'ramActions' => [
[
- 'AK' => [],
- ],
- ],
- 'operationType' => 'read',
- 'deprecated' => false,
- 'systemTags' => [
- 'operationType' => 'list',
- 'tenantRelevance' => 'publicInformation',
- ],
- 'parameters' => [],
- 'responses' => [
- 200 => [
- 'schema' => [
- 'type' => 'object',
- 'properties' => [
- 'RequestId' => [
- 'title' => '接口请求的唯一ID, 每次调用requestID唯一',
- 'description' => '',
- 'type' => 'string',
- 'example' => '12xxxxx',
- ],
- 'Success' => [
- 'title' => '调用接口返回是否成功, true代表调用正常',
- 'description' => '',
- 'type' => 'boolean',
- 'example' => 'true',
- ],
- 'Message' => [
- 'title' => '错误信息, 当success=false的时候, 可以取到message',
- 'description' => '',
- 'type' => 'string',
- 'example' => 'Data Invalid',
- ],
- 'Code' => [
- 'title' => '接口请求结果返回码',
- 'description' => '',
- 'type' => 'string',
- 'example' => 'true',
- ],
- 'Data' => [
- 'title' => '服务钉群数组',
- 'description' => '',
- 'type' => 'array',
- 'items' => [
- 'type' => 'object',
- 'properties' => [
- 'OpenGroupId' => [
- 'title' => '钉群ID',
- 'description' => '',
- 'type' => 'string',
- 'example' => '123',
- ],
- 'GroupName' => [
- 'title' => '钉群名',
- 'description' => '',
- 'type' => 'string',
- 'example' => 'A公司服务群',
- ],
- ],
- ],
- ],
+ 'operationType' => 'none',
+ 'ramAction' => [
+ 'action' => 'support-plan:AddEnterpriseGroupMemberToTaskGroup',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => 'All Resource', 'arn' => '*'],
],
],
],
],
- 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"12xxxxx\\",\\n \\"Success\\": true,\\n \\"Message\\": \\"Data Invalid\\",\\n \\"Code\\": \\"true\\",\\n \\"Data\\": [\\n {\\n \\"OpenGroupId\\": \\"123\\",\\n \\"GroupName\\": \\"A公司服务群\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<ListEnterpriseDingtalkGroupsResponse>\\n <RequestId>12xxxxx</RequestId>\\n <Success>true</Success>\\n <Message>Data Invalid</Message>\\n <Code>true</Code>\\n <Data>\\n <OpenGroupId>123</OpenGroupId>\\n <GroupName>A公司服务群</GroupName>\\n </Data>\\n</ListEnterpriseDingtalkGroupsResponse>","errorExample":""}]',
],
'CreateTaskOrder' => [
- 'summary' => '创建工单',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'summary' => 'Creates a task order.',
+ 'methods' => ['post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -331,68 +104,37 @@
],
'operationType' => 'read',
'deprecated' => false,
- 'systemTags' => [
- 'operationType' => 'create',
- 'tenantRelevance' => 'publicInformation',
- ],
+ 'systemTags' => ['operationType' => 'create', 'tenantRelevance' => 'publicInformation'],
'parameters' => [
[
'name' => 'OpenGroupId',
'in' => 'query',
- 'schema' => [
- 'title' => '主群关联Id',
- 'description' => '',
- 'type' => 'string',
- 'required' => true,
- 'example' => 'cid+lUpHxTIXt7DYqJDcpVxlA==',
- ],
+ 'schema' => ['description' => 'The ID of the enterprise service group.', 'type' => 'string', 'required' => true, 'example' => '9NWTWRBY', 'title' => ''],
],
[
'name' => 'UrgentDescription',
'in' => 'query',
- 'schema' => [
- 'title' => '重要性描述',
- 'type' => 'string',
- 'required' => false,
- 'example' => '重要性描述',
- ],
+ 'schema' => ['title' => 'Importance description', 'description' => 'The description of the urgency level.', 'type' => 'string', 'required' => false, 'example' => '数据不可用'],
],
[
'name' => 'IsUrgent',
'in' => 'query',
- 'schema' => [
- 'type' => 'boolean',
- 'required' => false,
- ],
+ 'schema' => ['description' => 'Indicates whether the task is urgent.', 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''],
],
[
'name' => 'Overview',
'in' => 'query',
- 'schema' => [
- 'title' => '任务单标题',
- 'type' => 'string',
- 'required' => true,
- 'example' => '任务单标题:必填',
- ],
+ 'schema' => ['title' => 'Job title ', 'description' => 'The summary of the issue.', 'type' => 'string', 'required' => true, 'example' => '测试建单'],
],
[
'name' => 'ProductCode',
'in' => 'query',
- 'schema' => [
- 'title' => 'productType',
- 'type' => 'string',
- 'required' => true,
- 'example' => 'ecs',
- ],
+ 'schema' => ['title' => 'productType', 'description' => 'The product category. For more information about the values, see [Get a list of products](https://help.aliyun.com/document_detail/2845077.html?spm=a2c4g.2845070.0.0.65793d29K9abVt).', 'type' => 'string', 'required' => true, 'example' => 'ecs'],
],
[
'name' => 'CreateUserId',
'in' => 'query',
- 'schema' => [
- 'type' => 'string',
- 'required' => true,
- 'example' => '123',
- ],
+ 'schema' => ['description' => 'The unique ID of the user who creates the task. For more information about the values, see [Get a list of enterprise service group members](https://help.aliyun.com/document_detail/2845070.html?spm=a2c4g.2845077.0.0.3ad274ddlIJdaT).', 'type' => 'string', 'required' => true, 'example' => 'PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs=', 'title' => ''],
],
],
'responses' => [
@@ -402,143 +144,101 @@
'description' => 'result',
'type' => 'object',
'properties' => [
- 'Message' => [
- 'title' => 'msg',
- 'description' => 'msg',
- 'type' => 'string',
- 'example' => 'ok',
- ],
- 'RequestId' => [
- 'title' => 'requestId',
- 'description' => 'requestId',
- 'type' => 'string',
- 'example' => '123',
- ],
- 'Data' => [
- 'title' => '返回任务单号:OrderId',
- 'description' => '',
- 'type' => 'string',
- 'example' => 'E21111796147LE',
- ],
- 'Code' => [
- 'title' => 'code',
- 'description' => 'code',
- 'type' => 'string',
- 'example' => '200',
- ],
- 'Success' => [
- 'title' => 'success',
- 'description' => 'success',
- 'type' => 'boolean',
- 'example' => 'true',
- ],
+ 'Message' => ['title' => 'msg', 'description' => 'The description of the API request.', 'type' => 'string', 'example' => 'ok'],
+ 'RequestId' => ['title' => 'requestId', 'description' => 'The ID of the API interaction.', 'type' => 'string', 'example' => '43135C31-E47A-5AD7-A693-6DC635201CE4'],
+ 'Data' => ['description' => 'The task order number.', 'type' => 'string', 'example' => 'E21111796147LE', 'title' => ''],
+ 'Code' => ['title' => 'code', 'description' => 'The status code.', 'type' => 'string', 'example' => '200'],
+ 'Success' => ['title' => 'success', 'description' => 'Indicates whether the API request was successful.', 'type' => 'boolean', 'example' => 'true'],
+ ],
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"ok\\",\\n \\"RequestId\\": \\"43135C31-E47A-5AD7-A693-6DC635201CE4\\",\\n \\"Data\\": \\"E21111796147LE\\",\\n \\"Code\\": \\"200\\",\\n \\"Success\\": true\\n}","type":"json"}]',
+ 'title' => 'Create a job order',
+ 'requestParamsDescription' => '{'."\n"
+ .'"OpenGroupId": "9NWTWRBY",'."\n"
+ .'"UrgentDescription": "Urgency test",'."\n"
+ .'"IsUrgent": true,'."\n"
+ .'"Overview": "Ticket creation test",'."\n"
+ .'"ProductCode": "ecs",'."\n"
+ .'"CreateUserId": "PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs="'."\n"
+ .'}',
+ 'responseParamsDescription' => 'The response contains a Data field that holds the task order ID. You can use this ID in subsequent API operations.',
+ 'changeSet' => [
+ ['createdAt' => '2024-09-12T12:42:40.000Z', 'description' => 'Request parameters changed'],
+ ['createdAt' => '2021-11-30T10:37:19.000Z', 'description' => 'OpenAPI offline'],
+ ],
+ 'ramActions' => [
+ [
+ 'operationType' => 'create',
+ 'ramAction' => [
+ 'action' => 'support-plan:CreateTaskOrder',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => 'All Resource', 'arn' => '*'],
],
],
],
],
- 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"ok\\",\\n \\"RequestId\\": \\"43135C31-E47A-5AD7-A693-6DC635201CE4\\",\\n \\"Data\\": \\"E21111796147LE\\",\\n \\"Code\\": \\"200\\",\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"<CreateTaskOrderResponse>\\n <Message>ok</Message>\\n <RequestId>43135C31-E47A-5AD7-A693-6DC635201CE4</RequestId>\\n <Data>E21111796147LE</Data>\\n <Code>200</Code>\\n <Success>true</Success>\\n</CreateTaskOrderResponse>","errorExample":""}]',
+ 'flowControl' => [
+ 'flowControlList' => [
+ ['threshold' => '2', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateTaskOrder'],
+ ],
+ ],
],
'ListDdTaskOrder' => [
'summary' => 'ListDdTaskOrder',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'deprecated' => false,
- 'systemTags' => [
- 'operationType' => 'get',
- ],
+ 'systemTags' => ['operationType' => 'get'],
'parameters' => [
[
'name' => 'OpenGroupId',
'in' => 'query',
- 'schema' => [
- 'title' => 'openGroupId',
- 'description' => 'openGroupId',
- 'type' => 'string',
- 'required' => true,
- 'example' => 'DAWNN14N',
- ],
+ 'schema' => ['title' => 'openGroupId', 'description' => 'openGroupId', 'type' => 'string', 'required' => true, 'example' => 'DAWNN14N'],
],
[
'name' => 'TaskStatus',
'in' => 'query',
- 'schema' => [
- 'title' => 'taskStatus',
- 'description' => 'taskStatus',
- 'type' => 'string',
- 'required' => false,
- 'example' => 'dealingNode',
- ],
+ 'schema' => ['title' => 'taskStatus', 'description' => 'taskStatus', 'type' => 'string', 'required' => false, 'example' => '处理中'],
],
[
'name' => 'CreateRealName',
'in' => 'query',
- 'schema' => [
- 'description' => 'createRealName',
- 'type' => 'string',
- 'required' => false,
- 'example' => 'Tom',
- ],
+ 'schema' => ['description' => 'createRealName', 'type' => 'string', 'required' => false, 'example' => '云小宝', 'title' => ''],
],
[
'name' => 'StartTime',
'in' => 'query',
- 'schema' => [
- 'description' => 'startTime',
- 'type' => 'string',
- 'required' => false,
- 'example' => '2024-08-01 14:09:11',
- ],
+ 'schema' => ['description' => 'startTime', 'type' => 'string', 'required' => false, 'example' => '2024-08-01 14:09:11', 'title' => ''],
],
[
'name' => 'EndTime',
'in' => 'query',
- 'schema' => [
- 'description' => 'endTime',
- 'type' => 'string',
- 'required' => false,
- 'example' => '2024-08-20 14:09:16',
- ],
+ 'schema' => ['description' => 'endTime', 'type' => 'string', 'required' => false, 'example' => '2024-08-20 14:09:16', 'title' => ''],
],
[
'name' => 'PageSize',
'in' => 'query',
- 'schema' => [
- 'description' => 'pageSize',
- 'type' => 'integer',
- 'required' => false,
- 'example' => '10',
- 'default' => '10',
- 'format' => 'int64',
- ],
+ 'schema' => ['description' => 'pageSize', 'type' => 'integer', 'required' => false, 'example' => '10', 'default' => '10', 'format' => 'int64', 'title' => ''],
],
[
'name' => 'PageNo',
'in' => 'query',
- 'schema' => [
- 'description' => 'pageNo',
- 'type' => 'integer',
- 'required' => false,
- 'example' => '1',
- 'default' => '1',
- 'format' => 'int64',
- ],
+ 'schema' => ['description' => 'pageNo', 'type' => 'integer', 'required' => false, 'example' => '1', 'default' => '1', 'format' => 'int64', 'title' => ''],
],
[
'name' => 'IsUrgent',
'in' => 'query',
- 'schema' => [
- 'type' => 'boolean',
- ],
+ 'schema' => ['description' => 'Is urgent', 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => ''],
],
],
'responses' => [
@@ -548,52 +248,78 @@
'description' => 'result',
'type' => 'object',
'properties' => [
- 'Message' => [
- 'title' => 'msg',
- 'description' => 'msg',
- 'type' => 'string',
- 'example' => '请求成功',
- ],
- 'RequestId' => [
- 'title' => 'requestId',
- 'description' => 'requestId',
- 'type' => 'string',
- 'example' => '2F8557E4-742B-1CF7-8E83-28CD0C1F7B48',
- ],
- 'Data' => [
- 'title' => 'data',
- 'description' => 'data',
- 'type' => 'string',
- 'example' => '{ "msg": "请求成功", "code": "200", "data": [ { "wfNodeId": "dealingNode",//任务单状态 "createEmpId": null,//创建人工号,可以忽略 "createTime": 1637571435000,//任务单创建时间 "orderId": "E2111221H1UKCZ",//任务单号 "isImportant": "normal",//是否紧急 "closeTime": null,//任务单关单时间 "taskTitle": "测试单16点44",//标题 "productType": "3270"//问题分类 }, { "wfNodeId": "dealingNode", "createEmpId": null, "createTime": 1637820497000, "orderId": "E211125CG111EM", "isImportant": "normal", "closeTime": null, "taskTitle": "测试单14", "class": "com.aliyun.dingtalklanding.dto.OpenTaskOrderDTO", "productType": "3270" } ], "success": true, "requestId": "123", "class": "com.aliyun.dingtalklanding.pop.dto.PopResultDTO" }',
- ],
- 'Code' => [
- 'title' => 'code',
- 'description' => 'code',
- 'type' => 'string',
- 'example' => '200',
- ],
- 'Success' => [
- 'title' => 'success',
- 'description' => 'success',
- 'type' => 'boolean',
- 'example' => 'true',
- ],
+ 'Message' => ['title' => 'msg', 'description' => 'msg', 'type' => 'string', 'example' => '请求成功'],
+ 'RequestId' => ['title' => 'requestId', 'description' => 'requestId', 'type' => 'string', 'example' => '2F8557E4-742B-1CF7-8E83-28CD0C1F7B48'],
+ 'Data' => ['title' => 'data', 'description' => 'data', 'type' => 'string', 'example' => '['."\n"
+ .' {'."\n"
+ .' "taskStatus": "处理中",'."\n"
+ .' "taskOrderId": "E240815B72K5D3",'."\n"
+ .' "startNo": "5星",'."\n"
+ .' "createRealName": "云小宝",'."\n"
+ .' "feedback": "对客总结",'."\n"
+ .' "groupName": "测试主群",'."\n"
+ .' "createTime": "2024-08-15T20:43Z",'."\n"
+ .' "firstConfirmedTime": "2024-08-18T15:25Z",'."\n"
+ .' "isUrgent": "normal",'."\n"
+ .' "closeTime": "2024-08-21T16:25Z",'."\n"
+ .' "taskTitle": "测试建单",'."\n"
+ .' "productName": "云服务器 ECS",'."\n"
+ .' "chatId": "chatb728b275a0056e516ed7798cf4e5dabd"'."\n"
+ .' }'."\n"
+ .']'],
+ 'Code' => ['title' => 'code', 'description' => 'code', 'type' => 'string', 'example' => '200'],
+ 'Success' => ['title' => 'success', 'description' => 'success', 'type' => 'boolean', 'example' => 'true'],
],
+ 'example' => '',
],
],
],
- 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"请求成功\\",\\n \\"RequestId\\": \\"2F8557E4-742B-1CF7-8E83-28CD0C1F7B48\\",\\n \\"Data\\": \\"[\\\\n {\\\\n \\\\\\"taskStatus\\\\\\": \\\\\\"处理中\\\\\\",\\\\n \\\\\\"taskOrderId\\\\\\": \\\\\\"E240815B72K5D3\\\\\\",\\\\n \\\\\\"startNo\\\\\\": \\\\\\"5星\\\\\\",\\\\n \\\\\\"createRealName\\\\\\": \\\\\\"云小宝\\\\\\",\\\\n \\\\\\"feedback\\\\\\": \\\\\\"对客总结\\\\\\",\\\\n \\\\\\"groupName\\\\\\": \\\\\\"测试主群\\\\\\",\\\\n \\\\\\"createTime\\\\\\": \\\\\\"2024-08-15T20:43Z\\\\\\",\\\\n \\\\\\"firstConfirmedTime\\\\\\": \\\\\\"2024-08-18T15:25Z\\\\\\",\\\\n \\\\\\"isUrgent\\\\\\": \\\\\\"normal\\\\\\",\\\\n \\\\\\"closeTime\\\\\\": \\\\\\"2024-08-21T16:25Z\\\\\\",\\\\n \\\\\\"taskTitle\\\\\\": \\\\\\"测试建单\\\\\\",\\\\n \\\\\\"productName\\\\\\": \\\\\\"云服务器 ECS\\\\\\",\\\\n \\\\\\"chatId\\\\\\": \\\\\\"chatb728b275a0056e516ed7798cf4e5dabd\\\\\\"\\\\n }\\\\n]\\",\\n \\"Code\\": \\"200\\",\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"<ListDdTaskOrderResponse>\\n <Message>请求成功</Message>\\n <RequestId>2F8557E4-742B-1CF7-8E83-28CD0C1F7B48</RequestId>\\n <Data>[ { \\"wfNodeId\\":\\"dealingNode\\", \\"createEmpId\\":null, \\"createTime\\":1637571435000, \\"orderId\\":\\"E2111221H1UKCZ\\", \\"isImportant\\":\\"normal\\", \\"closeTime\\":null, \\"taskTitle\\":\\"测试单16点44\\", \\"productType\\":\\"3270\\" } ]</Data>\\n <Code>200</Code>\\n <Success>true</Success>\\n</ListDdTaskOrderResponse>","errorExample":""}]',
- 'title' => 'ListDdTaskOrder',
- ],
- 'ListProductByGroup' => [
- 'summary' => '获取问题分类',
- 'methods' => [
- 'post',
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"请求成功\\",\\n \\"RequestId\\": \\"2F8557E4-742B-1CF7-8E83-28CD0C1F7B48\\",\\n \\"Data\\": \\"[\\\\n {\\\\n \\\\\\"taskStatus\\\\\\": \\\\\\"处理中\\\\\\",\\\\n \\\\\\"taskOrderId\\\\\\": \\\\\\"E240815B72K5D3\\\\\\",\\\\n \\\\\\"startNo\\\\\\": \\\\\\"5星\\\\\\",\\\\n \\\\\\"createRealName\\\\\\": \\\\\\"云小宝\\\\\\",\\\\n \\\\\\"feedback\\\\\\": \\\\\\"对客总结\\\\\\",\\\\n \\\\\\"groupName\\\\\\": \\\\\\"测试主群\\\\\\",\\\\n \\\\\\"createTime\\\\\\": \\\\\\"2024-08-15T20:43Z\\\\\\",\\\\n \\\\\\"firstConfirmedTime\\\\\\": \\\\\\"2024-08-18T15:25Z\\\\\\",\\\\n \\\\\\"isUrgent\\\\\\": \\\\\\"normal\\\\\\",\\\\n \\\\\\"closeTime\\\\\\": \\\\\\"2024-08-21T16:25Z\\\\\\",\\\\n \\\\\\"taskTitle\\\\\\": \\\\\\"测试建单\\\\\\",\\\\n \\\\\\"productName\\\\\\": \\\\\\"云服务器 ECS\\\\\\",\\\\n \\\\\\"chatId\\\\\\": \\\\\\"chatb728b275a0056e516ed7798cf4e5dabd\\\\\\"\\\\n }\\\\n]\\",\\n \\"Code\\": \\"200\\",\\n \\"Success\\": true\\n}","type":"json"}]',
+ 'title' => 'Obtain the job order list',
+ 'responseParamsDescription' => '['."\n"
+ .' {'."\n"
+ .' "taskStatus": "Processing",'."\n"
+ .' "taskOrderId": "E240815B72K5D3",'."\n"
+ .' "startNo": "5-star",'."\n"
+ .' "createRealName": "Cloud Bao",'."\n"
+ .' "feedback": "Customer summary",'."\n"
+ .' "groupName": "Testing Main Group",'."\n"
+ .' "createTime": "2024-08-15T20:43Z",'."\n"
+ .' "firstConfirmedTime": "2024-08-18T15:25Z",'."\n"
+ .' "isUrgent": "normal",'."\n"
+ .' "closeTime": "2024-08-21T16:25Z",'."\n"
+ .' "taskTitle": "Test Order Creation",'."\n"
+ .' "productName": "Elastic Compute Service",'."\n"
+ .' "chatId": "chatb728b275a0056e516ed7798cf4e5dabd"'."\n"
+ .' }'."\n"
+ .']',
+ 'changeSet' => [
+ ['createdAt' => '2024-09-12T12:42:40.000Z', 'description' => 'Request parameters changed'],
+ ['createdAt' => '2024-08-22T07:34:33.000Z', 'description' => 'Request parameters changed'],
+ ],
+ 'flowControl' => [
+ 'flowControlList' => [
+ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListDdTaskOrder'],
+ ],
],
- 'schemes' => [
- 'http',
- 'https',
+ 'ramActions' => [
+ [
+ 'operationType' => 'get',
+ 'ramAction' => [
+ 'action' => 'support-plan:ListDdTaskOrder',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => 'All Resource', 'arn' => '*'],
+ ],
+ ],
+ ],
],
+ ],
+ 'ListEnterpriseDingtalkGroupCustomerMembers' => [
+ 'summary' => 'Retrieves the list of members in an enterprise service group. Note: You can retrieve only enterprise-side members.',
+ 'methods' => ['post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -601,70 +327,384 @@
],
'operationType' => 'read',
'deprecated' => false,
- 'systemTags' => [
- 'operationType' => 'get',
- ],
+ 'systemTags' => ['operationType' => 'list'],
'parameters' => [
[
'name' => 'OpenGroupId',
'in' => 'query',
+ 'schema' => ['description' => 'The ID of the enterprise service group.', 'type' => 'string', 'required' => true, 'example' => 'DAWNN14N', 'title' => ''],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
'schema' => [
- 'title' => '主群关联Id',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => ['description' => 'The unique ID of the request. Each request has a unique ID.', 'type' => 'string', 'example' => '123', 'title' => ''],
+ 'Success' => ['description' => 'Indicates whether the call succeeded. A value of true indicates success.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
+ 'Message' => ['description' => 'The error message returned if the request fails.', 'type' => 'string', 'example' => 'Invalid data', 'title' => ''],
+ 'Code' => ['description' => 'The return code of the request.', 'type' => 'string', 'example' => '200', 'title' => ''],
+ 'Data' => [
+ 'title' => '',
+ 'description' => 'The list of members in the enterprise service group.',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => 'The details of a member.',
+ '$ref' => '#/components/schemas/EnterpriseDingtalkGroupMember',
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => ['description' => 'The name of the member in the enterprise service group.', 'type' => 'string', 'example' => '云小宝', 'title' => ''],
+ 'IsAdmin' => ['description' => 'Indicates whether the member is an administrator of the enterprise service group.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
+ 'UserId' => ['description' => 'The unique ID of the member in the enterprise service group.', 'type' => 'string', 'example' => 'PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs=', 'title' => ''],
+ ],
+ 'title' => '',
+ 'example' => '',
+ ],
+ 'example' => '',
+ ],
+ ],
'description' => '',
- 'type' => 'string',
- 'required' => true,
- 'example' => 'cidXcezGVQJjiWy2PzXylGwvg==',
+ 'title' => '',
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"123\\",\\n \\"Success\\": true,\\n \\"Message\\": \\"Invalid data\\",\\n \\"Code\\": \\"200\\",\\n \\"Data\\": [\\n {\\n \\"Name\\": \\"云小宝\\",\\n \\"IsAdmin\\": true,\\n \\"UserId\\": \\"PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs=\\"\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => 'Obtain the member list of an enterprise service group',
+ 'changeSet' => [
+ ['createdAt' => '2024-09-12T12:42:40.000Z', 'description' => 'Request parameters changed, Response parameters changed'],
+ ['createdAt' => '2021-08-17T02:54:49.000Z', 'description' => 'OpenAPI offline'],
+ ],
+ 'flowControl' => [
+ 'flowControlList' => [
+ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListEnterpriseDingtalkGroupCustomerMembers'],
+ ],
+ ],
+ 'ramActions' => [
+ [
+ 'operationType' => 'list',
+ 'ramAction' => [
+ 'action' => 'support-plan:ListEnterpriseDingtalkGroupCustomerMembers',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => 'All Resource', 'arn' => '*'],
+ ],
],
],
],
+ ],
+ 'ListEnterpriseDingtalkGroups' => [
+ 'summary' => 'Retrieves a list of enterprise DingTalk service groups associated with your account.',
+ 'methods' => ['post'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => ['operationType' => 'list', 'tenantRelevance' => 'publicInformation'],
+ 'parameters' => [],
'responses' => [
200 => [
'schema' => [
- 'title' => 'result',
- 'description' => 'result',
'type' => 'object',
'properties' => [
- 'Message' => [
- 'title' => 'msg',
- 'description' => 'msg',
- 'type' => 'string',
- 'example' => '请求成功',
- ],
- 'RequestId' => [
- 'title' => '接口交互动态值',
- 'description' => 'requestId',
- 'type' => 'string',
- 'example' => '123',
- ],
+ 'RequestId' => ['description' => 'The unique ID of the API request. Each call returns a unique RequestId.', 'type' => 'string', 'example' => '12xxxxx', 'title' => ''],
+ 'Success' => ['description' => 'Indicates whether the API call succeeded. true means the call was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
+ 'Message' => ['description' => 'The error message. This field is returned only when Success is false.', 'type' => 'string', 'example' => 'Data Invalid', 'title' => ''],
+ 'Code' => ['description' => 'The return code of the API request.', 'type' => 'string', 'example' => 'true', 'title' => ''],
'Data' => [
- 'title' => 'data',
- 'description' => 'data',
- 'type' => 'string',
- 'example' => '[ { "wfNodeId": "dealingNode",//任务单状态 "createEmpId": null,//创建人工号,可以忽略 "createTime": 1637571435000,//任务单创建时间 "orderId": "E2111221H1UKCZ",//任务单号 "isImportant": "normal",//是否紧急 "closeTime": null,//任务单关单时间 "taskTitle": "测试单16点44",//标题 "productType": "3270"//问题分类 }, { "wfNodeId": "dealingNode", "createEmpId": null, "createTime": 1637820497000, "orderId": "E211125CG111EM", "isImportant": "normal", "closeTime": null, "taskTitle": "测试单14", "class": "com.aliyun.dingtalklanding.dto.OpenTaskOrderDTO", "productType": "3270" } ]',
- ],
- 'Code' => [
- 'title' => 'code',
- 'description' => 'code',
- 'type' => 'string',
- 'example' => '200',
- ],
- 'Success' => [
- 'title' => 'success',
- 'description' => 'success',
- 'type' => 'boolean',
- 'example' => 'true',
+ 'title' => '',
+ 'description' => 'A list of DingTalk service groups.',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'OpenGroupId' => ['description' => 'The ID of the enterprise DingTalk service group.', 'type' => 'string', 'example' => '123', 'title' => ''],
+ 'GroupName' => ['description' => 'The name of the enterprise DingTalk service group.', 'type' => 'string', 'example' => 'A公司服务群', 'title' => ''],
+ ],
+ 'description' => '',
+ 'title' => '',
+ 'example' => '',
+ ],
+ 'example' => '',
],
],
+ 'description' => '',
+ 'title' => '',
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"12xxxxx\\",\\n \\"Success\\": true,\\n \\"Message\\": \\"Data Invalid\\",\\n \\"Code\\": \\"true\\",\\n \\"Data\\": [\\n {\\n \\"OpenGroupId\\": \\"123\\",\\n \\"GroupName\\": \\"A公司服务群\\"\\n }\\n ]\\n}","type":"json"}]',
+ 'title' => 'Retrieve the list of enterprise service DingTalk groups',
+ 'changeSet' => [
+ ['createdAt' => '2021-08-17T02:54:49.000Z', 'description' => 'OpenAPI offline'],
+ ],
+ 'flowControl' => [
+ 'flowControlList' => [
+ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListEnterpriseDingtalkGroups'],
+ ],
+ ],
+ 'ramActions' => [
+ [
+ 'operationType' => 'list',
+ 'ramAction' => [
+ 'action' => 'support-plan:ListEnterpriseDingtalkGroups',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => 'All Resource', 'arn' => '*'],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'ListProductByGroup' => [
+ 'summary' => 'Obtain a product list by product group (primarily to retrieve product IDs).',
+ 'methods' => ['post'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => ['operationType' => 'get'],
+ 'parameters' => [
+ [
+ 'name' => 'OpenGroupId',
+ 'in' => 'query',
+ 'schema' => ['title' => '', 'description' => 'Enterprise service group ID', 'type' => 'string', 'required' => true, 'example' => '9NWTWRBY'],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'result',
+ 'description' => 'result',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => ['title' => 'msg', 'description' => 'msg', 'type' => 'string', 'example' => '请求成功'],
+ 'RequestId' => ['title' => '', 'description' => 'requestId', 'type' => 'string', 'example' => '43135C31-E47A-5AD7-A693-6DC635201CE4'],
+ 'Data' => ['title' => 'data', 'description' => 'data', 'type' => 'string', 'example' => '['."\n"
+ .' {'."\n"
+ .' "productName": "ECS",'."\n"
+ .' "productCode": "ecs"'."\n"
+ .' }'."\n"
+ .' ]'],
+ 'Code' => ['title' => 'code', 'description' => 'code', 'type' => 'string', 'example' => '200'],
+ 'Success' => ['title' => 'success', 'description' => 'success', 'type' => 'boolean', 'example' => 'true'],
+ ],
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"请求成功\\",\\n \\"RequestId\\": \\"43135C31-E47A-5AD7-A693-6DC635201CE4\\",\\n \\"Data\\": \\"[\\\\n {\\\\n \\\\\\"productName\\\\\\": \\\\\\"ECS\\\\\\",\\\\n \\\\\\"productCode\\\\\\": \\\\\\"ecs\\\\\\"\\\\n }\\\\n ]\\",\\n \\"Code\\": \\"200\\",\\n \\"Success\\": true\\n}","type":"json"}]',
+ 'title' => 'Obtain Product List',
+ 'changeSet' => [
+ ['createdAt' => '2024-09-12T12:42:40.000Z', 'description' => 'Error codes changed'],
+ ['createdAt' => '2021-11-30T10:37:19.000Z', 'description' => 'OpenAPI offline'],
+ ['createdAt' => '2021-11-30T10:37:19.000Z', 'description' => 'Response parameters changed'],
+ ],
+ 'flowControl' => [
+ 'flowControlList' => [
+ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListProductByGroup'],
+ ],
+ ],
+ 'ramActions' => [
+ [
+ 'operationType' => 'get',
+ 'ramAction' => [
+ 'action' => 'support-plan:ListProductByGroup',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => 'All Resource', 'arn' => '*'],
+ ],
],
],
],
- 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"请求成功\\",\\n \\"RequestId\\": \\"43135C31-E47A-5AD7-A693-6DC635201CE4\\",\\n \\"Data\\": \\"[\\\\n {\\\\n \\\\\\"productName\\\\\\": \\\\\\"ECS\\\\\\",\\\\n \\\\\\"productCode\\\\\\": \\\\\\"ecs\\\\\\"\\\\n }\\\\n ]\\",\\n \\"Code\\": \\"200\\",\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"<ListProductByGroupResponse>\\n <Message>请求成功</Message>\\n <RequestId>123</RequestId>\\n <Data>[ { \\"classificationProductTypeId\\":3270, \\"classificationProductName\\":\\"伏虎测试组\\", \\"classificationProductDesc\\":\\"伏虎测试组\\", \\"classificationProductTypeName\\":\\"lc-云享咨询\\", \\"id\\":462, \\"enabled\\":1 } ]</Data>\\n <Code>200</Code>\\n <Success>true</Success>\\n</ListProductByGroupResponse>","errorExample":""}]',
],
],
'endpoints' => [
+ ['regionId' => 'cn-shanghai', 'regionName' => 'China (Shanghai)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'supportplan.aliyuncs.com', 'endpoint' => 'supportplan.aliyuncs.com', 'vpc' => ''],
+ ],
+ 'errorCodes' => [],
+ 'changeSet' => [
+ [
+ 'apis' => [
+ ['description' => 'Request parameters changed', 'api' => 'AddEnterpriseGroupMemberToTaskGroup'],
+ ],
+ 'createdAt' => '2025-01-07T01:43:29.000Z',
+ 'description' => '',
+ ],
+ [
+ 'apis' => [
+ ['description' => 'Request parameters changed', 'api' => 'CreateTaskOrder'],
+ ['description' => 'Request parameters changed', 'api' => 'ListDdTaskOrder'],
+ ['description' => 'Request parameters changed, Response parameters changed', 'api' => 'ListEnterpriseDingtalkGroupCustomerMembers'],
+ ['description' => 'Error codes changed', 'api' => 'ListProductByGroup'],
+ ],
+ 'createdAt' => '2024-09-12T12:42:45.000Z',
+ 'description' => '',
+ ],
+ [
+ 'apis' => [
+ ['description' => 'Request parameters changed', 'api' => 'ListDdTaskOrder'],
+ ],
+ 'createdAt' => '2024-08-22T07:34:37.000Z',
+ 'description' => '',
+ ],
+ [
+ 'apis' => [
+ ['description' => 'Response parameters changed', 'api' => 'QueryTaskInfo'],
+ ],
+ 'createdAt' => '2024-03-28T15:25:26.000Z',
+ 'description' => '',
+ ],
+ [
+ 'apis' => [
+ ['description' => 'Response parameters changed', 'api' => 'CloseTaskOrder'],
+ ['description' => 'Response parameters changed', 'api' => 'CreateTaskOrderByEventReport'],
+ ['description' => 'Response parameters changed', 'api' => 'ListProductByGroup'],
+ ['description' => 'Response parameters changed', 'api' => 'QueryTaskInfo'],
+ ['description' => 'Response parameters changed', 'api' => 'ReplyMessageApi'],
+ ['description' => 'Response parameters changed', 'api' => 'RestOpenTaskOrder'],
+ ],
+ 'createdAt' => '2021-12-01T10:40:50.000Z',
+ 'description' => 'pop请求入参,配置系统参数',
+ ],
+ [
+ 'apis' => [
+ ['description' => 'OpenAPI offline', 'api' => 'CloseTaskOrder'],
+ ['description' => 'OpenAPI offline', 'api' => 'CreateTaskOrder'],
+ ['description' => 'OpenAPI offline', 'api' => 'CreateTaskOrderByEventReport'],
+ ['description' => 'OpenAPI offline', 'api' => 'ListProductByGroup'],
+ ['description' => 'OpenAPI offline', 'api' => 'QueryTaskInfo'],
+ ['description' => 'OpenAPI offline', 'api' => 'ReplyMessageApi'],
+ ['description' => 'OpenAPI offline', 'api' => 'RestOpenTaskOrder'],
+ ],
+ 'createdAt' => '2021-12-01T09:28:47.000Z',
+ 'description' => '快手对接创建工单api发布网易告警建单API发布',
+ ],
[
- 'regionId' => 'cn-shanghai',
- 'endpoint' => 'supportplan.aliyuncs.com',
+ 'apis' => [
+ ['description' => 'OpenAPI offline', 'api' => 'DeleteEnterpriseDingtalkGroupCustomerMember'],
+ ['description' => 'OpenAPI offline', 'api' => 'GetEnterpriseDingtalkGroup'],
+ ['description' => 'OpenAPI offline', 'api' => 'GetEnterpriseDingtalkGroupCustomerMember'],
+ ['description' => 'OpenAPI offline', 'api' => 'ListEnterpriseDingtalkGroupCustomerMembers'],
+ ['description' => 'OpenAPI offline', 'api' => 'ListEnterpriseDingtalkGroups'],
+ ],
+ 'createdAt' => '2021-08-17T02:56:21.000Z',
+ 'description' => '支持与服务中,提供企业服务群的操作api',
+ ],
+ ],
+ 'flowControl' => [
+ 'flowControlList' => [
+ ['threshold' => '-1', 'countWindow' => 1, 'regionId' => '*'],
+ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListProductByGroup'],
+ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListEnterpriseDingtalkGroupCustomerMembers'],
+ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListDdTaskOrder'],
+ ['threshold' => '2', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateTaskOrder'],
+ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListEnterpriseDingtalkGroups'],
+ ],
+ ],
+ 'ram' => [
+ 'productCode' => 'SupportPlans',
+ 'productName' => 'support plan',
+ 'ramCodes' => ['support-plan'],
+ 'ramLevel' => 'OPERATION',
+ 'ramConditions' => [],
+ 'ramActions' => [
+ [
+ 'apiName' => 'CreateTaskOrder',
+ 'description' => '',
+ 'operationType' => 'create',
+ 'ramAction' => [
+ 'action' => 'support-plan:CreateTaskOrder',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => 'All Resource', 'arn' => '*'],
+ ],
+ ],
+ ],
+ [
+ 'apiName' => 'AddEnterpriseGroupMemberToTaskGroup',
+ 'description' => '',
+ 'operationType' => 'none',
+ 'ramAction' => [
+ 'action' => 'support-plan:AddEnterpriseGroupMemberToTaskGroup',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => 'All Resource', 'arn' => '*'],
+ ],
+ ],
+ ],
+ [
+ 'apiName' => 'ListProductByGroup',
+ 'description' => '',
+ 'operationType' => 'get',
+ 'ramAction' => [
+ 'action' => 'support-plan:ListProductByGroup',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => 'All Resource', 'arn' => '*'],
+ ],
+ ],
+ ],
+ [
+ 'apiName' => 'ListEnterpriseDingtalkGroupCustomerMembers',
+ 'description' => '',
+ 'operationType' => 'list',
+ 'ramAction' => [
+ 'action' => 'support-plan:ListEnterpriseDingtalkGroupCustomerMembers',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => 'All Resource', 'arn' => '*'],
+ ],
+ ],
+ ],
+ [
+ 'apiName' => 'ListDdTaskOrder',
+ 'description' => '',
+ 'operationType' => 'get',
+ 'ramAction' => [
+ 'action' => 'support-plan:ListDdTaskOrder',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => 'All Resource', 'arn' => '*'],
+ ],
+ ],
+ ],
+ [
+ 'apiName' => 'ListEnterpriseDingtalkGroups',
+ 'description' => '',
+ 'operationType' => 'list',
+ 'ramAction' => [
+ 'action' => 'support-plan:ListEnterpriseDingtalkGroups',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => 'All Resource', 'arn' => '*'],
+ ],
+ ],
+ ],
+ ],
+ 'resourceTypes' => [
+ ['validationType' => 'always', 'resourceType' => 'AyTask', 'arn' => 'acs:support-plan::{#accountId}:AyTask/*'],
+ ['validationType' => 'always', 'resourceType' => 'AyGroup', 'arn' => 'acs:support-plan::{#accountId}:AyGroup/*'],
+ ['validationType' => 'always', 'resourceType' => 'EnterpriseDingtalkGroupMember', 'arn' => 'acs:support-plan:*:{#accountId}:enterprisedingtalkgroupmember/{#Mobile}'],
+ ['validationType' => 'always', 'resourceType' => 'EnterpriseDingtalkGroup', 'arn' => 'acs:support-plan:*:{#accountId}:enterprisedingtalkgroup/{#GroupId}'],
],
],
];