Get_credit_and_threshold_info
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
{
"credit": 28.147631028367705,
"threshold": 0,
"can_create_instance": true
}
Was this page helpful?