getApplicationDeploymentLog
get
                    /ccadmin/v1/applicationDeployment/{id}/logs
Get logs for Application Deployment ID. Returns Application Deployment logs matching a specified ID
                Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    id: string
                    
                    The ID of the Application Deployment to retrieve.
 
Response
Supported Media Types
                - application/json
 
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : getApplicationDeploymentLog_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            errors(optional): 
            array  errors
            
            errors for the application deployment
 - 
            results(optional): 
            array  results
            
            results for the application deployment
 
Example Response (application/json)
                    {
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:9080/ccadmin/v1/applicationDeployment/5600001/logs"
        }
    ],
    "results":[
    ],
    "errors":[
        {
            "error":{
                "details":[
                    {
                        "message":"java.io.FileNotFoundException: http://localhost:9080/controller/v1/logging/deployment/5600001",
                        "class":"atg.cloud.rest.CCRestClient$CCRestClientException"
                    },
                    {
                        "message":"http://localhost:9080/controller/v1/logging/deployment/5600001",
                        "class":"java.io.FileNotFoundException"
                    }
                ]
            }
        }
    ]
}
                    
                    Default Response
The error response
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
 - 
            errorCode(optional): 
            string
            The numerical code identifying the error
 - 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
 - 
            message(optional): 
            string
            The localized message describing the error
 - 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
 - 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
 - 
            status(optional): 
            string
            The HTTP status code
 - 
            type(optional): 
            string
            The URI to the HTTP state code definition
 
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
 - 
            errorCode(optional): 
            string
            The numerical code identifying the error
 - 
            message(optional): 
            string
            The localized message describing the error
 - 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
 - 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
 - 
            status(optional): 
            string
            The HTTP status code