action visualstudio_get_internal_netmon_correlation { label: "get_internal_Netmon_correlation" provider: visualstudio method: GET path: "/internal/Netmon/correlation" encoding: json input: { type: "object" properties: { macAddress: { type: "string" } } additionalProperties: false } output: { type: "string" format: "byte" } }