Always returns 200 OK for license checks
GET/api/v2/license
Always returns 200 OK for license checks
Request
Responses
- 200
- 500
License check response
- application/json
- Schema
- Example (from schema)
Schema
burstableMaxVCPU int32required
currentVCPU int32required
error string
expiry date-timerequired
id stringrequired
includedVCPU int32required
lastValidated date-timerequired
marketplaceProductID stringrequired
maxVCPU int32required
message string
type stringrequired
valid booleanrequired
wayfinderInstanceID stringrequired
{
"burstableMaxVCPU": 0,
"currentVCPU": 0,
"error": "string",
"expiry": "2024-10-30T11:45:35.761Z",
"id": "string",
"includedVCPU": 0,
"lastValidated": "2024-10-30T11:45:35.761Z",
"marketplaceProductID": "string",
"maxVCPU": 0,
"message": "string",
"type": "string",
"valid": true,
"wayfinderInstanceID": "string"
}
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...