After a customer's Software as a Service (SaaS) product expires, Alibaba Cloud Marketplace calls this operation to instruct the independent software vendor (ISV) to freeze the specified SaaS instance.
Request parameters
Parameter | Required | Type | Description |
action | Yes | String | The operation that you want to perform. Set the value to expiredInstance. |
instanceId | Yes | String | Business ID of the SaaS instance in the Alibaba Cloud Marketplace |
token | Yes | String | The token for security verification. |
Response parameters
Parameter | Required | Type | Description |
success | Yes | Boolean | Indicates whether the operation was successful. |
Sample requests
http://example.aliyundoc.com?token=f5304f56329e1c672a0799df61bbe888&action=expiredInstance&instanceId=1Sample responses
{"success":"true"}