action biapi_get_monitoring { label: "get performances stats on this instance" description: "" provider: biapi method: GET path: "/monitoring" encoding: json input: { type: "object" properties: { period: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }