Illumination Plus
New Properties
GET [api_version][org_href]traffic_flows_async/queries/:uuid/dowload
This API has a new property: caps
:
}, "caps": { "description": "Array of permissions for the flow for the current user," "type": "array", "items": { "$ref": "rbac_permission_types.schema.json" }
The caps property references the common schema rbac_permission_types.schema.json
, which indicates the used RBAC permission: write
.
Type of Provision
rbac_permission_types.schema.json
In Illumination Plus, the type provision is not used to avoid additional delays when checking the permissions of each flow. Therefore, only permission writing is used, and further verification is handled on the UI side.
{ "$schema":"http://json-schema.org/draft-04/schema#", "type": "string", "description": "RBAC Permission types", "enum": ["write", "provision"] }
Filter for Managed Services
This API allows you to filter all managed services, such as workloads, virtual services, and so on.
Functionality | HTTP | URI |
---|---|---|
Get a list of Virtual Servers |
|
|
Get a specified Virtual Server |
|
|