Control Service Point v4 instances and the applications that are configured to specified Service Point v4 instances.
Resource URL | Authorization | Description |
/user/api/v1/servicePoints (GET) | System Admin, Admin | Retrieves information about Service Point v4 instances that have been registered. |
/user/api/v1/servicePoints (POST) | System Admin, Admin | Creates a service point. |
/user/api/v1/servicePointMinimumConfig (POST) | System Admin, Admin | Creates a service point with minimal configurations for provisioning Service Point v4 instances on Cisco ENCS devices. |
/user/api/v1/servicePoints/images (GET) | System Admin, Admin | Returns a list of available versions of Service Point v4 images. |
/user/api/v1/servicePoints/versions (GET) | System Admin, Admin | Returns a list of available service point updates and the minimum required version that a service point must be running to apply each update. |
/user/api/v1/servicePoints/{id} (GET) | System Admin, Admin | Returns information about a specific service point that has been registered based on the ID of the service point. |
/user/api/v1/servicePoints/{id} (PATCH) | System Admin, Admin | Updates a specific Service Point v4 instance to a given semantic version. |
/user/api/v1/servicePoints/{id} (DELETE) | System Admin, Admin | Deletes a specified service point. |
/user/api/v1/servicePoints/{id}/settings (PATCH) | System Admin, Admin | Updates the settings of a specified Service Point v4 based on the ID of the service point. |