Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    1. Conform to the APPC LCM Response format per the APPC LCM API Guide.
    2. Return Failed status code as well as status code message (APPC LCM Response includes a “status” section with subsections of “code” and “message.”
    3. Include the Failed VM(s)/VNFC(s) details in the Response Payload.

VM Level HealthCheck

  • Request:

...

    1. I.e. vserver-id element is included action-identifier section of the request, vm-id and identity-url are included in the request payload.

...

    • Obtain Cloud Provider details.

...

    • Connect to the Cloud Provider for each VM/VNFC
    1. I.e. for OpenStack Compute API:
      1. Show Server Details.
      2. /servers/{server_id} /“OS-EXT-STS:vm_state.”
    • IF VM/VNFC is in a failed state, return a failure along with the failure reason in the HealthCheck response payload.

  • Response:

...

    1. Return Failed status code as well as status code message (APPC LCM Response includes a “status” section with subsections of “code” and “message.”
    2. Include the Failed VM/VNFC details in the Response Payload.

References

...