diff --git a/docs/LicenseStatus/index.html b/docs/LicenseStatus/index.html index df9a3ea2b..aa80b9386 100644 --- a/docs/LicenseStatus/index.html +++ b/docs/LicenseStatus/index.html @@ -265,6 +265,7 @@

Example data

"public_key" : "aeiou", "expired" : true, "name" : "aeiou", + "state" : "aeiou", "message" : "aeiou", "reserve_service_units" : 1.3579000000000001069366817318950779736042022705078125, "enabled" : true @@ -343,6 +344,7 @@

Example data

"public_key" : "aeiou", "expired" : true, "name" : "aeiou", + "state" : "aeiou", "message" : "aeiou", "reserve_service_units" : 1.3579000000000001069366817318950779736042022705078125, "enabled" : true @@ -492,6 +494,7 @@

Example data

"public_key" : "aeiou", "expired" : true, "name" : "aeiou", + "state" : "aeiou", "message" : "aeiou", "reserve_service_units" : 1.3579000000000001069366817318950779736042022705078125, "enabled" : true @@ -581,6 +584,7 @@

Example data

"public_key" : "aeiou", "expired" : true, "name" : "aeiou", + "state" : "aeiou", "message" : "aeiou", "reserve_service_units" : 1.3579000000000001069366817318950779736042022705078125, "enabled" : true @@ -670,6 +674,7 @@

Example data

"public_key" : "aeiou", "expired" : true, "name" : "aeiou", + "state" : "aeiou", "message" : "aeiou", "reserve_service_units" : 1.3579000000000001069366817318950779736042022705078125, "enabled" : true @@ -773,6 +778,7 @@

SaasLicensingStatus name (optional)
String Name. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
public_key (optional)
String Public key. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
reserve_service_units (optional)
Double Service units reserved on controller. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: double
+
state (optional)
String Saas license request status. Enum options - SUBSCRIPTION_NONE, SUBSCRIPTION_SUCCESS, SUBSCRIPTION_FAILED, SUBSCRIPTION_IN_PROGRESS. Field introduced in 31.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.