List Platforms

List Platforms

API code: LIST_PLATFORMS
Pre-authorized role(s): TENANT_ADMIN | PROVIDER_ADMIN
Platform(s): AMAZON | OSIS | CLOUDIAN | ECS

Request
URI
GET
https://apaas-29.eng.vmware.com//api/v1/core/platforms
COPY
Query Parameters
integer
offset
Optional

The start index of items to return for the current page.

integer
limit
Optional

The max count of items to return for the current page.

string
filter
Optional

filter


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns PagePlatform of type(s) application/json
{
    "items": [
        {
            "name": "string",
            "logUri": "string"
        }
    ],
    "pageInfo": {
        "offset": 0,
        "limit": 0,
        "total": 0
    }
}
array of Platform
items
Optional

items

pageInfo
Optional

pageInfo