...
- Conform to the APPC LCM Response format per the APPC LCM API Guide.
- Return Success/Failed status code as well as status code message (APPC LCM Response includes a “status” section with subsections of “code” and “message.”
- Include the Failed VM(s)/VNFC(s) details in the Response Payload.
...
- IF VM/VNFC is in a failed state, return a failure along with the failure reason in the HealthCheck response payload.
- IF VM/VNFC is in a failed state, return a failure along with the failure reason in the HealthCheck response payload.
Response:
- Will conform to the APPC LCM VM Level Response format per the APPC LCM API Guide
- Return Success/Failed status code as well as status code message (APPC LCM Response includes a “status” section with subsections of “code” and “message.”
- Include the Failed VM/VNFC details in the Response Payload.
...