Get Decision By Id Using GET 1
Find a specific policy decision based on the input policy decision id.
Request
            
                URI
                    
                                GET                            
                            https://{api_host}//sc2-10-185-6-200.eng.vmware.com/policy/api/policyDecisions/{id}
                            COPY
                    Path Parameters
                                    
            
            
                                    string
                
                
            
        
        
                id            
                            Required
                    Policy decision Id
Responses
                        
                200            
            
        OK
                Returns 
                
                                    
                        PolicyDecisionOfObjectNode                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "description": "string",
    "dryRunId": "string",
    "dryRunSubTaskId": "string",
    "id": "string",
    "orgId": "string",
    "policies": [
        {
            "enforcementType": "string",
            "id": "string",
            "name": "string",
            "projectId": "string",
            "rank": 0,
            "status": "string"
        }
    ],
    "projectId": "string",
    "targetId": "string",
    "targetName": "string",
    "timestamp": "string",
    "typeId": "string"
}
            
            
                                    string
                
                
            
        
        
                description            
                            Optional
                    description
            
            
                                    string As uuid
                
                                    As uuid
                
            
        
        
                dryRunId            
                            Optional
                    dryRunId
            
            
                                    string As uuid
                
                                    As uuid
                
            
        
        
                dryRunSubTaskId            
                            Optional
                    dryRunSubTaskId
            
            
                                    object
                
                
            
        
        
                effectivePolicyDefinition            
                            Optional
                    effectivePolicyDefinition
            
            
                                    string As uuid
                
                                    As uuid
                
            
        
        
                id            
                            Optional
                    id
            
            
                                    string
                
                
            
        
        
                orgId            
                            Optional
                    orgId
            
            
                                    string
                
                
            
        
        
                projectId            
                            Optional
                    projectId
            
            
                                    string
                
                
            
        
        
                targetId            
                            Optional
                    targetId
            
            
                                    string
                
                
            
        
        
                targetName            
                            Optional
                    targetName
            
            
                                    string As date-time
                
                                    As date-time
                
            
        
        
                timestamp            
                            Optional
                    timestamp
            
            
                                    string
                
                
            
        
        
                typeId            
                            Optional
                    typeId
