Chapter 14. Data processing command-line client


The sahara client is the command-line interface (CLI) for the Data procesing API and its extensions. This chapter documents sahara version 0.8.0.
For help on a specific sahara command, enter:
$ sahara help COMMAND
Copy to Clipboard Toggle word wrap

14.1. sahara usage

usage: sahara [--version] [--debug] [--os-cache] [--service-type <service-type>] [--endpoint-type <endpoint-type>] [--sahara-api-version <sahara-api-ver>] [--bypass-url <bypass-url>] [--os-tenant-name OS_TENANT_NAME] [--os-tenant-id OS_TENANT_ID] [--os-auth-system OS_AUTH_SYSTEM] [--os-auth-token OS_AUTH_TOKEN] [--insecure] [--os-cacert <ca-certificate>] [--os-cert <certificate>] [--os-key <key>] [--timeout <seconds>] [--os-auth-url OS_AUTH_URL] [--os-domain-id OS_DOMAIN_ID] [--os-domain-name OS_DOMAIN_NAME] [--os-project-id OS_PROJECT_ID] [--os-project-name OS_PROJECT_NAME] [--os-project-domain-id OS_PROJECT_DOMAIN_ID] [--os-project-domain-name OS_PROJECT_DOMAIN_NAME] [--os-trust-id OS_TRUST_ID] [--os-user-id OS_USER_ID] [--os-user-name OS_USERNAME] [--os-user-domain-id OS_USER_DOMAIN_ID] [--os-user-domain-name OS_USER_DOMAIN_NAME] [--os-password OS_PASSWORD] <subcommand> ...
Copy to Clipboard Toggle word wrap

Subcommands

cluster-create
Create a cluster.
cluster-delete
Delete a cluster.
cluster-list
Print a list of available clusters.
cluster-show
Show details of a cluster.
cluster-template-create
Create a cluster template.
cluster-template-delete
Delete a cluster template.
cluster-template-list
Print a list of available cluster templates.
cluster-template-show
Show details of a cluster template.
data-source-create
Create a data source that provides job input or receives job output.
data-source-delete
Delete a data source.
data-source-list
Print a list of available data sources.
data-source-show
Show details of a data source.
event-list
Show events of a cluster.
image-add-tag
Add a tag to an image.
image-list
Print a list of available images.
image-register
Register an image from the Image index.
image-remove-tag
Remove a tag from an image.
image-show
Show details of an image.
image-unregister
Unregister an image.
job-binary-create
Record a job binary.
job-binary-data-create
Store data in the internal DB. Use 'swift upload' instead of this command. Use this command only if Swift is not available.
job-binary-data-delete
Delete an internally stored job binary data.
job-binary-data-list
Print a list of internally stored job binary data.
job-binary-delete
Delete a job binary.
job-binary-list
Print a list of job binaries.
job-binary-show
Show details of a job binary.
job-create
Create a job.
job-delete
Delete a job.
job-list
Print a list of jobs.
job-show
Show details of a job.
job-template-create
Create a job template.
job-template-delete
Delete a job template.
job-template-list
Print a list of job templates.
job-template-show
Show details of a job template.
node-group-template-create
Create a node group template.
node-group-template-delete
Delete a node group template.
node-group-template-list
Print a list of available node group templates.
node-group-template-show
Show details of a node group template.
plugin-list
Print a list of available plugins.
plugin-show
Show details of a plugin.
bash-completion
Prints arguments for bash-completion. Prints all of the commands and options to stdout so that the sahara.bash_completion script doesn't have to hard code them.
help
Display help about this program or one of its subcommands.

14.2. sahara optional arguments

