Post Datastore Query 1

Post Datastore Query 1

Post a datastore query

Request
URI
POST
https://{api_host}/v1/clusters/{id}/datastores/queries
COPY
Path Parameters
string
id
Required

Cluster ID


Request Body
DatastoreCriterion of type(s) application/json
Required
{
    "name": "One among: VSAN_REMOTE_DATASTORES",
    "arguments": {
        "arguments": "string"
    },
    "description": "string"
}
string
name
Optional

Name of the criterion for querying datastores

object
arguments
Optional

Arguments required for a particular criterion

string
description
Optional

Description of the criterion

Responses
200

Ok

Returns DatastoreQueryResponse of type(s) application/json
"DatastoreQueryResponse Object"
object
queryInfo
Optional

Represents the query info.

object
result
Optional

Represents a page of elements of a single type


400

Bad Request

Returns Error of type(s) application/json
"Error Object"
string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

object
context
Optional

The error context (e.g. the component where it occurred).

string
message
Optional

The localized error message

string
remediationMessage
Optional

The localized remediation error message

array of object
causes
Optional

The underlying cause exceptions.

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.


500

InternalServerError

Returns Error of type(s) application/json
"Error Object"
string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

object
context
Optional

The error context (e.g. the component where it occurred).

string
message
Optional

The localized error message

string
remediationMessage
Optional

The localized remediation error message

array of object
causes
Optional

The underlying cause exceptions.

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/v1/clusters/{id}/datastores/queries