diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst index c4a7b8d4..4d6aba49 100644 --- a/doc/source/cli/commands.rst +++ b/doc/source/cli/commands.rst @@ -97,3 +97,16 @@ of individual command can be referred by **openstack help **. openstack vnflcm subsc delete Delete subscription. openstack vnflcm subsc list List subscription. openstack vnflcm subsc show Show subscription. + openstack vnffm alarm list List alarm. + openstack vnffm alarm show Show alarm. + openstack vnffm alarm update Update alarm. + openstack vnffm sub create Create FM subscription. + openstack vnffm sub list List FM subscription. + openstack vnffm sub show Show FM subscription. + openstack vnffm sub delete Delete FM subscription. + openstack vnfpm job create Create PM job. + openstack vnfpm job list List PM job. + openstack vnfpm job show Show PM job. + openstack vnfpm job update Update PM job. + openstack vnfpm job delete Delete PM job. + openstack vnfpm report show Show PM report. diff --git a/doc/source/cli/index.rst b/doc/source/cli/index.rst index 4a2c722d..1ebe6f6c 100644 --- a/doc/source/cli/index.rst +++ b/doc/source/cli/index.rst @@ -29,6 +29,8 @@ Operations for ETSI NFV-SOL implementation vnf_package_commands vnflcm_commands + vnffm_commands + vnfpm_commands Operations for Legacy implementation ------------------------------------ diff --git a/doc/source/cli/vnffm_commands.rst b/doc/source/cli/vnffm_commands.rst new file mode 100644 index 00000000..93354f76 --- /dev/null +++ b/doc/source/cli/vnffm_commands.rst @@ -0,0 +1,28 @@ +.. + Licensed under the Apache License, Version 2.0 (the "License"); you may + not use this file except in compliance with the License. You may obtain + a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and limitations + under the License. + +=============== +VNF FM commands +=============== + +VNF FM commands are CLI interface of VNF Fault Management interface in +`ETSI NFV-SOL 002 `_ +and `ETSI NFV-SOL 003 `_. + +.. note:: + Commands only support calling version 2 vnffm APIs. + You can use the commands with **\-\-os-tacker-api-version 2** to + call version 2 vnffm APIs. + +.. autoprogram-cliff:: openstack.tackerclient.v2 + :command: vnffm * diff --git a/doc/source/cli/vnfpm_commands.rst b/doc/source/cli/vnfpm_commands.rst new file mode 100644 index 00000000..89e0d46f --- /dev/null +++ b/doc/source/cli/vnfpm_commands.rst @@ -0,0 +1,28 @@ +.. + Licensed under the Apache License, Version 2.0 (the "License"); you may + not use this file except in compliance with the License. You may obtain + a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and limitations + under the License. + +=============== +VNF PM commands +=============== + +VNF PM commands are CLI interface of VNF Performance Management interface in +`ETSI NFV-SOL 002 `_ +and `ETSI NFV-SOL 003 `_. + +.. note:: + Commands only support calling version 2 vnfpm APIs. + You can use the commands with **\-\-os-tacker-api-version 2** to + call version 2 vnfpm APIs. + +.. autoprogram-cliff:: openstack.tackerclient.v2 + :command: vnfpm *