ProjectResult

ProjectResult
ProjectResult

State object representing a query result of projects.

JSON Example
{
    "content": [
        {
            "id": "9.0E49",
            "createdAt": "2012-09-27",
            "updatedAt": "2012-09-27",
            "owner": "[email protected]",
            "ownerType": "ad_group",
            "orgId": "42413b31-1716-477e-9a88-9dc1c3cb1cdf",
            "_links": {
                "empty": false
            },
            "name": "my-name",
            "description": "my-description",
            "administrators": [
                {
                    "email": "[email protected]"
                }
            ],
            "members": [
                {
                    "email": "[email protected]"
                }
            ],
            "viewers": [
                {
                    "email": "[email protected]"
                }
            ],
            "supervisors": [
                {
                    "email": "[email protected]"
                }
            ],
            "zones": [
                {
                    "id": "9.0E49",
                    "createdAt": "2012-09-27",
                    "updatedAt": "2012-09-27",
                    "owner": "[email protected]",
                    "ownerType": "ad_group",
                    "orgId": "42413b31-1716-477e-9a88-9dc1c3cb1cdf",
                    "_links": {
                        "empty": false
                    },
                    "zoneId": "77ee1",
                    "priority": 1,
                    "maxNumberInstances": 50,
                    "allocatedInstancesCount": 0,
                    "memoryLimitMB": 2048,
                    "allocatedMemoryMB": 0,
                    "cpuLimit": 2048,
                    "allocatedCpu": 0,
                    "storageLimitGB": 20,
                    "allocatedStorageGB": "number"
                }
            ],
            "constraints": {
                "network": [
                    {
                        "mandatory": "true",
                        "expression": "env:dev"
                    }
                ],
                "storage": [
                    {
                        "mandatory": "false",
                        "expression": "gold"
                    }
                ],
                "extensibility": [
                    {
                        "mandatory": "false",
                        "expression": "key:value"
                    }
                ]
            },
            "operationTimeout": 0,
            "machineNamingTemplate": "${project.name}-test-${####}",
            "sharedResources": false,
            "placementPolicy": "DEFAULT",
            "customProperties": {
                "property": "value"
            }
        }
    ],
    "totalElements": 1,
    "numberOfElements": 1
}
array of Project
content
Optional

List of content items

integer As int64 As int64
totalElements
Optional

Total number of elements. In some cases the field may not be populated

integer As int64 As int64
numberOfElements
Optional

Number of elements in the current page

Returned By