Query an instance created previously |
POST |
/cloud/query |
||
|
|
|
|
|
Implementation Notes |
|
|
|
|
Execute a query in a specific instance. The result of the query is in tab separated value (tsv) format. If you don't specify the instance version the version will default to the current version. |
|
|
||
Parameters |
|
|
|
|
Parameter |
|
Description |
Parameter Type |
Data Type |
instanceName |
|
Name of the instance. Alphanumeric string: [A-Za-z0-9-_]+. |
form |
string |
version |
|
Version of the instance. A string Vx where x is an integer greater than 0 and represent the number of version. |
form |
string |
query |
|
String query. A string representing the object to be queried. It must have the header of the file and the data of the object. The header and the data are separated by '\n' (end of line) and each column of header and data is separated by '\t' (tab). Example: 'a\tb\n1\t2'. |
form |
string |
user |
|
user's authentication |
header (authorization) |
basic authentication |
Query An Instance Created Previously
- Updated
Comments
0 comments
Please sign in to leave a comment.