หน้านี้ยังไม่พร้อมใช้งานในภาษาท้องถิ่นของคุณ เรากำลังพยายามอย่างหนักเพื่อเพิ่มเวอร์ชันภาษาอื่น ๆ เพิ่มเติม ขอบคุณสำหรับการสนับสนุนเสมอมา
- Service Overview
- User Guide
-
API Reference
- Before You Start
- API Overview
- Calling APIs
- Application Examples
-
API v2 (Recommended)
- Agreement Management
- Attachment Management
- Service Ticket Management
- Service Ticket Permission Management
- Attachment Management
- Authorization Management
- Service Ticket Quota Management
-
Basic Ticket Configuration Query
- Querying Country/Region Code
- Querying Problem Type List
- Querying Additional Parameters
- Querying Problem Type Template
- Querying Service Ticket Category List
- Querying Product Type List
- Querying Region List
- Service Ticket Satisfaction Category List
- Querying Problem Severity List
- Querying Service Ticket Limits (Such As Limited CCs in an Email)
- Label Management
- Ticket Message Management
-
Ticket Query
- Querying Agency Information
- Querying Partner Service Ticket Permissions
- Statistics of Service Tickets in Various Statuses
- Querying Service Ticket Details
- Querying Service Ticket Operation Logs
- Querying Service Ticket CC
- Querying Service Ticket Status
- Querying Associated Partner Service Information
- Querying Service Ticket List Interface
- Querying Sub-User Information
- Management of Associated Tickets
- Verification Code Management
-
Historical APIs
- Creating a Service Ticket
- Querying Service Ticket List
- Querying Service Ticket Details
- Uploading an Attachment
- Downloading an Attachment
- Deleting an Attachment
- Adding a Message
- Service Evaluation
- Service Ticket Operations
- Querying Service Ticket Related Product
- Querying Service Ticket Problem Type
- Querying Templates
- Querying Regions
- Appendix
- Change History
- General Reference
Copied.
Creating a Service Ticket
Function Description
Users can submit a service ticket when encountering problems or in need of help during use of HUAWEI CLOUD products.
URI
POST /v1.0/servicerequest/case
Request
Request Parameters
Parameter |
Mandatory |
Type |
Value Range |
Description |
---|---|---|---|---|
subTypeId |
No |
String |
64 |
ID of the product related to the problem. Refer to Querying Service Ticket Related Product to obtain the ID of the product related to the problem. |
productCategoryId |
No |
String |
64 |
Product type ID. Refer to Querying Service Ticket Related Product to obtain the product type ID. |
businessTypeId |
Yes |
String |
64 |
Service ticket problem type ID. Refer to Querying Service Ticket Problem Type to obtain the service ticket problem type ID. |
regionId |
No |
String |
64 |
Region ID. Refer to Querying Regions to obtain the region ID. |
simpleDescribe |
No |
String |
1200 |
Description of the problem regarding the service ticket. |
sourceId |
Yes |
String |
32 |
Service ticket source ID. The default value is 83aeb0f2834c4df49826c781d32a963e. |
isAuthorized |
No |
Integer |
- |
Whether it is authorized or not 0: Not authorized 1: Authorized |
authorizationContent |
No |
String |
400 |
Authorization information. For example, passwords of the console account and the ECS account. |
remindMobile |
No |
String |
32 |
Mobile phone number to which the service ticket handling progress notification is sent. |
remindMail |
No |
String |
128 |
Email address to which the service ticket handling progress notification is sent. |
accessoryIds |
No |
List<String> |
- |
Attachment ID list. A maximum of one ID is allowed. For details, see Uploading an Attachment. |
{ "subTypeId": "0", "productCategory": "69af625c1be54800b58ac4bae4870c90", "businessTypeId": "5efc9f47ace944bfafd054161409f15b", "regionId": "cn-north-1", "simpleDescribe": "test", "sourceId": "83aeb0f2834c4df49826c781d32a963e", "isAuthorized": 0, "authorizationContent": "test", "remindMobile": "", "remindMail": "", "accessoryIds": [] }
Response Message
None
Status Code
For details about status codes, see Status Codes.
Error Code
For details about error codes, see Historical Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot