409

Conflict. You're request conflicts with the current state of the resource.

{
  "type": "https://akzz-xxxx-xxxx.luna.akamaiapis.net/api/log-streaming/errors#core.entity-property-conflict",
  "title": "The request has conflicting properties with existing configuration",
  "detail": "An entity with property 'name' of 'kafka' already exists",
  "instance": "https://akzz-xxxx-xxxx.luna.akamaiapis.net/api/log-streaming/v1/destinations#a4e84e37-ec37-4a13-83d7-ba1d75a36029",
  "conflictingProperty": "#/name",
  "conflictingValue": "kafka",
  "conflictingEntity": {
    "entityHref": "https://akzz-xxxx-xxxx.luna.akamaiapis.net/api/log-streaming/v1/destinations/1",
    "entityType": "Destination",
    "entityId": "1"
  }
}