Skip to main content

REST APIs for 24.2.20 and 24.2.10

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

[api_version][org_href]/sec_policy/:version/virtual_servers

Get a specified Virtual Server

GET

[api_version][org_href]/sec_policy/:version/virtual_servers/:uuid