action clever_cloud_get_network_group_stream { label: "Network Group SSE" description: "Retrieves the current Network Group details as a Server Sent Event." provider: clever_cloud method: GET path: "/v4/networkgroups/organisations/{ownerId}/networkgroups/{networkGroupId}/stream" encoding: json input: { type: "object" properties: { networkGroupId: { type: "string" } ownerId: { type: "string" } } required: ["networkGroupId", "ownerId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }