action visualstudio_post_api_v1_heart_beat { label: "post_api_v1_HeartBeat" provider: visualstudio method: POST path: "/api/v1/HeartBeat" encoding: json input: { type: "object" properties: { agentVersion: { type: "string" } collectedDataList: { type: "array" items: { type: "object" properties: { environmentId: { type: "string" } name: { type: "string" } parentActivityId: { type: "string" } timestamp: { type: "string" format: "date-time" } } additionalProperties: false } } environmentId: { type: "string" } resourceId: { type: "string" format: "uuid" } timeStamp: { type: "string" format: "date-time" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }