Returns Azure VM Recommendation details for the given Recommendation identifier.
Bad Request
Internal server error
Returns the Azure VM Recommendation for the given identifier.
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns EC2 Recommendation details for the given Recommendation identifier.
Bad Request
Internal server error
Returns the EC2 Recommendation for the given identifier.
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns ECS Recommendation details for the given Recommendation identifier.
Bad Request
Internal server error
Returns the ECS Recommendation for the given identifier.
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns node pool Recommendation details for the given identifier.
Bad Request
Internal server error
Returns node pool Recommendation details for the given identifier.
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns workload Recommendation details for the given Recommendation identifier.
Bad Request
Internal server error
Returns the workload Recommendation for the given identifier.
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}