Datadog · JSON Structure

Datadog Api Api Key Update Attributes Structure

Attributes used to update an API Key.

Type: object Properties: 3 Required: 1
AnalyticsDashboardsMonitoringPlatformT1Visualizations

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

Properties

category name remote_config_read_enabled

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-update-attributes-structure.json",
  "name": "APIKeyUpdateAttributes",
  "description": "Attributes used to update an API Key.",
  "type": "object",
  "properties": {
    "category": {
      "description": "The APIKeyUpdateAttributes category.",
      "type": "string",
      "example": "example_value"
    },
    "name": {
      "description": "Name of the API key.",
      "example": "API Key for submitting metrics",
      "type": "string"
    },
    "remote_config_read_enabled": {
      "description": "The APIKeyUpdateAttributes remote_config_read_enabled.",
      "type": "boolean",
      "example": true
    }
  },
  "required": [
    "name"
  ]
}