action gambitcomm_get_config_changed { label: "has the lab configuration changed?" description: "has the lab configuration changed?" provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/config_changed" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "integer" format: "int32" } }