EMC ViPR REST API

Search (SHIFT+S)

API Reference


Changes to Get Bulk Resources

Retrieve resource representations based on input ids.


Response Payload Changes

Field Description Type Notes
<BulkRestRep>
<filesystem>     0-* Elements
<native_id> File system's actual path on the array. String
<capacity_gb> Total capacity of the file system in GB String
<used_capacity_gb> Used capacity of the file system in GB String
<soft_limit> Long
<soft_grace> Integer
<notification_limit> Long
<soft_limit_exceeded> Boolean
<vpool>    
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</vpool>      
<data_protection> Not currently used String
<varray>    
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</varray>      
<storage_pool>    
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</storage_pool>      
<project>    
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</project>      
<protocols>
<protocol> String 0-* Elements
</protocols>
<storage_system>    
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</storage_system>      
<storage_port>    
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</storage_port>      
<tenant>    
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</tenant>      
<thinly_provisioned> Is the storage for the file system thinly provisioned? If thinly provisioned, only a portion of the total capacity is initially allocated. Additional storage is allocated later as needed. Boolean
<virtual_nas>    
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</virtual_nas>      
<file_replication>    
<personality> SOURCE TARGET String
<access_state> String
<mirror_status> String
<parent_file_system>    
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</parent_file_system>      
<target_file_systems>
<file_system>     0-* Elements
<varray>    
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</varray>      
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</file_system>      
</target_file_systems>
</file_replication>      
<mount_path> String
<name> The name assigned to this resource in ViPR. The resource name is set by a user and can be changed at any time. It is not a unique identifier. String
<id> An identifier that is generated by ViPR when the resource is created. The resource ID is guaranteed to be unique and immutable across all virtual data centers for all time. URI
<link> A hyperlink to the details for this resource
<creation_time> A timestamp that shows when this resource was created in ViPR DateTime
<tags> Keywords and labels that can be added by a user to a resource to make it easy to find when doing a search.
<tag> String 0-* Elements
</tags>
<inactive> Whether or not the resource is inactive. When a user removes a resource, the resource is put in this state before it is removed from the ViPR database. Boolean
<global> Boolean
<remote> Boolean
<vdc>    
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</vdc>      
<internal> Whether or not the resource is an internal resource. Boolean
</filesystem>      
</BulkRestRep>