summaryrefslogtreecommitdiff
path: root/data/zh_cn/support-plan/2021-07-06/api-docs.php
diff options
context:
space:
mode:
authorZhineng Li <im@zhineng.li>2026-07-12 17:11:17 +0800
committerZhineng Li <im@zhineng.li>2026-07-12 17:11:17 +0800
commit1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634 (patch)
tree5f0857666365b7e40cdaa3733ebe1f3ba9e13c67 /data/zh_cn/support-plan/2021-07-06/api-docs.php
parent7347bac4ab7e136157fc94777e6cf87ef9e08599 (diff)
downloadafterglow-metadata-full-1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634.tar.gz
afterglow-metadata-full-1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634.zip
update APIs 20260712
Diffstat (limited to 'data/zh_cn/support-plan/2021-07-06/api-docs.php')
-rw-r--r--data/zh_cn/support-plan/2021-07-06/api-docs.php955
1 files changed, 458 insertions, 497 deletions
diff --git a/data/zh_cn/support-plan/2021-07-06/api-docs.php b/data/zh_cn/support-plan/2021-07-06/api-docs.php
index 504a3f7..0e312f7 100644
--- a/data/zh_cn/support-plan/2021-07-06/api-docs.php
+++ b/data/zh_cn/support-plan/2021-07-06/api-docs.php
@@ -1,30 +1,18 @@
<?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' => '企业服务群',
+ 'children' => ['ListEnterpriseDingtalkGroupCustomerMembers', 'AddEnterpriseGroupMemberToTaskGroup', 'ListEnterpriseDingtalkGroups'],
'type' => 'directory',
- 'children' => [
- 'ListEnterpriseDingtalkGroupCustomerMembers',
- 'AddEnterpriseGroupMemberToTaskGroup',
- 'ListEnterpriseDingtalkGroups',
- ],
+ 'title' => '企业服务群',
+ 'id' => 351097,
],
[
- 'id' => 133333,
- 'title' => '任务单管理',
+ 'children' => ['CreateTaskOrder', 'ListDdTaskOrder', 'ListProductByGroup'],
'type' => 'directory',
- 'children' => [
- 'CreateTaskOrder',
- 'ListDdTaskOrder',
- 'ListProductByGroup',
- ],
+ 'title' => '任务单管理',
+ 'id' => 351101,
],
],
'components' => [
@@ -34,130 +22,18 @@
'description' => '企业服务群成员',
'type' => 'object',
'properties' => [
- 'IsAdmin' => [
- 'title' => '是否企业钉群管理员',
- 'description' => '是否为管理员',
- 'type' => 'boolean',
- 'example' => 'true',
- ],
- 'Mobile' => [
- 'title' => '成员手机号',
- 'description' => '成员电话',
- 'type' => 'string',
- 'example' => '130xxxxxxxx',
- ],
- 'Name' => [
- 'title' => '成员姓名',
- 'description' => '成员姓名',
- 'type' => 'string',
- 'example' => '张三',
- ],
+ 'IsAdmin' => ['title' => '是否企业钉群管理员', 'description' => '是否为管理员', 'type' => 'boolean', 'example' => 'true'],
+ 'Mobile' => ['title' => '成员手机号', 'description' => '成员电话', 'type' => 'string', 'example' => '130xxxxxxxx'],
+ 'Name' => ['title' => '成员姓名', 'description' => '成员姓名', 'type' => 'string', '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' => '企业服务群ID',
- 'type' => 'string',
- 'required' => true,
- 'example' => 'DAWNN14N',
- ],
- ],
- ],
- 'responses' => [
- 200 => [
- 'schema' => [
- 'type' => 'object',
- 'properties' => [
- 'RequestId' => [
- 'title' => '接口请求的唯一ID, 每次调用requestID唯一',
- 'description' => '接口请求的唯一ID, 每次调用requestID唯一',
- 'type' => 'string',
- 'example' => '123',
- ],
- 'Success' => [
- 'title' => '调用接口返回是否成功, true代表调用正常',
- 'description' => '调用接口返回是否成功, true代表调用正常',
- 'type' => 'boolean',
- 'example' => 'true',
- ],
- 'Message' => [
- 'title' => '错误信息, 当success=false的时候, 可以取到message',
- 'description' => '错误信息, 当success=false的时候, 可以取到message',
- 'type' => 'string',
- 'example' => 'Invalid data',
- ],
- 'Code' => [
- 'title' => '接口请求结果返回码',
- 'description' => '接口请求结果返回码',
- 'type' => 'string',
- 'example' => '200',
- ],
- 'Data' => [
- 'description' => '企业服务群成员列表',
- 'type' => 'array',
- 'items' => [
- 'description' => '成员详情',
- 'type' => 'object',
- 'properties' => [
- 'Name' => [
- 'description' => '企业服务群成员名称',
- 'type' => 'string',
- 'example' => '云小宝',
- ],
- 'IsAdmin' => [
- 'description' => '是否为企业服务群管理员',
- 'type' => 'boolean',
- 'example' => 'true',
- ],
- 'UserId' => [
- 'description' => '企业服务群成员唯一标识',
- 'type' => 'string',
- 'example' => 'PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs=',
- ],
- ],
- ],
- ],
- ],
- ],
- ],
- ],
- '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":""}]',
- 'title' => '获取企业服务群成员列表',
- ],
'AddEnterpriseGroupMemberToTaskGroup' => [
'summary' => '添加企业服务群成员进任务单群。',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['https'],
'security' => [
[
'AK' => [],
@@ -165,32 +41,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' => '企业服务群成员唯一标识,取值来源于[获取企业服务群成员列表](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=',
- ],
+ 'schema' => ['description' => '企业服务群成员唯一标识,取值来源于[获取企业服务群成员列表](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='],
],
[
'name' => 'TaskOrderId',
'in' => 'query',
- 'schema' => [
- 'description' => '任务单号,取值来源于[获取任务单列表](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',
- ],
+ 'schema' => ['description' => '任务单号,取值来源于[获取任务单列表](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'],
],
],
'responses' => [
@@ -200,130 +61,42 @@
'description' => 'result',
'type' => 'object',
'properties' => [
- 'RequestId' => [
- 'title' => 'Id of the request',
- 'description' => '接口交互 id。',
- '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' => '接口交互 id。', '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'],
],
],
],
],
- '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"}]',
'title' => '添加企业服务群成员进任务单群',
- ],
- 'ListEnterpriseDingtalkGroups' => [
- 'summary' => '获取账户下关联的企业服务钉群列表。',
- 'methods' => [
- 'post',
+ 'changeSet' => [
+ ['createdAt' => '2025-01-07T01:43:22.000Z', 'description' => '请求参数发生变更'],
],
- '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' => '接口请求的唯一ID, 每次调用requestID唯一',
- 'type' => 'string',
- 'example' => '12xxxxx',
- ],
- 'Success' => [
- 'title' => '调用接口返回是否成功, true代表调用正常',
- 'description' => '调用接口返回是否成功, true代表调用正常',
- 'type' => 'boolean',
- 'example' => 'true',
- ],
- 'Message' => [
- 'title' => '错误信息, 当success=false的时候, 可以取到message',
- 'description' => '错误信息, 当success=false的时候, 可以取到message',
- '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' => '企业服务群ID',
- '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' => '全部资源', '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":""}]',
- 'title' => '获取企业服务群列表',
],
'CreateTaskOrder' => [
'summary' => '创建任务订单。',
- 'methods' => [
- 'post',
- ],
- 'schemes' => [
- 'http',
- 'https',
- ],
+ 'methods' => ['post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -331,74 +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' => '企业服务群ID',
- 'type' => 'string',
- 'required' => true,
- 'example' => '9NWTWRBY',
- ],
+ 'schema' => ['title' => '主群关联Id', 'description' => '企业服务群ID', 'type' => 'string', 'required' => true, 'example' => '9NWTWRBY'],
],
[
'name' => 'UrgentDescription',
'in' => 'query',
- 'schema' => [
- 'title' => '重要性描述',
- 'description' => '紧急程度描述',
- 'type' => 'string',
- 'required' => false,
- 'example' => '数据不可用',
- ],
+ 'schema' => ['title' => '重要性描述', 'description' => '紧急程度描述', 'type' => 'string', 'required' => false, 'example' => '数据不可用'],
],
[
'name' => 'IsUrgent',
'in' => 'query',
- 'schema' => [
- 'description' => '是否紧急',
- 'type' => 'boolean',
- 'required' => false,
- 'example' => 'false',
- ],
+ 'schema' => ['description' => '是否紧急', 'type' => 'boolean', 'required' => false, 'example' => 'false'],
],
[
'name' => 'Overview',
'in' => 'query',
- 'schema' => [
- 'title' => '任务单标题',
- 'description' => '问题概述',
- 'type' => 'string',
- 'required' => true,
- 'example' => '测试建单',
- ],
+ 'schema' => ['title' => '任务单标题', 'description' => '问题概述', 'type' => 'string', 'required' => true, 'example' => '测试建单'],
],
[
'name' => 'ProductCode',
'in' => 'query',
- 'schema' => [
- 'title' => 'productType',
- 'description' => '产品分类,取值来源于[获取产品列表](https://help.aliyun.com/document_detail/2845077.html?spm=a2c4g.2845070.0.0.65793d29K9abVt)',
- 'type' => 'string',
- 'required' => true,
- 'example' => 'ecs',
- ],
+ 'schema' => ['title' => 'productType', 'description' => '产品分类,取值来源于[获取产品列表](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' => [
- 'description' => '建单人唯一标识,取值来源于[获取企业服务群成员列表](https://help.aliyun.com/document_detail/2845070.html?spm=a2c4g.2845077.0.0.3ad274ddlIJdaT)',
- 'type' => 'string',
- 'required' => true,
- 'example' => 'PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs=',
- ],
+ 'schema' => ['description' => '建单人唯一标识,取值来源于[获取企业服务群成员列表](https://help.aliyun.com/document_detail/2845070.html?spm=a2c4g.2845077.0.0.3ad274ddlIJdaT)', 'type' => 'string', 'required' => true, 'example' => 'PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs='],
],
],
'responses' => [
@@ -408,36 +144,11 @@
'description' => 'result',
'type' => 'object',
'properties' => [
- 'Message' => [
- 'title' => 'msg',
- 'description' => '接口请求描述',
- 'type' => 'string',
- 'example' => 'ok',
- ],
- 'RequestId' => [
- 'title' => 'requestId',
- 'description' => '接口交互id',
- 'type' => 'string',
- 'example' => '43135C31-E47A-5AD7-A693-6DC635201CE4',
- ],
- 'Data' => [
- 'title' => '返回任务单号:OrderId',
- 'description' => '任务单号',
- 'type' => 'string',
- 'example' => 'E21111796147LE',
- ],
- 'Code' => [
- 'title' => 'code',
- 'description' => '状态值',
- 'type' => 'string',
- 'example' => '200',
- ],
- 'Success' => [
- 'title' => 'success',
- 'description' => '请求接口是否成功',
- 'type' => 'boolean',
- 'example' => 'true',
- ],
+ 'Message' => ['title' => 'msg', 'description' => '接口请求描述', 'type' => 'string', 'example' => 'ok'],
+ 'RequestId' => ['title' => 'requestId', 'description' => '接口交互id', 'type' => 'string', 'example' => '43135C31-E47A-5AD7-A693-6DC635201CE4'],
+ 'Data' => ['title' => '返回任务单号:OrderId', 'description' => '任务单号', 'type' => 'string', 'example' => 'E21111796147LE'],
+ 'Code' => ['title' => 'code', 'description' => '状态值', 'type' => 'string', 'example' => '200'],
+ 'Success' => ['title' => 'success', 'description' => '请求接口是否成功', 'type' => 'boolean', 'example' => 'true'],
],
],
],
@@ -453,109 +164,72 @@
.' "CreateUserId": "PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs="'."\n"
.'}',
'responseParamsDescription' => '返回结果data 为任务单ID,后续其他接口操作也会用到',
+ 'changeSet' => [],
+ 'ramActions' => [
+ [
+ 'operationType' => 'create',
+ 'ramAction' => [
+ 'action' => 'support-plan:CreateTaskOrder',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => '全部资源', 'arn' => '*'],
+ ],
+ ],
+ ],
+ ],
],
'ListDdTaskOrder' => [
'summary' => '获取获取任务订单列表。',
- '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' => '企业服务群ID,可在企业服务台开发接入处获取,必填项',
- 'type' => 'string',
- 'required' => true,
- 'example' => 'DAWNN14N',
- ],
+ 'schema' => ['title' => 'openGroupId', 'description' => '企业服务群ID,可在企业服务台开发接入处获取,必填项', 'type' => 'string', 'required' => true, 'example' => 'DAWNN14N'],
],
[
'name' => 'TaskStatus',
'in' => 'query',
- 'schema' => [
- 'title' => 'taskStatus',
- 'description' => '任务单状态',
- 'type' => 'string',
- 'required' => false,
- 'example' => '处理中',
- ],
+ 'schema' => ['title' => 'taskStatus', 'description' => '任务单状态', 'type' => 'string', 'required' => false, 'example' => '处理中'],
],
[
'name' => 'CreateRealName',
'in' => 'query',
- 'schema' => [
- 'description' => '创建人姓名',
- 'type' => 'string',
- 'required' => false,
- 'example' => '云小宝',
- ],
+ 'schema' => ['description' => '创建人姓名', 'type' => 'string', 'required' => false, 'example' => '云小宝'],
],
[
'name' => 'StartTime',
'in' => 'query',
- 'schema' => [
- 'description' => '开始时间,用于筛选任务单创建时间',
- 'type' => 'string',
- 'required' => false,
- 'example' => '2024-08-01 14:09:11',
- ],
+ 'schema' => ['description' => '开始时间,用于筛选任务单创建时间', 'type' => 'string', 'required' => false, 'example' => '2024-08-01 14:09:11'],
],
[
'name' => 'EndTime',
'in' => 'query',
- 'schema' => [
- 'description' => '结束时间,用于筛选任务单创建时间',
- 'type' => 'string',
- 'required' => false,
- 'example' => '2024-08-20 14:09:16',
- ],
+ 'schema' => ['description' => '结束时间,用于筛选任务单创建时间', 'type' => 'string', 'required' => false, 'example' => '2024-08-20 14:09:16'],
],
[
'name' => 'PageSize',
'in' => 'query',
- 'schema' => [
- 'description' => '分页参数,每页查询数量,默认为10',
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => false,
- 'example' => '10',
- ],
+ 'schema' => ['description' => '分页参数,每页查询数量,默认为10', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10'],
],
[
'name' => 'PageNo',
'in' => 'query',
- 'schema' => [
- 'description' => '分页参数,页码,默认为1',
- 'type' => 'integer',
- 'format' => 'int64',
- 'required' => false,
- 'example' => '1',
- ],
+ 'schema' => ['description' => '分页参数,页码,默认为1', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'IsUrgent',
'in' => 'query',
- 'schema' => [
- 'description' => '是否紧急',
- 'type' => 'boolean',
- 'required' => false,
- 'example' => 'true',
- ],
+ 'schema' => ['description' => '是否紧急', 'type' => 'boolean', 'required' => false, 'example' => 'true'],
],
],
'responses' => [
@@ -565,52 +239,27 @@
'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' => '['."\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',
- ],
+ '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'],
],
],
],
@@ -634,16 +283,33 @@
.' "chatId": "chatb728b275a0056e516ed7798cf4e5dabd"'."\n"
.' }'."\n"
.']',
- ],
- 'ListProductByGroup' => [
- 'summary' => '根据产品组获取产品列表(主要是获取产品id)。',
- 'methods' => [
- 'post',
+ 'changeSet' => [
+ ['createdAt' => '2024-09-12T12:42:40.000Z', 'description' => '请求参数发生变更'],
+ ['createdAt' => '2024-08-22T07:34:33.000Z', 'description' => '请求参数发生变更'],
+ ],
+ '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' => '全部资源', 'arn' => '*'],
+ ],
+ ],
+ ],
],
+ ],
+ 'ListEnterpriseDingtalkGroupCustomerMembers' => [
+ 'summary' => '获取企业服务群成员列表(注:只能获取企业侧成员)。',
+ 'methods' => ['post'],
+ 'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
@@ -651,76 +317,371 @@
],
'operationType' => 'read',
'deprecated' => false,
- 'systemTags' => [
- 'operationType' => 'get',
- ],
+ 'systemTags' => ['operationType' => 'list'],
'parameters' => [
[
'name' => 'OpenGroupId',
'in' => 'query',
+ 'schema' => ['title' => '企业服务群ID', 'description' => '企业服务群ID', 'type' => 'string', 'required' => true, 'example' => 'DAWNN14N'],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
'schema' => [
- 'title' => '主群关联Id',
- 'description' => '企业服务群ID',
- 'type' => 'string',
- 'required' => true,
- 'example' => '9NWTWRBY',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => ['title' => '接口请求的唯一ID, 每次调用requestID唯一', 'description' => '接口请求的唯一ID, 每次调用requestID唯一', 'type' => 'string', 'example' => '123'],
+ 'Success' => ['title' => '调用接口返回是否成功, true代表调用正常', 'description' => '调用接口返回是否成功, true代表调用正常', 'type' => 'boolean', 'example' => 'true'],
+ 'Message' => ['title' => '错误信息, 当success=false的时候, 可以取到message', 'description' => '错误信息, 当success=false的时候, 可以取到message', 'type' => 'string', 'example' => 'Invalid data'],
+ 'Code' => ['title' => '接口请求结果返回码', 'description' => '接口请求结果返回码', 'type' => 'string', 'example' => '200'],
+ 'Data' => [
+ 'description' => '企业服务群成员列表',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '成员详情',
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => ['description' => '企业服务群成员名称', 'type' => 'string', 'example' => '云小宝'],
+ 'IsAdmin' => ['description' => '是否为企业服务群管理员', 'type' => 'boolean', 'example' => 'true'],
+ 'UserId' => ['description' => '企业服务群成员唯一标识', 'type' => 'string', 'example' => 'PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs='],
+ ],
+ ],
+ ],
+ ],
+ 'description' => '',
+ ],
+ ],
+ ],
+ '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":""}]',
+ 'title' => '获取企业服务群成员列表',
+ 'changeSet' => [
+ ['createdAt' => '2024-09-12T12:42:40.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
+ ['createdAt' => '2021-08-17T02:54:49.000Z', 'description' => 'OpenAPI 下线'],
+ ],
+ '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' => '全部资源', 'arn' => '*'],
+ ],
],
],
],
+ ],
+ 'ListEnterpriseDingtalkGroups' => [
+ 'summary' => '获取账户下关联的企业服务钉群列表。',
+ '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' => '返回描述,成功或失败',
- 'type' => 'string',
- 'example' => '请求成功',
- ],
- 'RequestId' => [
- 'title' => '接口交互动态值',
- 'description' => '接口交互请求id',
- 'type' => 'string',
- 'example' => '43135C31-E47A-5AD7-A693-6DC635201CE4',
- ],
+ 'RequestId' => ['title' => '接口请求的唯一ID, 每次调用requestID唯一', 'description' => '接口请求的唯一ID, 每次调用requestID唯一', 'type' => 'string', 'example' => '12xxxxx'],
+ 'Success' => ['title' => '调用接口返回是否成功, true代表调用正常', 'description' => '调用接口返回是否成功, true代表调用正常', 'type' => 'boolean', 'example' => 'true'],
+ 'Message' => ['title' => '错误信息, 当success=false的时候, 可以取到message', 'description' => '错误信息, 当success=false的时候, 可以取到message', 'type' => 'string', 'example' => 'Data Invalid'],
+ 'Code' => ['title' => '接口请求结果返回码', 'description' => '接口请求结果返回码', 'type' => 'string', 'example' => 'true'],
'Data' => [
- 'title' => 'data',
- 'description' => '产品分类数据',
- 'type' => 'string',
- 'example' => '['."\n"
- .' {'."\n"
- .' "productName": "ECS",'."\n"
- .' "productCode": "ecs"'."\n"
- .' }'."\n"
- .' ]',
- ],
- 'Code' => [
- 'title' => 'code',
- 'description' => '返回值编码',
- 'type' => 'string',
- 'example' => '200',
- ],
- 'Success' => [
- 'title' => 'success',
- 'description' => '是否成功',
- 'type' => 'boolean',
- 'example' => 'true',
+ 'title' => '服务钉群数组',
+ 'description' => '服务钉群列表',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'OpenGroupId' => ['title' => '钉群ID', 'description' => '企业服务群ID', 'type' => 'string', 'example' => '123'],
+ 'GroupName' => ['title' => '钉群名', 'description' => '企业服务群名', 'type' => 'string', 'example' => 'A公司服务群'],
+ ],
+ 'description' => '',
+ ],
],
],
+ 'description' => '',
+ ],
+ ],
+ ],
+ '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":""}]',
+ 'title' => '获取企业服务群列表',
+ 'changeSet' => [
+ ['createdAt' => '2021-08-17T02:54:49.000Z', 'description' => 'OpenAPI 下线'],
+ ],
+ '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' => '全部资源', 'arn' => '*'],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'ListProductByGroup' => [
+ 'summary' => '根据产品组获取产品列表(主要是获取产品id)。',
+ 'methods' => ['post'],
+ 'schemes' => ['http', 'https'],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => ['operationType' => 'get'],
+ 'parameters' => [
+ [
+ 'name' => 'OpenGroupId',
+ 'in' => 'query',
+ 'schema' => ['title' => '主群关联Id', 'description' => '企业服务群ID', 'type' => 'string', 'required' => true, 'example' => '9NWTWRBY'],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'result',
+ 'description' => 'result',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => ['title' => 'msg', 'description' => '返回描述,成功或失败', 'type' => 'string', 'example' => '请求成功'],
+ 'RequestId' => ['title' => '接口交互动态值', 'description' => '接口交互请求id', 'type' => 'string', 'example' => '43135C31-E47A-5AD7-A693-6DC635201CE4'],
+ 'Data' => ['title' => 'data', 'description' => '产品分类数据', 'type' => 'string', 'example' => '['."\n"
+ .' {'."\n"
+ .' "productName": "ECS",'."\n"
+ .' "productCode": "ecs"'."\n"
+ .' }'."\n"
+ .' ]'],
+ 'Code' => ['title' => 'code', 'description' => '返回值编码', 'type' => 'string', 'example' => '200'],
+ 'Success' => ['title' => 'success', 'description' => '是否成功', 'type' => 'boolean', 'example' => 'true'],
+ ],
],
],
],
'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":""}]',
'title' => '获取产品列表',
+ 'changeSet' => [
+ ['createdAt' => '2024-09-12T12:42:40.000Z', 'description' => '错误码发生变更'],
+ ['createdAt' => '2021-11-30T10:37:19.000Z', 'description' => 'OpenAPI 下线'],
+ ['createdAt' => '2021-11-30T10:37:19.000Z', 'description' => '响应参数发生变更'],
+ ],
+ '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' => '全部资源', 'arn' => '*'],
+ ],
+ ],
+ ],
+ ],
],
],
'endpoints' => [
+ ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'supportplan.aliyuncs.com', 'endpoint' => 'supportplan.aliyuncs.com', 'vpc' => ''],
+ ],
+ 'errorCodes' => [],
+ 'changeSet' => [
+ [
+ 'apis' => [
+ ['description' => '请求参数发生变更', 'api' => 'AddEnterpriseGroupMemberToTaskGroup'],
+ ],
+ 'createdAt' => '2025-01-07T01:43:29.000Z',
+ 'description' => '',
+ ],
+ [
+ 'apis' => [
+ ['description' => '请求参数发生变更', 'api' => 'CreateTaskOrder'],
+ ['description' => '请求参数发生变更', 'api' => 'ListDdTaskOrder'],
+ ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'ListEnterpriseDingtalkGroupCustomerMembers'],
+ ['description' => '错误码发生变更', 'api' => 'ListProductByGroup'],
+ ],
+ 'createdAt' => '2024-09-12T12:42:45.000Z',
+ 'description' => '',
+ ],
[
- 'regionId' => 'cn-shanghai',
- 'endpoint' => 'supportplan.aliyuncs.com',
+ 'apis' => [
+ ['description' => '请求参数发生变更', 'api' => 'ListDdTaskOrder'],
+ ],
+ 'createdAt' => '2024-08-22T07:34:37.000Z',
+ 'description' => '',
+ ],
+ [
+ 'apis' => [
+ ['description' => '响应参数发生变更', 'api' => 'QueryTaskInfo'],
+ ],
+ 'createdAt' => '2024-03-28T15:25:26.000Z',
+ 'description' => '',
+ ],
+ [
+ 'apis' => [
+ ['description' => '响应参数发生变更', 'api' => 'CloseTaskOrder'],
+ ['description' => '响应参数发生变更', 'api' => 'CreateTaskOrderByEventReport'],
+ ['description' => '响应参数发生变更', 'api' => 'ListProductByGroup'],
+ ['description' => '响应参数发生变更', 'api' => 'QueryTaskInfo'],
+ ['description' => '响应参数发生变更', 'api' => 'ReplyMessageApi'],
+ ['description' => '响应参数发生变更', 'api' => 'RestOpenTaskOrder'],
+ ],
+ 'createdAt' => '2021-12-01T10:40:50.000Z',
+ 'description' => 'pop请求入参,配置系统参数',
+ ],
+ [
+ 'apis' => [
+ ['description' => 'OpenAPI 下线', 'api' => 'CloseTaskOrder'],
+ ['description' => 'OpenAPI 下线', 'api' => 'CreateTaskOrder'],
+ ['description' => 'OpenAPI 下线', 'api' => 'CreateTaskOrderByEventReport'],
+ ['description' => 'OpenAPI 下线', 'api' => 'ListProductByGroup'],
+ ['description' => 'OpenAPI 下线', 'api' => 'QueryTaskInfo'],
+ ['description' => 'OpenAPI 下线', 'api' => 'ReplyMessageApi'],
+ ['description' => 'OpenAPI 下线', 'api' => 'RestOpenTaskOrder'],
+ ],
+ 'createdAt' => '2021-12-01T09:28:47.000Z',
+ 'description' => '快手对接创建工单api发布网易告警建单API发布',
+ ],
+ [
+ 'apis' => [
+ ['description' => 'OpenAPI 下线', 'api' => 'DeleteEnterpriseDingtalkGroupCustomerMember'],
+ ['description' => 'OpenAPI 下线', 'api' => 'GetEnterpriseDingtalkGroup'],
+ ['description' => 'OpenAPI 下线', 'api' => 'GetEnterpriseDingtalkGroupCustomerMember'],
+ ['description' => 'OpenAPI 下线', 'api' => 'ListEnterpriseDingtalkGroupCustomerMembers'],
+ ['description' => 'OpenAPI 下线', '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' => '支持计划',
+ 'ramCodes' => ['support-plan'],
+ 'ramLevel' => '操作级',
+ 'ramConditions' => [],
+ 'ramActions' => [
+ [
+ 'apiName' => 'CreateTaskOrder',
+ 'description' => '创建任务单',
+ 'operationType' => 'create',
+ 'ramAction' => [
+ 'action' => 'support-plan:CreateTaskOrder',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => '全部资源', 'arn' => '*'],
+ ],
+ ],
+ ],
+ [
+ 'apiName' => 'AddEnterpriseGroupMemberToTaskGroup',
+ 'description' => '添加企业服务群成员进任务单群',
+ 'operationType' => 'none',
+ 'ramAction' => [
+ 'action' => 'support-plan:AddEnterpriseGroupMemberToTaskGroup',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => '全部资源', 'arn' => '*'],
+ ],
+ ],
+ ],
+ [
+ 'apiName' => 'ListProductByGroup',
+ 'description' => '获取产品列表',
+ 'operationType' => 'get',
+ 'ramAction' => [
+ 'action' => 'support-plan:ListProductByGroup',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => '全部资源', 'arn' => '*'],
+ ],
+ ],
+ ],
+ [
+ 'apiName' => 'ListEnterpriseDingtalkGroupCustomerMembers',
+ 'description' => '获取企业服务群成员列表',
+ 'operationType' => 'list',
+ 'ramAction' => [
+ 'action' => 'support-plan:ListEnterpriseDingtalkGroupCustomerMembers',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => '全部资源', 'arn' => '*'],
+ ],
+ ],
+ ],
+ [
+ 'apiName' => 'ListDdTaskOrder',
+ 'description' => '获取任务单列表',
+ 'operationType' => 'get',
+ 'ramAction' => [
+ 'action' => 'support-plan:ListDdTaskOrder',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => '全部资源', 'arn' => '*'],
+ ],
+ ],
+ ],
+ [
+ 'apiName' => 'ListEnterpriseDingtalkGroups',
+ 'description' => '获取企业服务群列表',
+ 'operationType' => 'list',
+ 'ramAction' => [
+ 'action' => 'support-plan:ListEnterpriseDingtalkGroups',
+ 'authLevel' => 'operate',
+ 'actionConditions' => [],
+ 'resources' => [
+ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => '全部资源', '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}'],
],
],
];