Column Name  | Data Type  | Description  | 
last_updated  | DATE  | Last updated date  | 
NAP_STORAGE_SYSTEM_ID  | NUMBER  | NetApp storage system ID (internal)  | 
nap_volume_id  | NUMBER  | Foreign key to Volume details  | 
pct_complete  | NUMBER  | The percentage complete for an “on” or “resize” operation. This is present when the status is “resizing” or “initializing”  | 
quota_errors  | STRING  | Collection of quota errors including the value of the reason tag above. Each error will be separated by a new line, “\n”. Since the quota parser does not stop when a parsing error occurs, this tag returns all the errors from the quota parser. If not present, there are no errors.  | 
reason  | STRING  | The last quota error message. If not present, there are no errors  | 
status  | STRING  | Primary status of quotas on the indicated volume; Possible values: “on”, “off”, “resizing”, “initializing”, and “shutting down.”  | 
sub_status  | STRING  | Minor quota status on the indicated volume. This status is only valid when primary status is “resizing” or “initializing.” Possible values are: “scanning”, “etc scanning”, “setup”, “queue scan”, “done”, and “none.”  | 
SYSTEM_NAME  | STRING  | NetApp system name  | 
volume_name  | STRING  | Volume name  |