getApplicationDeploymentStatus

get

/ccadmin/v1/applicationDeployment/{id}/status

Get status for Application Deployment ID. Returns an Application Deployment status matching a specified ID

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getApplicationDeploymentStatus_response
Type: object
Show Source
Nested Schema : errors
Type: array
errors for the application deployment
Show Source
Nested Schema : results
Type: array
results for the application deployment
Show Source
Example Response (application/json)
{
    "preview":{
        "deployed":"5600001",
        "controllers":[
            {
                "error":{
                    "details":[
                        {
                            "message":"java.io.FileNotFoundException: http://localhost:9080/controller/v1/status/5600001",
                            "class":"atg.cloud.rest.CCRestClient$CCRestClientException"
                        },
                        {
                            "message":"http://localhost:9080/controller/v1/status/5600001",
                            "class":"java.io.FileNotFoundException"
                        }
                    ]
                }
            }
        ]
    },
    "deployments":[
        {
            "errorMessages":[
            ],
            "warningMessages":[
            ],
            "metadata":"{\"appName\":\"core-commerce-reference-store\",\"appDir\":\"packages/apps/core-commerce-reference-store\"}",
            "repositoryId":"5600001",
            "infoMessages":[
            ],
            "state":"ACCEPTED",
            "clusterId":"storefront",
            "id":"5600001",
            "applicationId":"core-commerce-reference-store",
            "creationDate":"2021-09-21T11:01:39.296Z"
        }
    ],
    "links":[
        {
            "rel":"self",
            "href":"http://london60816.lhr.fusionapps02lhr.oraclevcn.com:9080/ccadmin/v1/applicationDeployment/5600001/status"
        }
    ],
    "deployment":{
        "errorMessages":[
        ],
        "warningMessages":[
        ],
        "metadata":"{\"appName\":\"core-commerce-reference-store\",\"appDir\":\"packages/apps/core-commerce-reference-store\"}",
        "repositoryId":"5600001",
        "infoMessages":[
        ],
        "state":"ACCEPTED",
        "clusterId":"storefront",
        "id":"5600001",
        "applicationId":"core-commerce-reference-store",
        "creationDate":"2021-09-21T11:01:39.296Z"
    }
}

Default Response

The error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top