Get features, licenses and product information
get
/rest/{version}/system/features
Retrieves the list of enabled features, entitlements (provisioned and licensed) information, added licenses, and product type for this instance of software and hardware combination. The currently enabled features are based on added licenses.
Request
Path Parameters
-
version(required):
REST API version string.
Available values: v1.2
Query Parameters
-
accessFlags:
In addition to feature information, also retrieve platform access flags information. Platform access flag information is data that is internal to the product and not required by customers.
Available values: true, false
Header Parameters
-
Authorization(required):
The value in the Authorization header must be the string "
Bearer {access token}", where{access token}is a valid, unexpired token received in response to a prior/rest/{version}/auth/tokenrequest.
Response
200 Response
OK - Requested data is returned in response body
400 Response
The request is malformed in some way or is missing required information and therefore cannot be processed.
401 Response
Unauthorized - Request lacks valid authentication credentials.
404 Response
Resource not found