Cloud Cost Recommendation Servicenow

Cloud Cost recommendation CRUD apis for servicenow.

Create servicenow ticket for recommendation

Create Servicenow ticket for recommendation

Securityx-api-key
Request
query Parameters
accountIdentifier
required
string

Account Identifier for the Entity.

Request Body schema: application/json
required

Request body containing CCMServiceNowDetails

recommendationId
string
resourceType
string
Enum: "WORKLOAD" "NODE_POOL" "ECS_SERVICE" "EC2_INSTANCE" "GOVERNANCE" "AZURE_INSTANCE"
connectorRef
string
ticketType
string
object
Responses
400

Bad Request

500

Internal server error

default

Returns a created CCMServiceNowDetails object with all the servicenow ticket details

post/ccm/api/recommendation/servicenow/create
Request samples
application/json
{
  • "recommendationId": "string",
  • "resourceType": "WORKLOAD",
  • "connectorRef": "string",
  • "ticketType": "string",
  • "fields": {
    }
}
Response samples
application/json
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}