Show TOC

View a List of Workspaces in a ClusterLocate this document in the navigation structure

Use this REST request to retrieve a list of available workspaces in a cluster. This REST request is a GET type request.

Syntax
GET
http://serverDetails/espws/restservice/workspaces
HEADER
authorization: Basic <auth-data>
<auth-data> is base64-encoded authorization data.
Example
GET
http://localhost:9091/espws/restservice/workspaces
HEADER
authorization: Basic c3R1ZGlvOnN5YmFzZQ==