Files
tacker/api-ref/source/v2/parameters_fault_notification.yaml
Yuta Kazato bb16f78280 Update docs of User guide and API reference
This patch provides the following User guide and
API documentation updates (fixes) in Tacker Antelope.

User doc:
* Update current support v2 API
  operation status in the cli doc.
* Fix the settings of "vimConnectionInfo".
* Add vimType "ETSINFV.KUBERNETES.V_1"
  to the samples of "vimConnectionInfo".

API doc:
* Fix the misdescription of VNF LCM Interface v2.
* Fix the misdescription of VNF FM Interface v1.
* Fix the misdescription of VNF PM Interface v2.
* Fix the format of request parameters
  in Prometheus Plugin Interface
  and Fault Notification Interface.

Implements: blueprint enhance-change-package
Implements: blueprint support-auto-lcm
Co-Author: Taiki Kimura <taiki.kimura@ntt-at.co.jp>
Change-Id: I50c130d5de812efac631ed8ad1432a98a9d00e6c
2023-02-28 10:55:25 +09:00

51 lines
1.0 KiB
YAML

server_id:
description: |
Identifier of the virtual machine.
in: path
required: true
type: string
vnf_instance_id:
description: |
Identifier of Vnf instance related to this notification.
in: path
required: true
type: string
alarm_id:
description: |
ID to identify alarm.
in: body
required: true
type: Identifier
fault_id:
description: |
Target fault ID.
in: body
required: true
type: String
fault_option:
description: |
Optional information about this fault event.
in: body
required: false
type: KeyValuePairs
fault_type:
description: |
Fault type.
“10”: Physical server fault, “11”: Physical server OUS,
“20”: Inconsistency of VM status, “21”: VM reboot detection.
in: body
required: true
type: String
host_id:
description: |
Physical server ID. This is for future use and ignored for now.
in: body
required: false
type: Identifier
notification:
description: |
Fault notification event.
in: body
required: true
type: Structure