--version
show program's version number and exit
--debug
Print debugging output.
--os-cache
Use the auth token cache. Defaults to False if env[OS_CACHE] is not set.
--service-type <service-type>
Defaults to data-processing for all actions.
--endpoint-type <endpoint-type>
Defaults to env[SAHARA_ENDPOINT_TYPE] or publicURL.
--sahara-api-version <sahara-api-ver>
Accepts "api", defaults to env[SAHARA_API_VERSION].
--bypass-url <bypass-url>
Use this API endpoint instead of the Service Catalog.
--os-tenant-name OS_TENANT_NAME
Defaults to env[OS_TENANT_NAME].
--os-tenant-id OS_TENANT_ID
Defaults to env[OS_TENANT_ID].
--os-auth-system OS_AUTH_SYSTEM
Defaults to env[OS_AUTH_SYSTEM].
--os-auth-token OS_AUTH_TOKEN
Defaults to env[OS_AUTH_TOKEN].
--insecure
Explicitly allow client to perform "insecure" TLS (https) requests. The server's certificate will not be verified against any certificate authorities. This option should be used with caution.
--os-cacert <ca-certificate>
Specify a CA bundle file to use in verifying a TLS (https) server certificate. Defaults to env[OS_CACERT].
--os-cert <certificate>
Defaults to env[OS_CERT].
--os-key <key>
Defaults to env[OS_KEY].
--timeout <seconds>
Set request timeout (in seconds).
--os-auth-url OS_AUTH_URL
Authentication URL
--os-domain-id OS_DOMAIN_ID
Domain ID to scope to
--os-domain-name OS_DOMAIN_NAME
Domain name to scope to
--os-project-id OS_PROJECT_ID
Project ID to scope to
--os-project-name OS_PROJECT_NAME
Project name to scope to
--os-project-domain-id OS_PROJECT_DOMAIN_ID
Domain ID containing project
--os-project-domain-name OS_PROJECT_DOMAIN_NAME
Domain name containing project
--os-trust-id OS_TRUST_ID
Trust ID
--os-user-id OS_USER_ID
User ID
--os-user-name OS_USERNAME, --os-username OS_USERNAME
Username
--os-user-domain-id OS_USER_DOMAIN_ID
User's domain id
--os-user-domain-name OS_USER_DOMAIN_NAME
User's domain name
--os-password OS_PASSWORD
User's password

14.3. sahara cluster-create

usage: sahara cluster-create [--json JSON]
Copy to Clipboard Toggle word wrap
Create a cluster.

Optional arguments

--json JSON JSON
representation of cluster.

14.4. sahara cluster-delete

usage: sahara cluster-delete [--name NAME] [--id <cluster_id>]
Copy to Clipboard Toggle word wrap
Delete a cluster.

Optional arguments

--name NAME
Name of the cluster.
--id <cluster_id> ID
of the cluster to delete.

14.5. sahara cluster-list

usage: sahara cluster-list
Copy to Clipboard Toggle word wrap
Print a list of available clusters.

14.6. sahara cluster-show

usage: sahara cluster-show [--name NAME] [--id <cluster_id>] [--json]
Copy to Clipboard Toggle word wrap
Show details of a cluster.

Optional arguments

--name NAME
Name of the cluster.
--id <cluster_id> ID
of the cluster to show.
--json
Print JSON representation of the cluster.

14.7. sahara cluster-template-create

usage: sahara cluster-template-create [--json JSON]
Copy to Clipboard Toggle word wrap
Create a cluster template.

Optional arguments

--json JSON JSON
representation of cluster template.

14.8. sahara cluster-template-delete

usage: sahara cluster-template-delete [--name NAME] [--id <template_id>]
Copy to Clipboard Toggle word wrap
Delete a cluster template.

Optional arguments

--name NAME
Name of the cluster template.
--id <template_id> ID
of the cluster template to delete.

14.9. sahara cluster-template-list

usage: sahara cluster-template-list
Copy to Clipboard Toggle word wrap
Print a list of available cluster templates.

14.10. sahara cluster-template-show

usage: sahara cluster-template-show [--name NAME] [--id <template_id>] [--json]
Copy to Clipboard Toggle word wrap
Show details of a cluster template.

Optional arguments

--name NAME
Name of the cluster template.
--id <template_id> ID
of the cluster template to show.
--json
Print JSON representation of cluster template.

14.11. sahara data-source-create

usage: sahara data-source-create --name NAME --type TYPE --url URL [--description DESCRIPTION] [--user USER] [--password PASSWORD]
Copy to Clipboard Toggle word wrap
Create a data source that provides job input or receives job output.

Optional arguments

