'1.0', 'info' => ['style' => 'RPC', 'product' => 'support-plan', 'version' => '2021-07-06'], 'directories' => [ [ 'children' => ['ListEnterpriseDingtalkGroupCustomerMembers', 'AddEnterpriseGroupMemberToTaskGroup', 'ListEnterpriseDingtalkGroups'], 'type' => 'directory', 'title' => 'Enterprise service group', ], [ 'children' => ['CreateTaskOrder', 'ListDdTaskOrder', 'ListProductByGroup'], 'type' => 'directory', 'title' => 'Ticket management', ], ], 'components' => [ 'schemas' => [ 'EnterpriseDingtalkGroupMember' => [ 'title' => '企业服务群成员信息', 'description' => 'Enterprise DingTalk group member', 'type' => 'object', 'properties' => [ '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' => [ 'AddEnterpriseGroupMemberToTaskGroup' => [ 'summary' => 'Adds a member of an enterprise service group to a task group.', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'UserId', 'in' => 'query', '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' => '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' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'result', 'type' => 'object', 'properties' => [ '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'], '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' => 'Add an enterprise service group member to the job ticket group ', 'changeSet' => [ ['createdAt' => '2025-01-07T01:43:22.000Z', 'description' => 'Request parameters changed'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'support-plan:AddEnterpriseGroupMemberToTaskGroup', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'SupportPlans', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], ], 'CreateTaskOrder' => [ 'summary' => 'Creates a task order.', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'create', 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'OpenGroupId', 'in' => 'query', 'schema' => ['description' => 'The ID of the enterprise service group.', 'type' => 'string', 'required' => true, 'example' => '9NWTWRBY', 'title' => ''], ], [ 'name' => 'UrgentDescription', 'in' => 'query', 'schema' => ['title' => 'Importance description', 'description' => 'The description of the urgency level.', 'type' => 'string', 'required' => false, 'example' => '数据不可用'], ], [ 'name' => 'IsUrgent', 'in' => 'query', 'schema' => ['description' => 'Indicates whether the task is urgent.', 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''], ], [ 'name' => 'Overview', 'in' => 'query', 'schema' => ['title' => 'Job title ', 'description' => 'The summary of the issue.', 'type' => 'string', 'required' => true, 'example' => '测试建单'], ], [ 'name' => 'ProductCode', 'in' => 'query', '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' => ['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' => [ 200 => [ 'schema' => [ 'title' => 'result', 'description' => 'result', 'type' => 'object', 'properties' => [ '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' => '*'], ], ], ], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '2', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateTaskOrder'], ], ], ], 'ListDdTaskOrder' => [ 'summary' => 'ListDdTaskOrder', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'OpenGroupId', 'in' => 'query', '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' => '处理中'], ], [ 'name' => 'CreateRealName', 'in' => 'query', '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', 'title' => ''], ], [ 'name' => 'EndTime', 'in' => 'query', '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', 'title' => ''], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['description' => 'pageNo', 'type' => 'integer', 'required' => false, 'example' => '1', 'default' => '1', 'format' => 'int64', 'title' => ''], ], [ 'name' => 'IsUrgent', 'in' => 'query', 'schema' => ['description' => 'Is urgent', 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'result', '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'], ], 'example' => '', ], ], ], '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'], ], ], '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' => [], ], ], 'operationType' => 'read', 'deprecated' => false, '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' => [ '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' => '', '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' => [ 'type' => 'object', 'properties' => [ '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' => '', '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' => '*'], ], ], ], ], ], ], '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发布', ], [ '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}'], ], ], ];