action visualstudio_post_api_v1_agent_telemetry { label: "post_api_v1_AgentTelemetry" provider: visualstudio method: POST path: "/api/v1/AgentTelemetry" encoding: json input: { type: "array" items: { type: "object" properties: { level: { type: "string" } message: { type: "string" } optionalValues: { type: "object" } time: { type: "string" } } additionalProperties: false } } output: { type: "object" additionalProperties: true } }