Get Resource Properties
Get all the properties for the specified Resource
Request
            
                URI
                    
                                GET                            
                            https://{api_host}/suite-api/api/resources/{id}/properties
                            COPY
                    Path Parameters
                                        
            
            
                                    string
                
                
            
        
        
                id            
                            Required
            
            
        The ID of the resource
Responses
                        
                200            
            
        The ResourceProperties object that has the current values of all the Properties for the Resource
                Returns 
                
                                    
                        resource-property                    
                
                of type(s)
                
                    application/json                
            
        
        "{\n  \"resourceId\" : \"31482c84-cd3e-4e10-b637-b905a537ea2c\",\n  \"property\" : [ {\n    \"name\" : \"Key1\",\n    \"value\" : \"Value1\"\n  } ]\n}"
            
            
                                    string As uuid
                
                                    As uuid
                
            
        
        
                resourceId            
                            Optional
            
            
        The resource id
                            
                                    array of 
                
            
            
                                    object
                
                
            
        
        
                property            
                            Optional
            
            
        The list of Property name/value pairs
Code Samples
                    COPY
                                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/resources/{id}/properties
                
            Resource Operations
        
                    
                        
                        
                            
                                    GET                                
                                
                                        Get Relationship                                    
                                
                                    PUT                                
                                
                                        Set Relationship                                    
                                
                                    POST                                
                                
                                        Add Relationship                                    
                                
                                    PUT                                
                                
                                        Stop Monitoring Resource                                    
                                Deprecated
                                                            
                                    PUT                                
                                
                                        Start Monitoring Resource                                    
                                Deprecated
                                                            
                                    PUT                                
                                
                                        Mark Resource As Being Maintained                                    
                                
                                    DELETE                                
                                
                                        Unmark Resource As Being Maintained                                    
                                
                                    PUT                                
                                
                                        Update Geo Location Of Resource                                    
                                
                                    GET                                
                                
                                        Get Stats Of Resource                                    
                                
                                    POST                                
                                
                                        Add Stats                                    
                                
                                    POST                                
                                
                                        Get Stats For Resource                                    
                                
                                    POST                                
                                
                                        Add Stats Using Push Adapter Kind                                    
                                
                                    GET                                
                                
                                        Get Resource Properties                                    
                                
                                    POST                                
                                
                                        Add Properties                                    
                                
                                    POST                                
                                
                                        Add Properties Using Push Adapter Kind                                    
                                
                                    GET                                
                                
                                        Get Resource                                    
                                
                                    DELETE                                
                                
                                        Delete Resource                                    
                                
                                    GET                                
                                
                                        Get Top N Stats Of Resource                                    
                                
                                    GET                                
                                
                                        Get Latest Stats                                    
                                
                                    GET                                
                                
                                        Get DT Stats Of Resource                                    
                                
                                    GET                                
                                
                                        Get Stat Keys                                    
                                
                                    GET                                
                                
                                        Get Relationships                                    
                                
                                    DELETE                                
                                
                                        Delete Relationship                                    
                                