Get Deployments Using GET 1

Get Deployments Using GET 1

Returns a paginated list of deployments.

Request
URI
GET
https:////sc2-10-185-6-200.eng.vmware.com/deployment/api/deployments
COPY
Query Parameters
string of array
$orderby
Optional

Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

integer
$skip
Optional

Number of records you want to skip

$skip example
1
integer
$top
Optional

Number of records you want

$top example
1
string of array
cloudAccounts
Optional

A comma-separated list. Results must be associated with one of these cloud accounts.

string of array
cloudTypes
Optional

A comma-separated list. Results must be associated with one of these endpoint Types

string
createdAt
Optional

Comma-separated start and end dates for the interval

boolean
expandLastRequest
Optional

Expands deployment last request.

boolean
expandProject
Optional

The 'project' field of each resulting deployment will be retrieved.

boolean
expandResources
Optional

The 'resources' field of each resulting deployment will be retrieved.

string
expiresAt
Optional

Comma-separated start and end dates for the interval

string of array
ids
Optional

A comma-separated list. Only deployments with these IDs will be included in the results.

string
name
Optional

Results must have exactly this name.

string of array
projects
Optional

A comma-separated list. Results must be associated with one of these project IDs.

string of array
requestedBy
Optional

A comma-separated list. Results must be associated with one of these requesters

string of array
resourceTypes
Optional

A comma-separated list. Results must be associated with one of these resourceType Names.

string
search
Optional

Results must either have names with this string as a prefix or contain this string in their description.

string of array
status
Optional

A comma-separated list. Results must be associated with one of these statuses.

string of array
tags
Optional

A comma-separated list. Results must be associated with one of these tags

string of array
templates
Optional

A comma-separated list. Results must be associated with one of these templates.


Responses
200

OK

Returns PageOfDeployment of type(s) application/json
{
    "content": [
        {
            "blueprintId": "string",
            "blueprintVersion": "string",
            "catalogItemId": "string",
            "catalogItemVersion": "string",
            "createdAt": "string",
            "createdBy": "string",
            "description": "string",
            "expense": {
                "additionalExpense": "number",
                "code": "string",
                "computeExpense": "number",
                "lastUpdatedTime": "string",
                "message": "string",
                "networkExpense": "number",
                "storageExpense": "number",
                "totalExpense": "number",
                "unit": "string"
            },
            "iconId": "string",
            "id": "string",
            "lastRequest": {
                "actionId": "string",
                "approvedAt": "string",
                "blueprintId": "string",
                "cancelable": "boolean",
                "catalogItemId": "string",
                "completedAt": "string",
                "completedTasks": "integer",
                "createdAt": "string",
                "deploymentId": "string",
                "details": "string",
                "dismissed": "boolean",
                "id": "string",
                "initializedAt": "string",
                "name": "string",
                "parentId": "string",
                "requestedBy": "string",
                "resourceName": "string",
                "resourceType": "string",
                "status": "string",
                "totalTasks": "integer",
                "updatedAt": "string"
            },
            "lastUpdatedAt": "string",
            "lastUpdatedBy": "string",
            "leaseExpireAt": "string",
            "name": "string",
            "orgId": "string",
            "project": {
                "id": "string",
                "link": "string",
                "name": "string"
            },
            "projectId": "string",
            "resources": [
                {
                    "createdAt": "string",
                    "dependsOn": [
                        "string"
                    ],
                    "description": "string",
                    "expense": {
                        "additionalExpense": "number",
                        "code": "string",
                        "computeExpense": "number",
                        "lastUpdatedTime": "string",
                        "message": "string",
                        "networkExpense": "number",
                        "storageExpense": "number",
                        "totalExpense": "number",
                        "unit": "string"
                    },
                    "id": "string",
                    "name": "string",
                    "state": "string",
                    "syncStatus": "string",
                    "type": "string"
                }
            ],
            "status": "string"
        }
    ],
    "empty": "boolean",
    "first": "boolean",
    "last": "boolean",
    "number": "integer",
    "numberOfElements": "integer",
    "size": "integer",
    "sort": {
        "empty": "boolean",
        "sorted": "boolean",
        "unsorted": "boolean"
    },
    "totalElements": "integer",
    "totalPages": "integer"
}
array of Deployment
content
Optional

content

boolean
empty
Optional

empty

boolean
first
Optional

first

boolean
last
Optional

last

integer As int32 As int32
number
Optional

number

integer As int32 As int32
numberOfElements
Optional

numberOfElements

integer As int32 As int32
size
Optional

size

sort
Optional

sort

integer As int64 As int64
totalElements
Optional

totalElements

integer As int32 As int32
totalPages
Optional

totalPages


401

Unauthorized

Operation doesn't return any data structure