- Introduction to KooGallery
-
Seller Guide
- Seller Registration
- Joint Operations Certification and Product Access
- Delivery Methods
- Seller Management
- Product Management
- Service Supervision
- Transaction Management
- Settlement Management
- Bill Management
- Invoice Management
-
FAQs
-
Seller Registration
- What Are the Conditions for Registering with Huawei Cloud KooGallery?
- What Enterprise Certificates Are Needed for the Registration?
- Can an Individual User Become a Seller on KooGallery?
- What Benefits Can I Obtain After Registering with KooGallery?
- Do I Need to Pay Deposit If I Register with KooGallery?
- How Long Does It Take to Review the Registration Application?
- How Do I Change the Company Name?
-
Product Release
- How Do I Release Products on KooGallery?
- How Do I Release a Trial SaaS Specification?
- Why Can't I Select an Image as an Image Asset?
- How Long Is the Validity Period of Products on KooGallery?
- What Are the Requirements for a Product Name?
- What Are the Requirements for a Product Logo?
- What Are the Requirements for a Product Overview?
- What Are the Requirements for a Product Introduction?
- What Are the Requirements for the End User License Agreement?
- What Are the Requirements for After-Sales Support?
- What Are the Requirements for the User Guide?
- What Are the Requirements for a Business Letter?
- What Are the Requirements for a Software Copyright Certificate?
- Billing and Settlement
- Others
-
Seller Registration
-
User Guide
- Support You May Need
- Product Purchase
- Product Use
- Service Supervision
- After-Sales Support
- Renewal Management
- Unsubscription Management
- Invoice Management
- Agencies
-
FAQs
- What Is Huawei Cloud KooGallery?
- What Software and Services Are Provided on KooGallery?
- How Do I Purchase Cloud Applications on KooGallery?
- Why Can't I Use the Pay-per-Use or Yearly/Monthly Billing Mode for Certain Products?
- How Do I View Purchased Applications?
- How Do I Request Invoices After Purchasing Products from KooGallery?
- What Do I Do If I Encounter a Problem When Using a Product?
- How Do I Renew Purchased Applications?
- What Do I Do If No Applications or Services Meet My Requirements?
- How Do I Contact a Seller?
- What Do I Do If I Cannot Contact a Seller?
- Does Huawei Cloud Support Login Through Third-Party Website?
- Reseller Guide
- Access Guide
Updating the Instance Status
Description
After a customer purchases a yearly/monthly/daily product and the instance expires or the customer violates regulations, KooGallery calls this API to freeze the instance.
- If you receive an email indicating that the API fails to be called in your email address of customer service or that one bound to your KooGallery account, handle the API exception in a timely manner.
- KooGallery monitors API exceptions. If a product has frequent instance exceptions, KooGallery will remove the product from the catalog.
The following figure shows the process of updating the instance status.
Request Message
Request method: POST
The following table describes the request parameters.
Parameter |
Mandatory |
Type |
Maximum Length |
Description |
---|---|---|---|---|
activity |
Yes |
String |
32 |
Request ID, which is used to distinguish the scenario. For instance status updates, the value is updateInstanceStatus. |
instanceId |
Yes |
String |
64 |
Instance ID. |
status |
Yes |
String |
32 |
New status.
|
testFlag |
No |
String |
2 |
Whether a request is submitted for debugging.
The default value is 0. |
Example request:
curl -X POST 'https://www.isvwebsite.com/saasproduce?signature=95DD9FA6A8C***********5290919BCA3F78B9A254428A692CDF26E×tamp=1680509558159&nonce=9F26B85CAEB3A8439221BA293E9250BC5EA689225B523C291EA75CC76B469510' -H 'Accept:application/json' -H 'Content-Type:application/json;charset=utf8' -d'{"activity":"updateInstanceStatus","instanceId":"10e75*********1b-81d03469a10e","status":"FREEZE","testFlag":"1"}'
Response Message
The following table describes the response parameters.
Parameter |
Mandatory |
Type |
Maximum Length |
Description |
---|---|---|---|---|
resultCode |
Yes |
String |
6 |
Invocation result code. For details, see Result Codes. |
resultMsg |
No |
String |
255 |
Invocation result description. |
Example response:
{ "resultCode":"000000", "resultMsg":"success." }
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.