Get Deployment Resources Using GET 1
Returns a paginated list of resources corresponding to the deployment with the supplied ID.
Request
            
                URI
                    
                                GET                            
                            https://{api_host}//sc2-10-185-6-200.eng.vmware.com/deployment/api/deployments/{depId}/resources
                            COPY
                    Path Parameters
                                    
            
            
                                    string
                
                
            
        
        
                depId            
                            Required
                    Deployment ID
Query Parameters
                                    
                            
                                    string of 
                
            
            
                                    array
                
                
            
        
        
                $orderby            
                            Optional
                    Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
            
            
                                    integer
                
                
            
        
        
                $skip            
                            Optional
                    Number of records you want to skip
$skip example
            1
            
            
                                    integer
                
                
            
        
        
                $top            
                            Optional
                    Number of records you want
$top example
            1Responses
                        
                200            
            
        OK
                Returns 
                
                                    
                        PageOfResource                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "content": [
        {
            "createdAt": "string",
            "dependsOn": [
                "string"
            ],
            "description": "string",
            "expense": {
                "additionalExpense": "number",
                "code": "string",
                "computeExpense": "number",
                "lastUpdatedTime": "string",
                "message": "string",
                "networkExpense": "number",
                "storageExpense": "number",
                "totalExpense": "number",
                "unit": "string"
            },
            "id": "string",
            "name": "string",
            "state": "string",
            "syncStatus": "string",
            "type": "string"
        }
    ],
    "empty": false,
    "first": false,
    "last": false,
    "number": 0,
    "numberOfElements": 0,
    "size": 0,
    "sort": {
        "empty": false,
        "sorted": false,
        "unsorted": false
    },
    "totalElements": 0,
    "totalPages": 0
}
            
            
                                    boolean
                
                
            
        
        
                empty            
                            Optional
                    empty
            
            
                                    boolean
                
                
            
        
        
                first            
                            Optional
                    first
            
            
                                    boolean
                
                
            
        
        
                last            
                            Optional
                    last
            
            
                                    integer As int32
                
                                    As int32
                
            
        
        
                number            
                            Optional
                    number
            
            
                                    integer As int32
                
                                    As int32
                
            
        
        
                numberOfElements            
                            Optional
                    numberOfElements
            
            
                                    integer As int32
                
                                    As int32
                
            
        
        
                size            
                            Optional
                    size
            
            
                                    integer As int64
                
                                    As int64
                
            
        
        
                totalElements            
                            Optional
                    totalElements
            
            
                                    integer As int32
                
                                    As int32
                
            
        
        
                totalPages            
                            Optional
                    totalPages
                401            
            
        Unauthorized
Operation doesn't return any data structure
            
            
                    
                404            
            
        Not Found
Operation doesn't return any data structure
            
            
                    Deployments Operations
        
                                            
                            
                                    GET                                
                                
                                        Check Deployment Name Using GET 1                                    
                                
                                    DELETE                                
                                
                                        Delete Deployment Using DELETE 1                                    
                                
                                    DELETE                                
                                
                                        Delete Resource Using DELETE 1                                    
                                
                                    GET                                
                                
                                        Get Deployment By Id Using GET 1                                    
                                
                                    GET                                
                                
                                        Get Deployment Expense History By Id Using GET 1                                    
                                
                                    GET                                
                                
                                        Get Deployment Filter By Id Using GET 1                                    
                                
                                    GET                                
                                
                                        Get Deployment Filters Using GET 1                                    
                                
                                    GET                                
                                
                                        Get Deployment Resources Using GET 1                                    
                                
                                    GET                                
                                
                                        Get Deployments For Project Using GET 1                                    
                                
                                    GET                                
                                
                                        Get Deployments Using GET 1                                    
                                
                                    GET                                
                                
                                        Get Resource By Id Using GET 1                                    
                                
                                    PATCH                                
                                
                                        Patch Deployment Using PATCH 1                                    
                                