# Get volume data of a component Get volume data of a component. Endpoint: GET /backup/getvolumedataofcomponent Version: 6.6.1 Security: ZelID ## Query parameters: - `appname` (string, required) Name of the application Example: "FoldingAtRunOnFlux11" - `component` (string, required) Component of application Example: "FoldingAtHome" - `multiplier` (string) Multiplier value (B, KB, MB, GB, TB) Example: "B" - `decimal` (number) Decimal value Example: 2 - `fields` (string, required) Fields to include, possibls mount, size, used, available, capacity, filesystem separate with coma Example: "size,used" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string)