qacli validate projects

Configure and interact with the Validate server.

Usage

projects  {-L} [-x] [-U <[protocol://]host:port>] [--] [-h]

Extended Description

Projects reside on a Validate server. It is possible to query the server and retrieve details of these projects.

Options

Name, shorthand Default Description
‑‑exclude‑streams, ‑x   Exclude any streams from the output.
‑‑help, ‑h   Displays usage information and exits.
‑‑ignore‑rest, ‑‑   Ignores the rest of the labeled arguments following this flag.
‑‑list, ‑L  

List all the projects on the Validate server.

‑‑url, ‑U  

URL of the results server. By default the http protocol is assumed.

Examples include: localhost:80, 127.0.0.1:8080, https://prometheus:8888

Examples

List Projects and Streams on the Validate Server

To list all projects and streams on a Validate server, prometheus, running on port 8888:

qacli validate projects --url prometheus:8888 --list

List Only Projects on the Validate Server

To list all projects on the Validate server, prometheus, running on port 8888:

qacli validate projects --url prometheus:8888 --list --exclude-streams