Get Endpoint Tiles Using GET

Get Endpoint Tiles Using GET

Get all supported endpoint tiles

Request
URI
GET
http://cava-s-182-041.eng.vmware.com//codestream/api/endpoint-tiles
COPY
Query Parameters
string
apiVersion
Optional

The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about


Authentication
This operation uses the following authentication methods.
Responses
200

'Success' with supported endpoint tiles

Returns Tiles of type(s) */*
{
    "tiles": [
        {
            "displayName": "Kubernetes",
            "inputProperties": {
                "cloudProxyId": {
                    "type": "String",
                    "description": "",
                    "mandatory": false
                },
                "fingerprint": {
                    "type": "String",
                    "description": "",
                    "mandatory": false
                }
            },
            "outputProperties": {
                "isFailed": {
                    "type": "String",
                    "description": "",
                    "mandatory": false
                },
                "buildUrlId": {
                    "type": "String",
                    "description": "",
                    "mandatory": false
                }
            },
            "tileId": "k8s"
        }
    ]
}
array of TileInfo
tiles
Optional

List of Tiles.


401

Unauthorized Request

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

500

Server Error

Operation doesn't return any data structure