Get Deployments For Project Using GET

Get Deployments For Project Using GET

Returns a count of deployments using the project.

Request
URI
GET
https://{api_host}//api.mgmt.cloud.vmware.com/deployment/api/projects/{projectId}/deployment-count
COPY
Path Parameters
string
projectId
Required

Project ID


Responses
200

OK

Returns Page of type(s) */*
{
    "totalElements": 0
}
integer As int64 As int64
totalElements
Optional

Count of the deployments


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure