Bases: tacker.api.extensions.PluginInterface
Return description of VNF Monitor plugin.
Return a symbolic name for the VNF Monitor plugin.
Return one of predefined type of the hosting vnf drivers.
Monitor.
Return boolean value True if VNF is healthy or return a event string like ‘failure’ or ‘calls-capacity-reached’ for specific VNF health condition.
Parameters: |
|
---|---|
Returns: | boolean |
Returns: | True if VNF is healthy |
Return dict of monitor configuration data.
Parameters: |
|
---|---|
Returns: | dict |
Returns: | dict of monitor configuration data |
Return the url of vnf to monitor.
Parameters: |
|
---|---|
Returns: | string |
Returns: | url of vnf to monitor |