Suspend

Suspension is used in a lot of third party system to lock the product, therefore we stop/kill the vm when requested and disable controls

Suspend

POST https://api.netcon.dk/projects/:projectId/products/:productId/suspend

Path Parameters

NameTypeDescription

projectId*

String

Project id

productId*

String

Product id

Headers

NameTypeDescription

authorization*

String

Api key

{
    "message": String
}

DELETE /projects/:projectId/products/:productId/suspend

Unsuspend product

Path Parameters

NameTypeDescription

projectId*

String

Project Id

productId*

String

Product Id

Headers

NameTypeDescription

authorization*

String

Api Key

{
    "message": String
}

Last updated