All REST Endpoints
Admin
APIs for administrative operations.
- Execute HA switchover
- Method: postPath:
/rest/{version}/admin/switchover
- Get the status of last asynchronous request
- Method: getPath:
/rest/{version}/admin/asyncstatus
- Reboot the system
- Method: postPath:
/rest/{version}/admin/reboot
- Refresh internal tasks
- Method: postPath:
/rest/{version}/admin/refresh/{task}
- Show the next hop for a specific route
- Method: getPath:
/rest/{version}/admin/test/lrt
Authentication
API for authorization. In this release, the only operation supported is the request (or re-request) of an authorization token, which the client must supply in all subsequent requests.
- Request an access token
- Method: postPath:
/rest/{version}/auth/token
Certificates
APIs related to certificate management. GET requests can be made by a REST client without the configuration lock. But a REST client must possess the configuration lock before making PUT requests either to generate a certificate signing request (CSR) or to import a certificate.
- Generates certificate signing request (CSR) for a certificate-record
- Method: putPath:
/rest/{version}/configuration/certificates/generateRequest
- Get certificate details
- Method: getPath:
/rest/{version}/configuration/certificates
- Import a CA-signed certificate
- Method: putPath:
/rest/{version}/configuration/certificates/import
Configuration
APIs affecting configuration elements. GET requests can be made by a client without the configuration lock, but any configuration request that changes the system configuration in any way—including saving, restoring, or activating it, plus POST, PUT, and DELETE—requires the REST client to first possess the configuration lock. Acquiring and releasing the lock are themselves both considered configuration operations.
- Add a single configuration element instance
- Method: postPath:
/rest/{version}/configuration/configElements
- Delete a configuration element and all its references
- Method: deletePath:
/rest/{version}/configuration/configReferences
- Delete a single configuration element instance
- Method: deletePath:
/rest/{version}/configuration/configElements
- Get a list of all supported configuration element types
- Method: getPath:
/rest/{version}/configuration/elementTypes
- Get a template instance for a configuration element or sub-element type
- Method: getPath:
/rest/{version}/configuration/elementTypes/template
- Get one or more configuration element instances
- Method: getPath:
/rest/{version}/configuration/configElements
- Get the boot parameters
- Method: getPath:
/rest/{version}/configuration/bootparams
- Get the metadata for a configuration element type
- Method: getPath:
/rest/{version}/configuration/elementTypes/metadata
- Lock the configuration
- Method: postPath:
/rest/{version}/configuration/lock
- Unlock the configuration
- Method: postPath:
/rest/{version}/configuration/unlock
- Update a single configuration element instance
- Method: putPath:
/rest/{version}/configuration/configElements
- Update the boot parameters
- Method: putPath:
/rest/{version}/configuration/bootparams
Configuration Management
APIs related to management of configuration and configuration files.
- Back up or activate a configuration
- Method: postPath:
/rest/{version}/configuration/management
- Delete current configuration
- Method: deletePath:
/rest/{version}/configuration/management
- Delete saved backup configuration files
- Method: deletePath:
/rest/{version}/configuration/management/files
- Get current and running configuration versions
- Method: getPath:
/rest/{version}/configuration/versions
- Get list of saved backup configuration files
- Method: getPath:
/rest/{version}/configuration/management/files
- Save, verify or restore a configuration
- Method: putPath:
/rest/{version}/configuration/management
Statistics
APIs related to statistics, KPIs, and metrics.
- Discover available KPI types or get the KPI schema for a type.
- Method: getPath:
/rest/{version}/statistics/kpiTypes
- Get current HDR collections status
- Method: getPath:
/rest/{version}/statistics/collections
- Get KPI data
- Method: getPath:
/rest/{version}/statistics/kpis
- Purge collected HDR files
- Method: deletePath:
/rest/{version}/statistics/collections
- Start, stop or restart HDR collection
- Method: putPath:
/rest/{version}/statistics/collections
System
System level APIs.
- Add a license
- Method: postPath:
/rest/{version}/system/features
- Delete a license
- Method: deletePath:
/rest/{version}/system/features
- Get features, licenses and product information
- Method: getPath:
/rest/{version}/system/features
- Get file system storage space information
- Method: getPath:
/rest/{version}/system/storage
- Get hardware entity information
- Method: getPath:
/rest/{version}/system/hardware
- Get system information
- Method: getPath:
/rest/{version}/system/information
- Get system status information
- Method: getPath:
/rest/{version}/system/status
- Get system version information
- Method: getPath:
/rest/{version}/system/version
- Set up product type or entitlements
- Method: putPath:
/rest/{version}/system/features
api
APIs to retrieve information about the REST API itself.
- Get supported REST API versions
- Method: getPath:
/rest/api/supportedversions