Control Fleet Service Points and the applications that are configured to specified Fleet Service Points.
Resource URL | Authorization | Description |
/api/v1/fleetInstances (GET) | System Admin, Admin | Retrieves information about Fleet Service Points that have been registered. |
/api/v1/fleetInstances (POST) | System Admin, Admin | Creates a Fleet Service Point. |
/api/v1/fleetInstanceMinimumConfig (POST) | System Admin, Admin | Creates a Fleet Service Point with minimal configurations for provisioning Fleet Service Points on Cisco ENCS devices. |
/api/v1/fleetInstances/versions (GET) | System Admin, Admin | Returns a list of available Fleet Service Point updates and the minimum required version that a Fleet Service Point must be running to apply each update. |
/api/v1/fleetInstances/{id} (GET) | System Admin, Admin | Returns information about a specific Fleet Service Point that has been registered based on the ID of the Fleet Service Point |
/api/v1/fleetInstances/{id} (DELETE) | System Admin, Admin | Deletes a specified Fleet Service Point. |
/api/v1/fleetInstances/{id}/applications (GET) | System Admin, Admin | Retrieves a list of services deployed to a specified Fleet Service Point. |
/api/v1/fleetInstances/{id}/settings (PATCH) | System Admin, Admin | Updates the name and description of a specified Fleet Service Point. |