--name NAME
Name of the data source.
--type TYPE
Type of the data source.
--url URL URL
for the data source.
--description DESCRIPTION
Description of the data source.
--user USER
Username for accessing the data source URL.
--password PASSWORD
Password for accessing the data source URL.

14.12. sahara data-source-delete

usage: sahara data-source-delete [--name NAME] [--id ID]
Copy to Clipboard Toggle word wrap
Delete a data source.

Optional arguments

--name NAME
Name of the data source.
--id ID ID
of data source to delete.

14.13. sahara data-source-list

usage: sahara data-source-list
Copy to Clipboard Toggle word wrap
Print a list of available data sources.

14.14. sahara data-source-show

usage: sahara data-source-show [--name NAME] [--id ID]
Copy to Clipboard Toggle word wrap
Show details of a data source.

Optional arguments

--name NAME
Name of the data source.
--id ID ID
of the data source.

14.15. sahara event-list

usage: sahara event-list [--name <cluster_name>] [--id <cluster_id>] [--step <step_id>]
Copy to Clipboard Toggle word wrap
Show events of a cluster.

Optional arguments

--name <cluster_name>
Name of the cluster to show events.
--id <cluster_id> ID
of the cluster to show events.
--step <step_id> ID
of provision step to show events.

14.16. sahara image-add-tag

usage: sahara image-add-tag [--name NAME] [--id <image_id>] --tag <tag>
Copy to Clipboard Toggle word wrap
Add a tag to an image.

Optional arguments

--name NAME
Name of the image.
--id <image_id> ID
of image to tag.
--tag <tag>
Tag to add.

14.17. sahara image-list

usage: sahara image-list
Copy to Clipboard Toggle word wrap
Print a list of available images.

14.18. sahara image-register

usage: sahara image-register --id <image_id> [--username <name>] [--description <desc>]
Copy to Clipboard Toggle word wrap
Register an image from the Image index.

Optional arguments

--id <image_id> ID
of image, run "glance image-list" to see all IDs.
--username <name>
Username of privileged user in the image.
--description <desc>
Description of the image.

14.19. sahara image-remove-tag

usage: sahara image-remove-tag [--name NAME] [--id <image_id>] --tag <tag>
Copy to Clipboard Toggle word wrap
Remove a tag from an image.

Optional arguments

--name NAME
Name of the image.
--id <image_id>
Image to tag.
--tag <tag>
Tag to remove.

14.20. sahara image-show

usage: sahara image-show [--name NAME] [--id <image_id>]
Copy to Clipboard Toggle word wrap
Show details of an image.

Optional arguments

--name NAME
Name of the image.
--id <image_id> ID
of the image.

14.21. sahara image-unregister

usage: sahara image-unregister [--name NAME] [--id <image_id>]
Copy to Clipboard Toggle word wrap
Unregister an image.

Optional arguments

--name NAME
Name of the image.
--id <image_id> ID
of image to unregister.

14.22. sahara job-binary-create

usage: sahara job-binary-create --name NAME --url URL [--description DESCRIPTION] [--user USER] [--password PASSWORD]
Copy to Clipboard Toggle word wrap
Record a job binary.

Optional arguments

--name NAME
Name of the job binary.
--url URL URL
for the job binary.
--description DESCRIPTION
Description of the job binary.
--user USER
Username for accessing the job binary URL.
--password PASSWORD
Password for accessing the job binary URL.

14.23. sahara job-binary-data-create

usage: sahara job-binary-data-create [--file FILE]
Copy to Clipboard Toggle word wrap
Store data in the internal DB. Use 'swift upload' instead of this command. Use this command only if Swift is not available.

Optional arguments

--file FILE
Data to store.

14.24. sahara job-binary-data-delete

usage: sahara job-binary-data-delete --id ID
Copy to Clipboard Toggle word wrap
Delete an internally stored job binary data.

Optional arguments

--id ID ID
of internally stored job binary data.

14.25. sahara job-binary-data-list

usage: sahara job-binary-data-list
Copy to Clipboard Toggle word wrap
Print a list of internally stored job binary data.

14.26. sahara job-binary-delete

usage: sahara job-binary-delete [--name NAME] [--id ID]
Copy to Clipboard Toggle word wrap
Delete a job binary.

Optional arguments

