Avi LicenseStatus Object API
CLI ``` - show license status ```
Version: 22.1.5
BasePath:/api
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html
Access
- HTTP Basic Authentication
[ Jump to Models ]
Table of Contents
get /licensing/status
post /licensing/status
delete /licensing/status/{uuid}
get /licensing/status/{uuid}
patch /licensing/status/{uuid}
put /licensing/status/{uuid}
(licensingStatusGet)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
name (optional)
Query Parameter — object name
refers_to (optional)
Query Parameter — Filter to request all objects that refers to another Avi resource. Its syntax is refers_to=<obj_type>:<obj_uuid>. Eg. get all virtual services referring to pool p1 will be refers_to=pool:pool_p1_uuid
referred_by (optional)
Query Parameter — Filter to request all objects that are referred by another Avi resource. Its syntax is referred_by=<obj_type>:<obj_uuid>. Eg. get all pools referred_by virtual service vs1 - referred_by=virtualservice:vs_vs1_uuid
fields (optional)
Query Parameter — List of fields to be returned for the resource. Some fields like name, URL, uuid etc. are always returned.
include_name (optional)
Query Parameter — All the Avi REST reference URIs have a name suffix as URI#name. It is useful to get the referenced resource name without performing get on that object.
skip_default (optional)
Query Parameter — Default values are not set.
join_subresources (optional)
Query Parameter — It automatically returns additional dependent resources like runtime. Eg. join_subresources=runtime.
Return type
Example data
Content-Type: application/json
{
"next" : "aeiou",
"count" : 123,
"results" : [ {
"saas_status" : {
"connected" : true,
"public_key" : "aeiou",
"expired" : true,
"name" : "aeiou",
"message" : "aeiou",
"reserve_service_units" : 1.3579000000000001069366817318950779736042022705078125,
"enabled" : true
},
"service_update" : {
"name" : "aeiou",
"service_units" : {
"available_service_units" : 1.3579000000000001069366817318950779736042022705078125,
"org_id" : "aeiou",
"used_service_units" : 1.3579000000000001069366817318950779736042022705078125
}
},
"configpb_attributes" : {
"version" : 123
},
"uuid" : "aeiou",
"url" : "aeiou",
"_last_modified" : "aeiou"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
LicenseStatusApiResponse
401
log in failed
Up
post /licensing/status
(licensingStatusPost)
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
body (required)
Body Parameter — LicenseStatus object creation
Return type
Example data
Content-Type: application/json
{
"saas_status" : {
"connected" : true,
"public_key" : "aeiou",
"expired" : true,
"name" : "aeiou",
"message" : "aeiou",
"reserve_service_units" : 1.3579000000000001069366817318950779736042022705078125,
"enabled" : true
},
"service_update" : {
"name" : "aeiou",
"service_units" : {
"available_service_units" : 1.3579000000000001069366817318950779736042022705078125,
"org_id" : "aeiou",
"used_service_units" : 1.3579000000000001069366817318950779736042022705078125
}
},
"configpb_attributes" : {
"version" : 123
},
"uuid" : "aeiou",
"url" : "aeiou",
"_last_modified" : "aeiou"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
LicenseStatus
401
log in failed
Up
delete /licensing/status/{uuid}
(licensingStatusUuidDelete)
Path parameters
uuid (required)
Path Parameter — UUID of the object to fetch
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
name (optional)
Query Parameter — object name
Return type
String
Example data
Content-Type: application/json
"aeiou"
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
204
object deleted
String
404
not found
Up
get /licensing/status/{uuid}
(licensingStatusUuidGet)
Path parameters
uuid (required)
Path Parameter — UUID of the object to fetch
Consumes
This API call consumes the following media types via the
Content-Type request header:
Query parameters
name (optional)
Query Parameter — object name
fields (optional)
Query Parameter — List of fields to be returned for the resource. Some fields like name, URL, uuid etc. are always returned.
include_name (optional)
Query Parameter — All the Avi REST reference URIs have a name suffix as URI#name. It is useful to get the referenced resource name without performing get on that object.
skip_default (optional)
Query Parameter — Default values are not set.
join_subresources (optional)
Query Parameter — It automatically returns additional dependent resources like runtime. Eg. join_subresources=runtime.
Return type
Example data
Content-Type: application/json
{
"saas_status" : {
"connected" : true,
"public_key" : "aeiou",
"expired" : true,
"name" : "aeiou",
"message" : "aeiou",
"reserve_service_units" : 1.3579000000000001069366817318950779736042022705078125,
"enabled" : true
},
"service_update" : {
"name" : "aeiou",
"service_units" : {
"available_service_units" : 1.3579000000000001069366817318950779736042022705078125,
"org_id" : "aeiou",
"used_service_units" : 1.3579000000000001069366817318950779736042022705078125
}
},
"configpb_attributes" : {
"version" : 123
},
"uuid" : "aeiou",
"url" : "aeiou",
"_last_modified" : "aeiou"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
LicenseStatus
401
log in failed
Up
patch /licensing/status/{uuid}
(licensingStatusUuidPatch)
Path parameters
uuid (required)
Path Parameter — UUID of the object to fetch
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
body (required)
Body Parameter — LicenseStatus object creation
Query parameters
name (optional)
Query Parameter — object name
Return type
Example data
Content-Type: application/json
{
"saas_status" : {
"connected" : true,
"public_key" : "aeiou",
"expired" : true,
"name" : "aeiou",
"message" : "aeiou",
"reserve_service_units" : 1.3579000000000001069366817318950779736042022705078125,
"enabled" : true
},
"service_update" : {
"name" : "aeiou",
"service_units" : {
"available_service_units" : 1.3579000000000001069366817318950779736042022705078125,
"org_id" : "aeiou",
"used_service_units" : 1.3579000000000001069366817318950779736042022705078125
}
},
"configpb_attributes" : {
"version" : 123
},
"uuid" : "aeiou",
"url" : "aeiou",
"_last_modified" : "aeiou"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
LicenseStatus
401
log in failed
Up
put /licensing/status/{uuid}
(licensingStatusUuidPut)
Path parameters
uuid (required)
Path Parameter — UUID of the object to fetch
Consumes
This API call consumes the following media types via the
Content-Type request header:
Request body
body (required)
Body Parameter — LicenseStatus object creation
Query parameters
name (optional)
Query Parameter — object name
Return type
Example data
Content-Type: application/json
{
"saas_status" : {
"connected" : true,
"public_key" : "aeiou",
"expired" : true,
"name" : "aeiou",
"message" : "aeiou",
"reserve_service_units" : 1.3579000000000001069366817318950779736042022705078125,
"enabled" : true
},
"service_update" : {
"name" : "aeiou",
"service_units" : {
"available_service_units" : 1.3579000000000001069366817318950779736042022705078125,
"org_id" : "aeiou",
"used_service_units" : 1.3579000000000001069366817318950779736042022705078125
}
},
"configpb_attributes" : {
"version" : 123
},
"uuid" : "aeiou",
"url" : "aeiou",
"_last_modified" : "aeiou"
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the
Content-Type response header.
Responses
200
OK
LicenseStatus
401
log in failed
[ Jump to Methods ]
Table of Contents
ConfigPbAttributes
LicenseServiceUpdate
LicenseStatus
LicenseStatusApiResponse
OrgServiceUnits
SaasLicensingStatus
version (optional)
Integer Protobuf version number. Gets incremented if there is se Diff of federated diff in config pbs.This field will be a monotonically increasing number indicating the number of Config Update operations. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition. format: int32
name (optional)
String Name. Field introduced in 21.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
service_units (optional)
OrgServiceUnits Organization id. Field introduced in 21.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
_last_modified (optional)
String UNIX time since epoch in microseconds. Units(MICROSECONDS).
configpb_attributes (optional)
ConfigPbAttributes Protobuf versioning for config pbs. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
saas_status (optional)
SaasLicensingStatus Saas licensing status. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
service_update (optional)
LicenseServiceUpdate Pulse license service update. Field introduced in 21.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
url (optional)
uuid (optional)
String Uuid. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
count
results
next (optional)
available_service_units (optional)
Double Available service units on pulse portal. Field introduced in 21.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: double
org_id (optional)
String Organization id. Field introduced in 21.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
used_service_units (optional)
Double Used service units on pulse portal. Field introduced in 21.1.4. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition. format: double
connected (optional)
Boolean Portal connectivity status. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
enabled (optional)
Boolean Status of saas licensing subscription. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
expired (optional)
Boolean Saas license expiry status. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
message (optional)
String Message. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
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