Get All Instance Types

Get All Instance Types

Endpoint to get instance plans
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
GET
https://{api_host}/provider/instancetype
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "id": "string",
        "name": "string",
        "cpu": 0,
        "memory": 0,
        "deleted": false
    }
]

400

Bad Request

Operation doesn't return any data structure