Bu sayfa henüz yerel dilinizde mevcut değildir. Daha fazla dil seçeneği eklemek için yoğun bir şekilde çalışıyoruz. Desteğiniz için teşekkür ederiz.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
Help Center/ Service Tickets/ API Reference/ Historical APIs/ Querying Service Ticket List

Querying Service Ticket List

Updated on 2023-12-18 GMT+08:00

Function Description

Users query the list of submitted HUAWEI CLOUD service tickets.

URI

GET /v1.0/servicerequest/case

Request

Request Parameters

Table 1 Parameter description

Parameter

Mandatory

Type

Value Range

Description

searchKey

No

String

16

Fuzzy search for brief description of the service ticket.

caseId

No

String

32

Fuzzy search for the service ticket number.

subCustomerName

No

String

32

Fuzzy search for the IAM username.

startTime

No

String

N/A

Start time of the service ticket to be queried.

Example time format: 2019-05-22 03:30:52

endTime

No

String

N/A

End time of the service ticket to be queried.

Example time format: 2019-05-22 03:30:52

status

No

Integer

N/A

Status.

0: To be handled

1: Processing

2: Result pending confirmation

3: Completed

4: Canceled

When all are queried, the result is empty.

pageNo

No

Integer

N/A

Specifies the current page number. When this parameter is not passed, the default value is 1.

pageSize

No

Integer

N/A

Specifies the number of records on each page. The value range is 1 to 100. If this parameter is not passed, the default value is 10.

Request Example

searchKey=HUAWEI CLOUD&caseId=&startTime=&endTime=&subCustomerId=test&status=&pageNo=1&pageSize=10

Response Message

Response Parameters

Table 2 Response parameters

Parameter

Type

Description

totalCount

Integer

Specifies the total number of service tickets.

caseList

List<Case>

Specifies the list of service ticket information.

For details, see Table 3.

Table 3 caseList field data structure

Parameter

Type

Description

caseId

String

Specifies the service ticket ID.

businessTypeName

String

Specifies the problem type name.

typeName

String

Specifies the type name.

customerId

String

Account ID.

subCustomerId

String

IAM user ID.

subCustomerName

String

IAM username.

dcName

String

Specifies the region name.

simpleDescribe

String

Brief description of the service ticket.

status

String

Service ticket status.

0: To be handled

1: Processing

2: Result pending confirmation

3: Completed

4: Canceled

12: Invalid

createTime

TimeStamp

Specifies the service ticket creation time.

Example time format: 2019-05-22T03:30:52Z

Example Response

{
    "totalCount": 13,
    "caseList": [
        {
            "caseId": "TT201801020526",
            "businessTypeName": "Remote log-in",
            "typeName": "Fault reporting",
            "customerId": "f9ae1952bf75xxx1a0099d93ba9dd91f",
            "subCustomerId": "3dc0ca7ffd3xxx26a40f5cfa1a0da7f0",
            "subCustomerName": "xxx",
            "dcName": "CN North-Beijng1",
            "simpleDescribe": "When a remote desktop is used to connect to a Windows VM and the normal resolution is used, icons on the page are too small.",
            "status": 3,
            "createTime": 2019-05-22T03:30:52Z
        },
        {
            "caseId": "TT201712280631",
            "businessTypeName": "ECS creation",
            "typeName": "Fault reporting",
            "customerId": "f9ae1952bf75xxx1a0099d93ba9dd91f",
            "subCustomerId": "3dc0ca7ffd3xxx26a40f5cfa1a0da7f0",
            "subCustomerName": "xxx",
            "dcName": "CN North-Beijng4",
            "simpleDescribe": "Failed to create ECS",
            "status": 3,
            "createTime": 2019-05-22T03:30:52Z
        }
        ...
    ]
}

Status Code

For details about status codes, see Status Codes.

Error Code

For details about error codes, see Historical Error Codes.

Sitemizi ve deneyiminizi iyileştirmek için çerezleri kullanırız. Sitemizde tarama yapmaya devam ederek çerez politikamızı kabul etmiş olursunuz. Daha fazla bilgi edinin

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback