Get Storage Profiles
Get all storage profiles
Request
            
                URI
                    
                                GET                            
                            https://{api_host}/iaas/api/storage-profiles
                            COPY
                    Query Parameters
                                    
            
            
                                    string
                
                
            
        
        
                apiVersion            
                            Optional
                    The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about
Responses
                        
                200            
            
        successful operation
                Returns 
                
                                    
                        StorageProfileResult                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "content": [
        {
            "owner": "[email protected]",
            "supportsEncryption": false,
            "externalRegionId": "us-east-1",
            "description": "my-description",
            "orgId": "9e49",
            "tags": [
                {
                    "value": "string",
                    "key": "string"
                }
            ],
            "organizationId": "deprecated",
            "createdAt": "2012-09-27",
            "name": "my-name",
            "id": "9e49",
            "defaultItem": false,
            "updatedAt": "2012-09-27"
        }
    ],
    "totalElements": 1
}
            
            
                                    integer As int64
                
                                    As int64
                
            
        
        
                totalElements            
                            Optional
                    Total number of elements
                403            
            
        Forbidden
Operation doesn't return any data structure
            
            
                    Storage Profile Operations
        
                                            
                            
                                    POST                                
                                
                                        Create Aws Storage Profile                                    
                                
                                    POST                                
                                
                                        Create Azure Storage Profile                                    
                                
                                    POST                                
                                
                                        Create Storage Profile                                    
                                
                                    POST                                
                                
                                        Create V Sphere Storage Profile                                    
                                
                                    DELETE                                
                                
                                        Delete Aws Storage Profile                                    
                                
                                    DELETE                                
                                
                                        Delete Azure Storage Profile                                    
                                
                                    DELETE                                
                                
                                        Delete Storage Profile                                    
                                
                                    DELETE                                
                                
                                        Delete V Sphere Storage Profile                                    
                                
                                    GET                                
                                
                                        Get Aws Storage Profile                                    
                                
                                    GET                                
                                
                                        Get Aws Storage Profiles                                    
                                
                                    GET                                
                                
                                        Get Azure Storage Profile                                    
                                
                                    GET                                
                                
                                        Get Azure Storage Profiles                                    
                                
                                    GET                                
                                
                                        Get Storage Profile                                    
                                
                                    GET                                
                                
                                        Get Storage Profiles                                    
                                
                                    GET                                
                                
                                        Get V Sphere Storage Profile                                    
                                
                                    GET                                
                                
                                        Get V Sphere Storage Profiles                                    
                                
                                    PUT                                
                                
                                        Replace Storage Profile                                    
                                
                                    PATCH                                
                                
                                        Update Aws Storage Profile                                    
                                
                                    PATCH                                
                                
                                        Update Azure Storage Profile                                    
                                
                                    PATCH                                
                                
                                        Update V Sphere Storage Profile                                    
                                