Skip to main content

Recommendation Feedback

POST 

https://app.nops.io/svc/k8s_cost/recommendation_feedback

Recommendation Feedback

Request

Body

required

    resource_id Resource Id (string)required

    liked

    object

    anyOf

    boolean

    feedback

    object

    anyOf

    string

    recommendation_type Recommendation Type (string)required

    Possible values: [ec2, asg_dynamic, asg_one_time, rds, rds_rightsizing]

Responses

Successful Response

Schema

    any

curl -L 'https://app.nops.io/svc/k8s_cost/recommendation_feedback' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"resource_id": "string",
"liked": true,
"feedback": "string",
"recommendation_type": "ec2"
}'
Request Collapse all
Base URL
https://app.nops.io/svc/k8s_cost
Body required
{
  "resource_id": "string",
  "liked": true,
  "feedback": "string",
  "recommendation_type": "ec2"
}
ResponseClear

Click the Send API Request button above and see the response here!