This section explains how to use the qq raw command.

Description

Issue an HTTP request to a Qumulo REST endpoint. Content for modifying requests (i.e. PATCH, POST, and PUT) can be provided on stdin. Output is provided on stdout.

Usage

qq raw [-h] [--content-type {application/json,application/octet-stream}] {DELETE,GET,PATCH,POST,PUT} url

Flags

Flag Name Required Description
--content-type No Content MIME type. Use application/octet-stream for binary input. (Default: application/json)

Positional Options

Option Name Description
method HTTP method. PATCH, POST, and PUT accept input on stdin
url REST endpoint (e.g. /v1/ad/join)