8 VNFM State Information
VNFM State Information consists of the following:
- State of the VNFM
- IP address of Primary VNFM
- IP address of Secondary VNFM
- Last updated TimeStamp
Query VNFM State Information
The State of VNFM can be queried using the REST GET request.
Sample Request: Query VNFM State Info
URL: GET: https://<<VNFM HOST IP>>:8443/vnflcm/v1/vnfmState
X-Token : <Token generated after login>
Sample Request: Response for Query VNFM State Info
{
"state": "PRIMARY",
"primaryIp": "2606:b400:605:b813::7",
"secondaryIp": "2606:b400:605:b813::4",
"timeStamp": "2020/07/02 20:29:08 UTC"
}