GET /ariel/databases
Retrieves a list of available Ariel database names
Retrieves a list of available Ariel databases.
| MIME Type | 
|---|
application/json  | 
| Parameter | Type | Optionality | Data Type | MIME Type | Description | 
|---|---|---|---|---|---|
Range  | 
header  | 
Optional  | 
String  | 
text/plain  | 
Optional - Use this parameter to restrict the number of elements that are returned in the list to a specified range. The list is indexed starting at zero.  | 
filter  | 
query  | 
Optional  | 
String  | 
text/plain  | 
Optional - This parameter is used to restrict the elements in a list base on the contents of various fields.  | 
| HTTP Response Code | Unique Code | Description | 
|---|---|---|
200  | 
The database list was retrieved.  | 
Response Description
The names of the available Ariel databases.
Response Sample
[
    "String"
]