Datadog · JSON Structure

Datadog Api Api Key Create Data Structure

Object used to create an API key.

Type: object Properties: 2 Required: 2
AnalyticsDashboardsMonitoringPlatformT1Visualizations

APIKeyCreateData is a JSON Structure definition published by Datadog, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

attributes type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-api-api-key-create-data-structure.json",
  "name": "APIKeyCreateData",
  "description": "Object used to create an API key.",
  "type": "object",
  "properties": {
    "attributes": {
      "$ref": "#/components/schemas/APIKeyCreateAttributes"
    },
    "type": {
      "$ref": "#/components/schemas/APIKeysType"
    }
  },
  "required": [
    "attributes",
    "type"
  ]
}