action n_auth_get_global_attributes { label: "Get all global attributes" description: "Returns an array containing all global attributes. Required permission: global 'servers'." provider: n_auth method: GET path: "/attributes/" encoding: json output: { type: "object" additionalProperties: true } }