When a product instance expires, Alibaba Cloud Marketplace calls this SPI to notify the service provider to freeze the instance.
Request parameters
|
Parameter |
Required |
Type |
Description |
|
action |
true |
String |
Fixed value: expiredInstance |
|
instanceId |
true |
String |
Instance ID provided by the service provider. |
|
token |
true |
String |
Security token |
Response parameters
|
Parameter |
Required |
Type |
Description |
|
success |
true |
Boolean |
Indicates whether the request succeeded. |
Request example
http://example.aliyundoc.com?token=f5304f56329e1c672a0799df61bbe888&action=expiredInstance&instanceId=1
Response example
{
"success": "true"
}