Subscription ============ For help on a specific :command:`openstack messaging subscription` command, enter: .. code-block:: console $ openstack messaging subscription COMMAND -h/--help The ten commands: .. code-block:: console messaging subscription create messaging subscription delete messaging subscription list messaging subscription show messaging subscription update .. _openstack_messaging_subscription_create: openstack messaging subscription create --------------------------------------- .. code-block:: console usage: openstack messaging subscription create [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--noindent] [--prefix PREFIX] [--options ] Create a subscription. **Positional arguments:** ```` Name of the queue. ```` Subscriber which will be notified. ```` Time to live of the subscription in seconds. .. _openstack_messaging_subscription_delete: openstack messaging subscription delete --------------------------------------- .. code-block:: console usage: openstack messaging subscription delete [-h] Delete a subscription. **Positional arguments:** ```` Name of the queue. ```` ID of the subscription. .. _openstack_messaging_subscription_list: openstack messaging subscription list ------------------------------------- .. code-block:: console usage: openstack messaging subscription list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN] [--max-width ] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--marker ] [--limit ] Get list of subscriptions. **Positional arguments:** ```` Name of the queue. .. _openstack_messaging_subscription_show: openstack messaging subscription show ------------------------------------- .. code-block:: console usage: openstack messaging subscription show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--noindent] [--prefix PREFIX] Query a subscription details. **Positional arguments:** ```` Name of the queue. ```` ID of the subscription. .. _openstack_messaging_subscription_update: openstack messaging subscription update --------------------------------------- .. code-block:: console usage: openstack messaging subscription update [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--noindent] [--prefix PREFIX] [--subscriber ] [--ttl ] [--options ] Update a subscription. **Positional arguments:** ```` Name of the queue. ```` ID of the subscription **Optional arguments:** ``--subscriber `` Subscriber which will be notified. ``--ttl `` Time to live of the subscription in seconds. ``--options `` Metadata of the subscription in JSON format.