ConfigureAgentResponse

The structure representing the configureAgentResponse.

AmazonApplication PerformanceProfilingDevOpsMachine Learning

Properties

Name Type Description
configuration object
View JSON Schema on GitHub

JSON Schema

amazon-codeguru-profiler-configure-agent-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-schema/amazon-codeguru-profiler-configure-agent-response-schema.json",
  "title": "ConfigureAgentResponse",
  "description": "The structure representing the configureAgentResponse.",
  "type": "object",
  "properties": {
    "configuration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AgentConfiguration"
        },
        {
          "description": " An <a href=\"https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_AgentConfiguration.html\"> <code>AgentConfiguration</code> </a> object that specifies if an agent profiles or not and for how long to return profiling data. "
        }
      ]
    }
  },
  "required": [
    "configuration"
  ]
}