diff options
| author | Zhineng Li <[email protected]> | 2026-02-13 10:54:11 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-02-13 10:54:11 +0800 |
| commit | 7347bac4ab7e136157fc94777e6cf87ef9e08599 (patch) | |
| tree | 0dec367dac6e152161a6f7cc0dba6ebbef1f34a2 /data/en_us/workorder/2021-06-10 | |
| download | acs-metadata-full-7347bac4ab7e136157fc94777e6cf87ef9e08599.tar.gz acs-metadata-full-7347bac4ab7e136157fc94777e6cf87ef9e08599.zip | |
first commitHEADv1.0.0+20260212main
Diffstat (limited to 'data/en_us/workorder/2021-06-10')
| -rw-r--r-- | data/en_us/workorder/2021-06-10/api-docs.php | 2148 |
1 files changed, 2148 insertions, 0 deletions
diff --git a/data/en_us/workorder/2021-06-10/api-docs.php b/data/en_us/workorder/2021-06-10/api-docs.php new file mode 100644 index 0000000..4550fab --- /dev/null +++ b/data/en_us/workorder/2021-06-10/api-docs.php @@ -0,0 +1,2148 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'Workorder', + 'version' => '2021-06-10', + ], + 'directories' => [ + 'GetTicket', + 'CreateTicket', + 'ReplyTicket', + 'CloseTicket', + 'EvaluateTicket', + 'ListTickets', + 'ListTicketNotes', + 'ListProducts', + 'ListCategories', + 'GetMqConsumerTag', + 'ReopenTicket', + 'GetAttachmentUploadUrl', + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'GetTicket' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'TicketId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Work Order Number'."\n", + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => '001571BTXC', + ], + ], + [ + 'name' => 'Uid', + 'in' => 'formData', + 'schema' => [ + 'description' => 'UID'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '1604499804113750', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'AccessDeniedDetail' => [ + 'type' => 'string', + ], + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'C499BB0F-630D-5BE6-B3EA-5FCD95B85503', + ], + 'Success' => [ + 'description' => 'Indicates whether the call is successful. A value of true indicates that the call is normal.'."\n", + 'type' => 'boolean', + 'example' => 'True', + ], + 'Code' => [ + 'description' => 'The return code of the request result.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'description' => 'The error message. If success is set to false, the message is returned.'."\n", + 'type' => 'string', + 'example' => 'success', + ], + 'PageNumber' => [ + 'description' => 'Page number of the paging query parameter'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'PageSize' => [ + 'description' => 'The number of entries per page in a pagination query parameter.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'TotalCount' => [ + 'description' => 'The total number of query results, that is, the total number of my ticket records.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '108', + ], + 'Data' => [ + 'description' => 'The data returned after the call succeeds.'."\n", + 'type' => 'object', + 'properties' => [ + 'TicketId' => [ + 'description' => 'Work Order Number'."\n", + 'type' => 'string', + 'example' => '0005PYGCW', + ], + 'Title' => [ + 'description' => 'The title of the ticket.'."\n", + 'type' => 'string', + 'example' => 'Why ECS renewal failed?', + ], + 'Description' => [ + 'description' => 'The description of the ticket. Only pure text format is supported.'."\n", + 'type' => 'string', + 'example' => 'Why ECS renewal failed?', + ], + 'CreateTime' => [ + 'description' => 'The timestamp when the ticket was created.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1623396736000', + ], + 'CreatorId' => [ + 'description' => 'The uid of the ticket creator.'."\n", + 'type' => 'string', + 'example' => '1168025', + ], + 'CategoryId' => [ + 'description' => 'The ID of the ticket issue category.'."\n", + 'type' => 'string', + 'example' => '7161', + ], + 'Status' => [ + 'description' => 'The status of the ticket. The reference values are as follows 1, "assigned", "Pending Response", 2, "handling", "handling", 3, "wait_feedback", "Pending feedback", 4: "feedback", "Feedback", 5, "wait_confirm", "To be confirmed", 6, "confirmed", "Completed"'."\n", + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'Status Enumeration Text'."\n", + 'type' => 'string', + 'example' => 'Completed', + ], + 'Value' => [ + 'description' => 'State enumeration value'."\n", + 'type' => 'string', + 'example' => '6', + ], + ], + ], + 'Severity' => [ + 'description' => 'Urgency enumeration value, 1 for general problem, 2 for urgent problem'."\n", + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'Enumeration Text'."\n", + 'type' => 'string', + 'example' => 'Common', + ], + 'Value' => [ + 'description' => 'Enumeration'."\n", + 'type' => 'string', + 'example' => '1', + ], + ], + ], + ], + ], + ], + 'description' => '', + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'illegal.param', + 'errorMessage' => 'Illegal param.', + ], + ], + [ + [ + 'errorCode' => 'illegal.auth', + 'errorMessage' => 'You are not authorized to perform the operation.', + ], + ], + 403 => [ + [ + 'errorCode' => 'No permissions', + 'errorMessage' => 'No permissions to access.', + ], + ], + 500 => [ + [ + 'errorCode' => 'System.error', + 'errorMessage' => 'An error occurred while processing your request.', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"{\\\\\\\\\\\\\\"AuthAction\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ram:GetTicket\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalDisplayName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2146216584788xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalOwnerId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1135850448xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SubUser\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"NoPermissionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ImplicitDeny\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"PolicyType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\\\\\\\\\"}\\",\\n \\"RequestId\\": \\"C499BB0F-630D-5BE6-B3EA-5FCD95B85503\\",\\n \\"Success\\": true,\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 108,\\n \\"Data\\": {\\n \\"TicketId\\": \\"0005PYGCW\\",\\n \\"Title\\": \\"ecs续费失败啥原因\\",\\n \\"Description\\": \\"ecs无法启动\\",\\n \\"CreateTime\\": 1623396736000,\\n \\"CreatorId\\": \\"1168025\\",\\n \\"CategoryId\\": \\"7161\\",\\n \\"Status\\": {\\n \\"Label\\": \\"已完成\\",\\n \\"Value\\": \\"6\\"\\n },\\n \\"Severity\\": {\\n \\"Label\\": \\"一般问题\\",\\n \\"Value\\": \\"1\\"\\n }\\n }\\n}","type":"json"}]', + 'title' => 'GetTicket', + 'summary' => 'Query tickets.', + ], + 'CreateTicket' => [ + 'summary' => 'Creates a ticket.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Description', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The description of the ticket. Only pure text format is supported.'."\n", + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => 'Why ECS backup failed?', + ], + ], + [ + 'name' => 'Severity', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Enumeration value, 1 for general problem, 2 for urgent problem'."\n" + ."\n" + .'Enumeration values:'."\n" + ."\n" + .'* 1: regular.'."\n" + .'* 2: emergency.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'required' => true, + 'docRequired' => true, + 'maximum' => '1000', + 'minimum' => '0', + 'enumValueTitles' => [ + 1 => '', + '', + ], + 'example' => '1', + ], + ], + [ + 'name' => 'CategoryId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The ID of the problem category. You can obtain the returned value from the ListCategories operation by using the CategoryId parameter.'."\n", + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => '7161', + ], + ], + [ + 'name' => 'Title', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The title of the ticket.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'Why ECS backup failed?', + ], + ], + [ + 'name' => 'CreatorId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Submit the Alibaba Cloud UID of the account, which is required for the MPK virtual market scene.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '1289427240739141', + ], + ], + [ + 'name' => 'Email', + 'in' => 'formData', + 'schema' => [ + 'description' => '[email protected]'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '[email protected]', + ], + ], + [ + 'name' => 'FileNameList', + 'in' => 'formData', + 'style' => 'simple', + 'schema' => [ + 'description' => 'The list of attachment names, GetAttachmentUploadUrl the ObjectKey field returned by the interface.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The ObjectKey field returned by the GetAttachmentUploadUrl interface.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'cabb80c3-430b-4079-a9f2-d2a0d1c2a587.png', + ], + 'required' => false, + ], + ], + [ + 'name' => 'SecretInfo', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'description' => 'Sensitive information'."\n", + 'type' => 'object', + 'properties' => [ + 'Content' => [ + 'description' => 'Sensitive information-text content'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'ID:330102xxxxxx', + ], + 'FileNameList' => [ + 'description' => 'Sensitive Information-Attachment Name List'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The ObjectKey field returned by the GetAttachmentUploadUrl interface.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'cabb80c3-430b-4079-a9f2-d2a0d1c2a587.png', + ], + 'required' => false, + ], + ], + 'required' => false, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'AccessDeniedDetail' => [ + 'type' => 'string', + ], + 'Code' => [ + 'description' => 'The return code of the request result.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'description' => 'The error message. If success is set to false, the message is returned.'."\n", + 'type' => 'string', + 'example' => 'success', + ], + 'Data' => [ + 'description' => 'The return value is the work order number.'."\n", + 'type' => 'string', + 'example' => '0005PYGCW', + ], + 'RequestId' => [ + 'description' => 'The unique ID of the API request. The requestID is unique for each call.'."\n", + 'type' => 'string', + 'example' => '0254B7DE-7365-57B4-8E38-14FE927E3FEB', + ], + 'Success' => [ + 'description' => 'Indicates whether the call is successful. A value of true indicates that the call is normal.'."\n", + 'type' => 'boolean', + 'example' => 'True', + ], + ], + 'description' => '', + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'param.illegal', + 'errorMessage' => 'Params illegal.', + ], + ], + [ + [ + 'errorCode' => 'illegal.auth', + 'errorMessage' => 'You are not authorized to perform the operation.', + ], + ], + 403 => [ + [ + 'errorCode' => 'No permissions', + 'errorMessage' => 'No permissions to access.', + ], + ], + 500 => [ + [ + 'errorCode' => 'System.error', + 'errorMessage' => 'An error occurred while processing your request.', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"{\\\\\\\\\\\\\\"AuthAction\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ram:CreateTicket\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalDisplayName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2146216584788xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalOwnerId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1135850448xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SubUser\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"NoPermissionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ImplicitDeny\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"PolicyType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\\\\\\\\\"}\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"Data\\": \\"0005PYGCW\\",\\n \\"RequestId\\": \\"0254B7DE-7365-57B4-8E38-14FE927E3FEB\\",\\n \\"Success\\": true\\n}","type":"json"}]', + 'title' => 'CreateTicket', + ], + 'ReplyTicket' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'TicketId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The ID of the ticket.'."\n", + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => '0005PYGCW', + ], + ], + [ + 'name' => 'Content', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Content of the ticket reply'."\n", + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => 'Why ECS backup failed?', + ], + ], + [ + 'name' => 'FileNameList', + 'in' => 'query', + 'style' => 'simple', + 'schema' => [ + 'description' => 'The list of attachment names, GetAttachmentUploadUrl the ObjectKey field returned by the interface.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The ObjectKey field returned by the GetAttachmentUploadUrl interface.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '6bc06f96-f8c1-4c00-9e30-368444fbd025.jpg,', + ], + 'required' => false, + ], + ], + [ + 'name' => 'Encrypt', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Encryption status'."\n", + 'type' => 'boolean', + 'required' => true, + 'docRequired' => true, + 'example' => 'false', + ], + ], + [ + 'name' => 'Uid', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Alibaba Cloud UID'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '1289427240739141', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'description' => 'The response code.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'description' => 'The error message. If success is set to false, the message is returned.'."\n", + 'type' => 'string', + 'example' => 'success', + ], + 'Data' => [ + 'description' => 'The returned value is the dialogID of the response to the ticket.'."\n", + 'type' => 'string', + 'example' => '46434030', + ], + 'RequestId' => [ + 'description' => 'The unique ID of the API request. The requestid is unique for each call.'."\n", + 'type' => 'string', + 'example' => 'C1DA4C6F-963E-5741-AB57-67A554D102FD', + ], + 'Success' => [ + 'description' => 'Indicates whether the call is successful. A value of true indicates that the call is normal.'."\n", + 'type' => 'boolean', + 'example' => 'true', + ], + 'AccessDeniedDetail' => [ + 'type' => 'string', + ], + ], + 'description' => '', + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'param.illegal', + 'errorMessage' => 'Params illegal.', + ], + ], + [ + [ + 'errorCode' => 'illegal.auth', + 'errorMessage' => 'You are not authorized to perform the operation.', + ], + ], + 403 => [ + [ + 'errorCode' => 'No permissions', + 'errorMessage' => 'No permissions to access.', + ], + ], + 500 => [ + [ + 'errorCode' => 'System.error', + 'errorMessage' => 'An error occurred while processing your request.', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"非法的入参\\",\\n \\"Data\\": \\"46434030\\",\\n \\"RequestId\\": \\"C1DA4C6F-963E-5741-AB57-67A554D102FD\\",\\n \\"Success\\": true,\\n \\"AccessDeniedDetail\\": \\"{\\\\\\\\\\\\\\"AuthAction\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ram:ReplyTicket\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalDisplayName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2146216584788xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalOwnerId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1135850448xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SubUser\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"NoPermissionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ImplicitDeny\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"PolicyType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\\\\\\\\\"}\\"\\n}","type":"json"}]', + 'title' => 'ReplyTicket', + 'summary' => 'Reply to the ticket. You can call the ListTicketNotes operation to obtain the content of the reply.', + ], + 'CloseTicket' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'TicketId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Work Order Number'."\n", + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => 'G2BKRWG', + ], + ], + [ + 'name' => 'Uid', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The UID of the Alibaba Cloud account. You can view your UID in the profile picture in the upper-right corner of the DMS console.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '1139477549527134', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'AccessDeniedDetail' => [ + 'type' => 'string', + ], + 'Code' => [ + 'description' => 'The return code of the request result.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'The error message. If success is set to false, the message is returned.'."\n", + 'type' => 'string', + 'example' => 'success', + ], + 'RequestId' => [ + 'description' => 'The ID of the request.'."\n", + 'type' => 'string', + 'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC', + ], + 'Success' => [ + 'description' => 'Indicates whether the call is successful. A value of true indicates that the call is normal.'."\n", + 'type' => 'boolean', + 'example' => 'true', + ], + ], + 'description' => '', + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'param.illegal', + 'errorMessage' => 'Params illegal.', + ], + ], + [ + [ + 'errorCode' => 'illegal.auth', + 'errorMessage' => 'You are not authorized to perform the operation.', + ], + ], + 403 => [ + [ + 'errorCode' => 'No permissions', + 'errorMessage' => 'No permissions to access.', + ], + ], + 500 => [ + [ + 'errorCode' => 'System.error', + 'errorMessage' => 'An error occurred while processing your request.', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"{\\\\\\\\\\\\\\"AuthAction\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ram:CloseTicket\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalDisplayName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2146216584788xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalOwnerId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1135850448xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SubUser\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"NoPermissionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ImplicitDeny\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"PolicyType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\\\\\\\\\"}\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\",\\n \\"Success\\": true\\n}","type":"json"}]', + 'title' => 'CloseTicket', + 'summary' => 'Closes a ticket.', + ], + 'EvaluateTicket' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'TicketId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The ID of the ticket.'."\n", + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => '001ET1BU1P', + ], + ], + [ + 'name' => 'Solved', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Whether to resolve'."\n", + 'type' => 'boolean', + 'required' => true, + 'example' => 'true', + ], + ], + [ + 'name' => 'Score', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Rating star 1-5 stars'."\n", + 'type' => 'string', + 'required' => true, + 'example' => '1', + ], + ], + [ + 'name' => 'Content', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Comment'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'The engineer solved my issue.', + ], + ], + [ + 'name' => 'Uid', + 'in' => 'formData', + 'schema' => [ + 'description' => 'UID'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '1902070573958003', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'AccessDeniedDetail' => [ + 'type' => 'string', + ], + 'Code' => [ + 'description' => 'The response code.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'The error message. If success is set to false, the message is returned.'."\n", + 'type' => 'string', + 'example' => 'successful', + ], + 'RequestId' => [ + 'description' => 'The ID of the request.'."\n", + 'type' => 'string', + 'example' => 'C1DA4C6F-963E-5741-AB57-67A554D102FD', + ], + 'Success' => [ + 'description' => 'Indicates whether the request was successful. Valid values: The value true indicates a success. The value false indicates a failure.'."\n", + 'type' => 'boolean', + 'example' => 'true', + ], + ], + 'description' => '', + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'param.illegal', + 'errorMessage' => 'Params illegal.', + ], + ], + [ + [ + 'errorCode' => 'illegal.auth', + 'errorMessage' => 'You are not authorized to perform the operation.', + ], + ], + 403 => [ + [ + 'errorCode' => 'No permissions', + 'errorMessage' => 'No permissions to access.', + ], + ], + 500 => [ + [ + 'errorCode' => 'System.error', + 'errorMessage' => 'An error occurred while processing your request.', + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"AccessDeniedDetail\\": \\"{\\\\\\\\\\\\\\"AuthAction\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ram:EvaluateTicket\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalDisplayName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2146216584788xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalOwnerId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1135850448xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SubUser\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"NoPermissionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ImplicitDeny\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"PolicyType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\\\\\\\\\"}\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"successful\\",\\n \\"RequestId\\": \\"C1DA4C6F-963E-5741-AB57-67A554D102FD\\",\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"<EvaluateTicketResponse>\\n <Code>200</Code>\\n <Message>successful</Message>\\n <RequestId>C1DA4C6F-963E-5741-AB57-67A554D102FD</RequestId>\\n <Success>true</Success>\\n</EvaluateTicketResponse>","errorExample":""}]', + 'title' => 'EvaluateTicket', + 'summary' => 'Evaluates a ticket.', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + 'ListTickets' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'StartDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The time when the ticket was created. This parameter is used with EndDate to query tickets that are created within the specified start and end time ranges.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'docRequired' => true, + 'example' => '1623396736000', + ], + ], + [ + 'name' => 'EndDate', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The deadline for ticket creation. This parameter is used in conjunction with StartDate to query tickets submitted within the specified start and end time ranges.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'required' => false, + 'docRequired' => true, + 'example' => '1623396736000', + ], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => [ + 'description' => 'Paging query page number parameters'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'required' => true, + 'docRequired' => true, + 'maximum' => '9999999', + 'minimum' => '1', + 'example' => '1', + ], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => [ + 'description' => 'The number of entries queried by page parameter'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'required' => true, + 'docRequired' => true, + 'maximum' => '100', + 'minimum' => '10', + 'example' => '10', + ], + ], + [ + 'name' => 'TicketId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Work Order Number'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '0005PYGCW', + ], + ], + [ + 'name' => 'Keyword', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The ticket keyword, which is used for fuzzy search to match the content of the Description field when a ticket is created.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'ecs', + ], + ], + [ + 'name' => 'StatusList', + 'in' => 'formData', + 'style' => 'repeatList', + 'schema' => [ + 'description' => 'Multiple ticket statuses'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The ticket status. Valid values: 1,"assigned","To be responded",2,"dealing","processing",3,"wait-feedback","To be responded",4,"feedback","Feedback",5,"wait_confirm","To be confirmed",6,"confirmed","Completed"'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'confirmed', + ], + 'required' => false, + 'example' => '6', + 'maxItems' => 11, + ], + ], + [ + 'name' => 'TicketIdList', + 'in' => 'formData', + 'style' => 'simple', + 'schema' => [ + 'description' => 'Multiple job numbers'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The ticket ID.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '0006S6ZL6E', + ], + 'required' => false, + ], + ], + [ + 'name' => 'Uid', + 'in' => 'formData', + 'schema' => [ + 'description' => 'UID'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '1902070573958003', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'AccessDeniedDetail' => [ + 'type' => 'string', + ], + 'RequestId' => [ + 'description' => 'The unique ID of the API request. The requestID is unique for each call.'."\n", + 'type' => 'string', + 'example' => 'AC0AB2EC-AFBC-44BA-AE77-132A5A1EC0AD', + ], + 'Success' => [ + 'description' => 'Indicates whether the call is successful. A value of true indicates that the call is normal.'."\n", + 'type' => 'boolean', + 'example' => 'true', + ], + 'Code' => [ + 'description' => 'The return code of the request result.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'description' => 'The error message. If success is set to false, the message is returned.'."\n", + 'type' => 'string', + 'example' => 'success', + ], + 'PageNumber' => [ + 'description' => 'Page number of the paging query parameter'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'PageSize' => [ + 'description' => 'The number of entries per page in a pagination query parameter.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '10', + ], + 'TotalCount' => [ + 'description' => 'The total number of query results, that is, the total number of my ticket records.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '99', + ], + 'Data' => [ + 'description' => 'The return value is my ticket list data.'."\n", + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'TicketId' => [ + 'description' => 'Work Order Number'."\n", + 'type' => 'string', + 'example' => '0005PYGCW', + ], + 'Title' => [ + 'description' => 'The title of the ticket.'."\n", + 'type' => 'string', + 'example' => 'Why ECS backup failed?', + ], + 'Status' => [ + 'description' => 'The status of the ticket. The reference values are as follows 1, "assigned", "Pending Response", 2, "handling", "handling", 3, "wait_feedback", "Pending feedback", 4: "feedback", "Feedback", 5, "wait_confirm", "To be confirmed", 6, "confirmed", "Completed"'."\n", + 'type' => 'object', + 'properties' => [ + 'Label' => [ + 'description' => 'Status description, if completed'."\n", + 'type' => 'string', + 'example' => 'Completed', + ], + 'Value' => [ + 'description' => 'A status value, such as 6, represents completed'."\n", + 'type' => 'string', + 'example' => '6', + ], + ], + ], + ], + ], + ], + ], + 'description' => '', + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'illegal.param', + 'errorMessage' => 'Params illegal', + ], + ], + [ + [ + 'errorCode' => 'illegal.auth', + 'errorMessage' => 'You are not authorized to perform the operation.', + ], + ], + 403 => [ + [ + 'errorCode' => 'No permissions', + 'errorMessage' => 'No permissions to access.', + ], + ], + 500 => [ + [ + 'errorCode' => 'System.error', + 'errorMessage' => 'An error occurred while processing your request.', + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"AccessDeniedDetail\\": \\"{\\\\\\\\\\\\\\"AuthAction\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ram:ListTickets\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalDisplayName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2146216584788xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalOwnerId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1135850448xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SubUser\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"NoPermissionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ImplicitDeny\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"PolicyType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\\\\\\\\\"}\\",\\n \\"RequestId\\": \\"AC0AB2EC-AFBC-44BA-AE77-132A5A1EC0AD\\",\\n \\"Success\\": true,\\n \\"Code\\": 0,\\n \\"Message\\": \\"入参解析失败\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 99,\\n \\"Data\\": [\\n {\\n \\"TicketId\\": \\"0005PYGCW\\",\\n \\"Title\\": \\"ecs续费失败啥原因\\",\\n \\"Status\\": {\\n \\"Label\\": \\"已完成\\",\\n \\"Value\\": \\"6\\"\\n }\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<TotalCount>99</TotalCount>\\n<PageSize>10</PageSize>\\n<Message>入参解析失败</Message>\\n<RequestId>AC0AB2EC-AFBC-44BA-AE77-132A5A1EC0AD</RequestId>\\n<PageNumber>1</PageNumber>\\n<Data>\\n <TicketId>0005PYGCW</TicketId>\\n <Title>ecs续费失败啥原因</Title>\\n <Status>\\n <Value>6</Value>\\n <Label>已完成</Label>\\n </Status>\\n</Data>\\n<Code>0</Code>\\n<Success>true</Success>","errorExample":""}]', + 'title' => 'ListTickets', + 'summary' => 'You can call this operation to obtain the list of my tickets.', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + 'ListTicketNotes' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'TicketId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Work Order Number'."\n", + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => '0005PYGCW', + ], + ], + [ + 'name' => 'Uid', + 'in' => 'query', + 'schema' => [ + 'description' => 'UID'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '1936753548534516', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'AccessDeniedDetail' => [ + 'type' => 'string', + ], + 'Code' => [ + 'description' => 'The return code of the request result.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'description' => 'The error message. If success is set to false, the message is returned.'."\n", + 'type' => 'string', + 'example' => 'success', + ], + 'RequestId' => [ + 'description' => 'The unique ID of the API request. The requestID is unique for each call.'."\n", + 'type' => 'string', + 'example' => 'AC0AB2EC-AFBC-44BA-AE77-132A5A1EC0AD', + ], + 'Success' => [ + 'description' => 'Indicates whether the call is successful. A value of true indicates that the call is normal.'."\n", + 'type' => 'boolean', + 'example' => 'true', + ], + 'Data' => [ + 'description' => 'Return value, that is, the dialog record list data of the specified ticket'."\n", + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Type' => [ + 'description' => 'Conversation Type 1 card, that is, schema 2 Text, that is, content'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + 'Status' => [ + 'description' => 'Communication message status field, reference value Unread=1, Read=2'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '6', + ], + 'Tip' => [ + 'description' => 'Fields Not Used'."\n", + 'type' => 'string', + 'example' => 'null', + ], + 'DialogId' => [ + 'description' => 'The unique ID of the conversation record.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '9999', + ], + 'CreateTime' => [ + 'description' => 'The timestamp when the communication message was created.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1623396736000', + ], + 'Dialog' => [ + 'description' => 'Work order communication record object'."\n", + 'type' => 'object', + 'properties' => [ + 'Schema' => [ + 'description' => 'The ticket communication record system card will be used when the system card docking capability is opened in the future. At present, the content can be used to obtain plain text content.'."\n", + 'type' => 'string', + 'example' => 'null', + ], + 'Content' => [ + 'description' => 'Work order communication content'."\n", + 'type' => 'string', + 'example' => 'ECS backup failed', + ], + ], + ], + 'User' => [ + 'description' => 'Conversation of users'."\n", + 'type' => 'object', + 'properties' => [ + 'Role' => [ + 'description' => 'Dialogue user role, distinguish between agent and user.'."\n" + .'2 represents agent, 3 represents user.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '2', + ], + 'Name' => [ + 'description' => 'Dialog User Name'."\n", + 'type' => 'string', + 'example' => 'agent', + ], + ], + ], + 'Attachments' => [ + 'description' => 'Attachment List'."\n", + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Name' => [ + 'description' => 'Attachment Name'."\n", + 'type' => 'string', + 'example' => '003.jpg', + ], + 'Url' => [ + 'description' => 'Temporary Accessible Attachment Address'."\n", + 'type' => 'string', + 'example' => 'https://gts-workorder.oss-cn-beijing.aliyuncs.com/20221003/cbc00fb0-b612-4d89-a75b-8d535f750f9f/image.png', + ], + ], + ], + ], + ], + ], + ], + ], + 'description' => '', + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'param.illegal', + 'errorMessage' => 'Params illegal.', + ], + ], + [ + [ + 'errorCode' => 'illegal.auth', + 'errorMessage' => 'You are not authorized to perform the operation.', + ], + ], + 403 => [ + [ + 'errorCode' => 'No permissions', + 'errorMessage' => 'No permissions to access.', + ], + ], + 500 => [ + [ + 'errorCode' => 'System.error', + 'errorMessage' => 'An error occurred while processing your request.', + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"AccessDeniedDetail\\": \\"{\\\\\\\\\\\\\\"AuthAction\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ram:ListTicketNotes\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalDisplayName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2146216584788xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalOwnerId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1135850448xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SubUser\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"NoPermissionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ImplicitDeny\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"PolicyType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\\\\\\\\\"}\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"入参非法\\",\\n \\"RequestId\\": \\"AC0AB2EC-AFBC-44BA-AE77-132A5A1EC0AD\\",\\n \\"Success\\": true,\\n \\"Data\\": [\\n {\\n \\"Type\\": 1,\\n \\"Status\\": 6,\\n \\"Tip\\": \\"null\\",\\n \\"DialogId\\": 9999,\\n \\"CreateTime\\": 1623396736000,\\n \\"Dialog\\": {\\n \\"Schema\\": \\"null\\",\\n \\"Content\\": \\"你好, 我的ECS续费失败, 请问是什么原因\\"\\n },\\n \\"User\\": {\\n \\"Role\\": 3,\\n \\"Name\\": \\"工单小二\\"\\n },\\n \\"Attachments\\": [\\n {\\n \\"Name\\": \\"003.jpg\\",\\n \\"Url\\": \\"https://gts-workorder.oss-cn-beijing.aliyuncs.com/20221003/cbc00fb0-b612-4d89-a75b-8d535f750f9f/image.png\\"\\n }\\n ]\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<Message>入参非法</Message>\\n<RequestId>AC0AB2EC-AFBC-44BA-AE77-132A5A1EC0AD</RequestId>\\n<Data>\\n <Status>6</Status>\\n <Type>1</Type>\\n <CreateTime>1623396736000</CreateTime>\\n <DialogId>9999</DialogId>\\n <Tip>null</Tip>\\n <Dialog>\\n <Content>你好, 我的ECS续费失败, 请问是什么原因</Content>\\n <Schema>null</Schema>\\n </Dialog>\\n <User>\\n <Role>3</Role>\\n <Name>工单小二</Name>\\n </User>\\n</Data>\\n<Code>0</Code>\\n<Success>true</Success>","errorExample":""}]', + 'title' => 'ListTicketNotes', + 'summary' => 'Obtains the ticket communication records.', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + 'ListProducts' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => [ + 'description' => 'The name of the product. Fuzzy search is supported. This parameter is optional.'."\n", + 'type' => 'string', + 'required' => false, + 'docRequired' => false, + 'example' => 'ecs', + ], + ], + [ + 'name' => 'Language', + 'in' => 'query', + 'schema' => [ + 'description' => 'The language that you use, supporting English, Chinese, and Japanese. Valid values: en, zh, and jp, which indicate English, Chinese, and Japanese, respectively.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'cn', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'description' => 'The return code of the request result.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'description' => 'The error message. If success is set to false, the message is returned.'."\n", + 'type' => 'string', + 'example' => 'success', + ], + 'RequestId' => [ + 'description' => 'The unique ID of the API request. The requestID is unique for each call.'."\n", + 'type' => 'string', + 'example' => 'AC0AB2EC-AFBC-44BA-AE77-132A5A1EC0AD', + ], + 'Success' => [ + 'description' => 'Indicates whether the call is successful. A value of true indicates that the call is normal.'."\n", + 'type' => 'boolean', + 'example' => 'true', + ], + 'Data' => [ + 'description' => 'Return value, that is, product list'."\n", + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'DirectoryId' => [ + 'description' => 'The ID of the product catalog, which represents the product category, such as elastic computing'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '1', + ], + 'DirectoryName' => [ + 'description' => 'The name of the product catalog, which represents the product category, such as elastic computing'."\n", + 'type' => 'string', + 'example' => 'ECS', + ], + 'ProductList' => [ + 'description' => 'List of Alibaba Cloud products'."\n", + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'ProductId' => [ + 'description' => 'Alibaba Cloud product ID'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '7160', + ], + 'ProductName' => [ + 'description' => 'Alibaba Cloud product name'."\n", + 'type' => 'string', + 'example' => 'ECS', + ], + ], + ], + ], + ], + ], + ], + ], + 'description' => '', + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'param.illegal', + 'errorMessage' => 'Params illegal.', + ], + ], + [ + [ + 'errorCode' => 'illegal.auth', + 'errorMessage' => 'You are not authorized to perform the operation.', + ], + ], + 403 => [ + [ + 'errorCode' => 'No permissions', + 'errorMessage' => 'No permissions to access.', + ], + ], + 500 => [ + [ + 'errorCode' => 'System.error', + 'errorMessage' => 'An error occurred while processing your request.', + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"入参非法\\",\\n \\"RequestId\\": \\"AC0AB2EC-AFBC-44BA-AE77-132A5A1EC0AD\\",\\n \\"Success\\": true,\\n \\"Data\\": [\\n {\\n \\"DirectoryId\\": 1,\\n \\"DirectoryName\\": \\"云服务器\\",\\n \\"ProductList\\": [\\n {\\n \\"ProductId\\": 7160,\\n \\"ProductName\\": \\"ECS\\"\\n }\\n ]\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<Message>入参非法</Message>\\n<RequestId>AC0AB2EC-AFBC-44BA-AE77-132A5A1EC0AD</RequestId>\\n<Data>\\n <DirectoryId>1</DirectoryId>\\n <DirectoryName>云服务器</DirectoryName>\\n <ProductList>\\n <ProductName>ECS</ProductName>\\n <ProductId>7160</ProductId>\\n </ProductList>\\n</Data>\\n<Code>0</Code>\\n<Success>true</Success>","errorExample":""}]', + 'title' => 'ListProducts', + 'summary' => 'Obtains the data of the Alibaba Cloud product list.', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + 'ListCategories' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'ProductId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The ID of the product. You can call the ListProducts operation to obtain the product ID. The ProductId parameter is the ID of an Alibaba Cloud product. Multiple Categories are displayed for each product.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'docRequired' => true, + 'maximum' => '99999999999', + 'minimum' => '0', + 'example' => '18550', + ], + ], + [ + 'name' => 'Name', + 'in' => 'formData', + 'schema' => [ + 'description' => 'The name of the classification question. Fuzzy search is supported.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'ecs', + ], + ], + [ + 'name' => 'Language', + 'in' => 'query', + 'schema' => [ + 'description' => 'Multi-language, support, Chinese, English. Value definition: zh: Chinese, en: English.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'zh', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'description' => 'The response code.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'The error message. If success is set to false, the message is returned.'."\n", + 'type' => 'string', + 'example' => 'success', + ], + 'RequestId' => [ + 'description' => 'The ID of the request.'."\n", + 'type' => 'string', + 'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC', + ], + 'Success' => [ + 'description' => 'Indicates whether the request was successful. Valid values: The value true indicates a success. The value false indicates a failure.'."\n", + 'type' => 'boolean', + 'example' => 'true', + ], + 'Data' => [ + 'description' => 'The return value, which is a list of question categories'."\n", + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'CategoryName' => [ + 'description' => 'The name of the ticket issue category.'."\n", + 'type' => 'string', + 'example' => 'ECS', + ], + 'CategoryId' => [ + 'description' => 'The ID of the ticket issue category.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '7161', + ], + ], + ], + ], + ], + 'description' => '', + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'param.illegal', + 'errorMessage' => 'Params illegal.', + ], + ], + [ + [ + 'errorCode' => 'illegal.auth', + 'errorMessage' => 'You are not authorized to perform the operation.', + ], + ], + 403 => [ + [ + 'errorCode' => 'No permissions', + 'errorMessage' => 'No permissions to access.', + ], + ], + 500 => [ + [ + 'errorCode' => 'System.error', + 'errorMessage' => 'An error occurred while processing your request.', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Code\\": 200,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\",\\n \\"Success\\": true,\\n \\"Data\\": [\\n {\\n \\"CategoryName\\": \\"ECS\\",\\n \\"CategoryId\\": 7161\\n }\\n ]\\n}","type":"json"}]', + 'title' => 'ListCategories', + 'summary' => 'Obtains the list data of ticket problem categories.', + ], + 'GetMqConsumerTag' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'AccessDeniedDetail' => [ + 'type' => 'string', + ], + 'Code' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'Message' => [ + 'type' => 'string', + ], + 'Data' => [ + 'type' => 'string', + ], + 'RequestId' => [ + 'type' => 'string', + ], + 'Success' => [ + 'type' => 'boolean', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'param.illegal', + 'errorMessage' => 'Params illegal.', + ], + ], + [ + [ + 'errorCode' => 'illegal.auth', + 'errorMessage' => 'You are not authorized to perform the operation.', + ], + ], + 403 => [ + [ + 'errorCode' => 'No permissions', + 'errorMessage' => 'No permissions to access.', + ], + ], + 500 => [ + [ + 'errorCode' => 'System.error', + 'errorMessage' => 'An error occurred while processing your request.', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"{\\\\\\\\\\\\\\"AuthAction\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ram:GetMqConsumerTag\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalDisplayName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2146216584788xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalOwnerId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1135850448xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SubUser\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"NoPermissionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ImplicitDeny\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"PolicyType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\\\\\\\\\"}\\",\\n \\"Code\\": 200,\\n \\"Message\\": \\"success\\",\\n \\"Data\\": \\"46434030\\",\\n \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\",\\n \\"Success\\": true\\n}","type":"json"}]', + 'title' => 'GetMqConsumerTag', + 'summary' => 'Obtain the tag of the Message Queue for Apache RocketMQ message listener.', + ], + 'ReopenTicket' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'TicketId', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Work Order Number'."\n", + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => '0005PYGCW', + ], + ], + [ + 'name' => 'Content', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Reply content of rework order'."\n", + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => 'ecs backup fails', + ], + ], + [ + 'name' => 'Uid', + 'in' => 'formData', + 'schema' => [ + 'description' => 'UID'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '1013872004421947', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'AccessDeniedDetail' => [ + 'type' => 'string', + ], + 'Code' => [ + 'description' => 'The return code of the request result.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'description' => 'The error message. If success is set to false, the message is returned.'."\n", + 'type' => 'string', + 'example' => 'success', + ], + 'Data' => [ + 'description' => 'The data returned after the call succeeds.'."\n", + 'type' => 'string', + 'example' => '0005PYGCW', + ], + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'C1DA4C6F-963E-5741-AB57-67A554D102FD', + ], + 'Success' => [ + 'description' => 'Indicates whether the call is successful. A value of true indicates that the call is normal.'."\n", + 'type' => 'boolean', + 'example' => 'true', + ], + ], + 'description' => '', + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'param.illegal', + 'errorMessage' => 'Params illegal.', + ], + ], + [ + [ + 'errorCode' => 'illegal.auth', + 'errorMessage' => 'You are not authorized to perform the operation.', + ], + ], + 403 => [ + [ + 'errorCode' => 'No permissions', + 'errorMessage' => 'No permissions to access.', + ], + ], + 500 => [ + [ + 'errorCode' => 'System.error', + 'errorMessage' => 'An error occurred while processing your request.', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AccessDeniedDetail\\": \\"{\\\\\\\\\\\\\\"AuthAction\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ram:ReopenTicket\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalDisplayName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2146216584788xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalOwnerId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1135850448xxxxx\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AuthPrincipalType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SubUser\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"NoPermissionType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ImplicitDeny\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"PolicyType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\\\\\\\\\"}\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"Data\\": \\"0005PYGCW\\",\\n \\"RequestId\\": \\"C1DA4C6F-963E-5741-AB57-67A554D102FD\\",\\n \\"Success\\": true\\n}","type":"json"}]', + 'title' => 'ReopenTicket', + 'summary' => 'Reopens a ticket', + ], + 'GetAttachmentUploadUrl' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + [ + 'APP' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'FileName', + 'in' => 'formData', + 'schema' => [ + 'description' => 'Name of the uploaded file'."\n", + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => '81A0D93D-54D7-4529-ABFA-633ED63223BA.jpg', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'description' => 'The response code.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'Message' => [ + 'description' => 'The error message. If success is set to false, the message is returned.'."\n", + 'type' => 'string', + 'example' => 'success', + ], + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'ED195C2C-787F-511C-8204-714456781861', + ], + 'Success' => [ + 'description' => 'Indicates whether the call is successful. A value of true indicates that the call is normal.'."\n", + 'type' => 'boolean', + 'example' => 'true', + ], + 'Data' => [ + 'description' => 'The data returned after the call succeeds.'."\n", + 'type' => 'object', + 'properties' => [ + 'ObjectKey' => [ + 'description' => 'Uploaded file identifier'."\n", + 'type' => 'string', + 'example' => 'cdb5d174-c282-4b2d-9048-e74ea2223127.jpg', + ], + 'PutSignedUrl' => [ + 'description' => 'The signed URL used to upload the object to OSS.'."\n", + 'type' => 'string', + 'example' => 'https://gts-workorder-pre.oss-cn-beijing.aliyuncs.com'."\n" + .'/20220314/cabb80c3-430b-4079-a9f2-d2a0d1c2a587.png?Expires=1647328689&OSSAccessKeyId=LTAI****************&Signature=AbSEh26G3oYrJ8ivr4B0xzF89zk%3D', + ], + 'GetSignedUrl' => [ + 'description' => 'Query the signed URL of an OSS object'."\n", + 'type' => 'string', + 'example' => 'https://gts-workorder-pre.oss-cn-beijing.aliyuncs.com'."\n" + .'/20220314/cabb80c3-430b-4079-a9f2-d2a0d1c2a587.png?Expires=1647328689&OSSAccessKeyId=LTAI****************&Signature=AbSEh26G3oYrJ8ivr4B0xzF89zk%3D', + ], + ], + ], + ], + 'description' => '', + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'param.illegal', + 'errorMessage' => 'Params illegal.', + ], + ], + [ + [ + 'errorCode' => 'illegal.auth', + 'errorMessage' => 'You are not authorized to perform the operation.', + ], + ], + 403 => [ + [ + 'errorCode' => 'No permissions', + 'errorMessage' => 'No permissions to access.', + ], + ], + 500 => [ + [ + 'errorCode' => 'System.error', + 'errorMessage' => 'An error occurred while processing your request.', + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Code\\": 0,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"ED195C2C-787F-511C-8204-714456781861\\",\\n \\"Success\\": true,\\n \\"Data\\": {\\n \\"ObjectKey\\": \\"cdb5d174-c282-4b2d-9048-e74ea2223127.jpg\\",\\n \\"PutSignedUrl\\": \\"https://workorder.oss-cn-beijing.aliyuncs.com\\\\n/20220314/cabb80c3-430b-4079-a9f2-d2a0d1c2a587.png?Expires=1647328689&OSSAccessKeyId=LTAI***************&Signature=AbSEh26G3oYrJ8ivr4B0xzF89zk%3D\\",\\n \\"GetSignedUrl\\": \\"https://workorder.oss-cn-beijing.aliyuncs.com\\\\n/20220314/cabb80c3-430b-4079-a9f2-d2a0d1c2a587.png?Expires=1647328689&OSSAccessKeyId=LTAI**************&Signature=AbSEh26G3oYrJ8ivr4B0xzF89zk%3D\\"\\n }\\n}","type":"json"}]', + 'title' => 'GetAttachmentUploadUrl', + 'summary' => 'Queries the Object Storage Service (OSS) URL that is used to upload attachments.', + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'ap-northeast-1', + 'endpoint' => 'workorder.ap-northeast-1.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-1', + 'endpoint' => 'workorder.ap-southeast-1.aliyuncs.com', + ], + [ + 'regionId' => 'ap-northeast-2-pop', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'ap-south-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-2', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-3', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-5', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-beijing', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-beijing-finance-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-beijing-finance-pop', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-beijing-gov-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-beijing-nu16-b01', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-chengdu', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-edge-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-fujian', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-haidian-cm12-c01', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-bj-b01', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-finance', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-internal-prod-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-internal-test-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-internal-test-2', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-internal-test-3', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-test-306', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hongkong', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hongkong-finance-pop', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-huhehaote', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-north-2-gov-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-qingdao', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-qingdao-nebula', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai-et15-b01', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai-et2-b01', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai-finance-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai-inner', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai-internal-test-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen-finance-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen-inner', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen-st4-d01', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen-su18-b01', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-wuhan', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-yushanfang', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-zhangbei-na61-b01', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-zhangjiakou', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-zhangjiakou-na62-a01', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'cn-zhengzhou-nebula-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'eu-central-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'eu-west-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'eu-west-1-oxs', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'me-east-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'rus-west-1-pop', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'us-east-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + [ + 'regionId' => 'us-west-1', + 'endpoint' => 'workorder.aliyuncs.com', + ], + ], +]; |
