python-pankoclient/doc/source/osc_integrated_commands.rst
Tovin Seven 17cef5ac87 Update documentation URLs
Update this according to document migration.

Change-Id: Ie0252d8852e08e5f981d755047bca0c35cfc929b
2017-07-17 10:35:28 +00:00

1.1 KiB

The OSC CLI plugins

This program provides a set of event related commands which are performed by

OSC openstack program. The OpenStackClient project provide a plugin

mechanism which supports loading other external projects' commands from clients library entry points.

The event related commands begin with openstack event in openstack command tool.

To configure the environment variables, see openstack program.

Examples

List the capabilities of event interfaces:

openstack event capabilities list

List the events:

openstack event list

Show an event:

openstack event show <MESSAGE_ID>

List event types:

openstack event type list

List trait values of a specified event type and a trait name:

openstack event traits list <EVENT_TYPE> <TRAIT_NAME>

List traits definitions for a specified event type:

openstack event trait description <EVENT_TYPE>