/list API Reference
The /list
API enables you to list high-level configuration information about a V‑Spark installation. The API provides the names of items within the configuration of a V‑Spark installation and does not include the detailed configuration information that the /config
API's GET
method provides. The /list
API does not support any REST method other than GET
.
When calling the /list
API, you must provide an authorization token which proves that you are authorized to perform that operation. For information about the authorization tokens that you can provide for use with the V‑Spark API, see V‑Spark API Permission Requirements.
The next few sections explain the capabilities of the /list
API. Information about the /status
API is provided in /status API Reference, which contains both reference information and examples of using those APIs from both the command-line (via cURL) and in Python applications. Information about the /search
API is provided in /search API Reference.