Plugin Commands

Note: To see the complete syntax for the plugin commands, see the CLI_Ref

  • application_catalog –
  • congressclient –
  • dns –
  • key_manager –
  • orchestration –

aodh

barbican

acl_delete

Delete ACLs for a secret or container as identified by its href.

acl_get

Retrieve ACLs for a secret or container by providing its href.

acl_submit

Submit ACL on a secret or container as identified by its href.

acl_user_add

Add ACL users to a secret or container as identified by its href.

acl_user_remove

Remove ACL users from a secret or container as identified by its href.

ca_get

Retrieve a CA by providing its URI.

ca_list

List cas.

secret_container_create

Store a container in Barbican.

secret_container_delete

Delete a container by providing its href.

secret_container_get

Retrieve a container by providing its URI.

secret_container_list

List containers.

secret_delete

Delete a secret by providing its URI.

secret_get

Retrieve a secret by providing its URI.

secret_list

List secrets.

secret_order_create

Create a new order.

secret_order_delete

Delete an order by providing its href.

secret_order_get

Retrieve an order by providing its URI.

secret_order_list

List orders.

secret_store

Store a secret in Barbican.

secret_update

Update a secret with no payload in Barbican.

congress

congress_datasource_actions_show

List supported actions for datasource.

congress_datasource_create

Create a datasource.

congress_datasource_delete

Delete a datasource.

congress_datasource_list

List Datasources.

congress_datasource_request-refresh

Trigger a datasource to poll.

congress_datasource_row_list

List datasource rows.

congress_datasource_row_update

Update rows to a datasource table.

congress_datasource_schema_show

Show schema for datasource.

congress_datasource_status_show

List status for datasource.

congress_datasource_table_list

List datasource tables.

congress_datasource_table_schema_show

Show schema for datasource table.

congress_datasource_table_show

Show Datasource Table properties.

congress_driver_config_show

List driver tables.

congress_driver_list

List drivers.

congress_driver_schema_show

List datasource tables.

congress_policy_create

Create a policy.

congress_policy_delete

Delete a policy.

congress_policy_list

List Policy.

congress_policy_row_list

List policy rows.

congress_policy_rule_create

Create a policy rule.

congress_policy_rule_delete

Delete a policy rule.

congress_policy_rule_list

List policy rules.

congress_policy_rule_show

Show a policy rule.

congress_policy_show

Show policy properties.

congress_policy_simulate

Show the result of simulation.

congress_policy_table_list

List policy tables.

congress_policy_table_show

Show policy table properties.

congress_version_list

List API Versions.

designate

heat

orchestration_build_info

Retrieve build information.

orchestration_resource_type_list

List resource types.

orchestration_resource_type_show

Show details and optionally generate a template for a resource type.

orchestration_service_list

List the Heat engines.

orchestration_template_function_list

List the available functions.

orchestration_template_validate

Validate a template

orchestration_template_version_list

List the available template versions.

software_config_create

Create software config

software_config_delete

Delete software configs

software_config_list

List software configs

software_config_show

Show software config details

software_deployment_create

Create a software deployment.

software_deployment_delete

Delete software deployment(s) and correlative config(s).

software_deployment_list

List software deployments.

software_deployment_metadata_show

Get deployment configuration metadata for the specified server.

software_deployment_output_show

Show a specific deployment output.

software_deployment_show

Show SoftwareDeployment Details.

stack_abandon

Abandon stack and output results.

stack_adopt

Adopt a stack.

stack_cancel

Cancel current task for a stack.

Supported tasks for cancellation: * update

stack_check

Check a stack.

stack_create

Create a stack.

stack_delete

Delete stack(s).

stack_environment_show

Show a stack’s environment.

stack_event_list

List events.

stack_event_show

Show event details.

stack_failures_list

Show information about failed stack resources.

stack_file_list

Show a stack’s files map.

stack_hook_clear

Clear resource hooks on a given stack.

stack_hook_poll

List resources with pending hook for a stack.

stack_list

List stacks.

stack_output_list

List stack outputs.

stack_output_show

Show stack output.

stack_resource_list

List stack resources.

stack_resource_mark_unhealthy

Set resource’s health.

stack_resource_metadata

Show resource metadata

stack_resource_show

Display stack resource.

stack_resource_signal

Signal a resource with optional data.

stack_resume

Resume a stack.

stack_show

Show stack details.

stack_snapshot_create

Create stack snapshot.

stack_snapshot_delete

Delete stack snapshot.

stack_snapshot_list

List stack snapshots.

stack_snapshot_restore

Restore stack snapshot

stack_snapshot_show

Show stack snapshot.

stack_suspend

Suspend a stack.

stack_template_show

Display stack template.

stack_update

Update a stack.

ironic

ironic-inspector

mistral

murano

category_create

Create a category.

category_delete

Delete a category.

category_list

List all available categories.

category_show

Display category details.

class-schema

Show class schema.

deployment_list

List deployments for an environment.

environment_apps_edit

Edit environment’s object model.

FILE is path to a file, that contains jsonpatch, that describes changes to be made to environment’s object-model.

[
{ “op”: “add”, “path”: “/-”,
“value”: { ... your-app object model here ... }

}, { “op”: “replace”, “path”: “/0/?/name”,

“value”: “new_name”

},

]

NOTE: Values ‘===id1===’, ‘===id2===’, etc. in the resulting object-model will be substituted with uuids.

For more info on jsonpatch see RFC 6902

environment_create

Create an environment.

environment_delete

Delete an environment.

environment_deploy

Start deployment of a murano environment session.

environment_list

Lists environments

environment_rename

Rename an environment.

environment_session_create

Creates a new configuration session for environment ID.

environment_show

Display environment details

package_create

Create an application package.

static-action_call

Call static method of the MuranoPL class.

neutron

sahara

searchlight

senlin

zaqar

Table Of Contents

Previous topic

Plugins

Next topic

Authentication

This Page