--name NAME
Name of the job binary.
--id ID ID
of the job binary to delete.

14.27. sahara job-binary-list

usage: sahara job-binary-list
Copy to Clipboard Toggle word wrap
Print a list of job binaries.

14.28. sahara job-binary-show

usage: sahara job-binary-show [--name NAME] [--id ID]
Copy to Clipboard Toggle word wrap
Show details of a job binary.

Optional arguments

--name NAME
Name of the job binary.
--id ID ID
of the job binary.

14.29. sahara job-create

usage: sahara job-create --job-template JOB_TEMPLATE --cluster CLUSTER [--input-data INPUT_DATA] [--output-data OUTPUT_DATA] [--param name=value] [--arg ARG] [--config name=value]
Copy to Clipboard Toggle word wrap
Create a job.

Optional arguments

--job-template JOB_TEMPLATE
ID of the job template to run.
--cluster CLUSTER ID
of the cluster to run the job in.
--input-data INPUT_DATA
ID of the input data source.
--output-data OUTPUT_DATA
ID of the output data source.
--param
name=value Parameters to add to the job, repeatable.
--arg ARG
Arguments to add to the job, repeatable.
--config
name=value Config parameters to add to the job, repeatable.

14.30. sahara job-delete

usage: sahara job-delete --id ID
Copy to Clipboard Toggle word wrap
Delete a job.

Optional arguments

--id ID ID
of a job.

14.31. sahara job-list

usage: sahara job-list
Copy to Clipboard Toggle word wrap
Print a list of jobs.

14.32. sahara job-show

usage: sahara job-show --id ID
Copy to Clipboard Toggle word wrap
Show details of a job.

Optional arguments

--id ID ID
of the job.

14.33. sahara job-template-create

usage: sahara job-template-create --name NAME --type TYPE [--main MAIN] [--lib LIB] [--description DESCRIPTION]
Copy to Clipboard Toggle word wrap
Create a job template.

Optional arguments

--name NAME
Name of the job template.
--type TYPE
Type of the job template.
--main MAIN ID
for job's main job-binary.
--lib LIB ID
of job's lib job-binary, repeatable.
--description DESCRIPTION
Description of the job template.

14.34. sahara job-template-delete

usage: sahara job-template-delete [--name NAME] [--id ID]
Copy to Clipboard Toggle word wrap
Delete a job template.

Optional arguments

--name NAME
Name of the job template.
--id ID ID
of the job template.

14.35. sahara job-template-list

usage: sahara job-template-list
Copy to Clipboard Toggle word wrap
Print a list of job templates.

14.36. sahara job-template-show

usage: sahara job-template-show [--name NAME] [--id ID]
Copy to Clipboard Toggle word wrap
Show details of a job template.

Optional arguments

--name NAME
Name of the job template.
--id ID ID
of the job template.

14.37. sahara node-group-template-create

usage: sahara node-group-template-create [--json JSON]
Copy to Clipboard Toggle word wrap
Create a node group template.

Optional arguments

--json JSON JSON
representation of node group template.

14.38. sahara node-group-template-delete

usage: sahara node-group-template-delete [--name NAME] [--id <template_id>]
Copy to Clipboard Toggle word wrap
Delete a node group template.

Optional arguments

--name NAME
Name of the node group template.
--id <template_id> ID
of the node group template to delete.

14.39. sahara node-group-template-list

usage: sahara node-group-template-list
Copy to Clipboard Toggle word wrap
Print a list of available node group templates.

14.40. sahara node-group-template-show

usage: sahara node-group-template-show [--name NAME] [--id <template_id>] [--json]
Copy to Clipboard Toggle word wrap
Show details of a node group template.

Optional arguments

--name NAME
Name of the node group template.
--id <template_id> ID
of the node group template to show.
--json
Print JSON representation of node group template.

14.41. sahara plugin-list

usage: sahara plugin-list
Copy to Clipboard Toggle word wrap
Print a list of available plugins.

14.42. sahara plugin-show

usage: sahara plugin-show --name <plugin>
Copy to Clipboard Toggle word wrap
Show details of a plugin.

Optional arguments

--name <plugin>
Name of the plugin.
Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2025 Red Hat