Get_credit_and_threshold_info_in_response
messagestring
Human-readable description of the result.
Example:
Successstatusboolean
Whether the request succeeded.
Example:
truedata object
Response payload.
creditnumber
Available account credit.
Example:
28.147631028367705thresholdnumber
Spending threshold above which the alert is triggered.
Example:
0can_create_instanceboolean
The status of your ability to create virtual machine resources, where true indicates you have access, and false indicates your balance is below the threshold value.
Example:
trueGet_credit_and_threshold_info_in_response
{
"message": "Success",
"status": true,
"data": {
"credit": 28.147631028367705,
"threshold": 0,
"can_create_instance": true
}
}
Was this page helpful?