Merge "Update CLI reference for python-ceilometerclient 1.3.0"
This commit is contained in:
commit
d57a400a7a
@ -15,7 +15,7 @@
|
||||
interface (CLI) for the Telemetry API and its extensions.
|
||||
|
||||
This chapter documents <command>ceilometer</command> version
|
||||
<literal>1.2.0</literal>.
|
||||
<literal>1.3.0</literal>.
|
||||
</para>
|
||||
|
||||
<para>For help on a specific <command>ceilometer</command>
|
||||
@ -292,6 +292,14 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>sample-create-list</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Create a sample list.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>sample-list</command></term>
|
||||
<listitem>
|
||||
@ -3062,6 +3070,23 @@ Create a sample.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="ceilometerclient_subcommand_sample-create-list">
|
||||
<title>ceilometer sample-create-list</title>
|
||||
<screen><computeroutput>usage: ceilometer sample-create-list <SAMPLES_LIST></computeroutput></screen>
|
||||
<para>
|
||||
Create a sample list.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><SAMPLES_LIST></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Json array with samples to create.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="ceilometerclient_subcommand_sample-list">
|
||||
|
Loading…
Reference in New Issue
Block a user