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
Responses
200
OK
[
{
"id": "string",
"name": "string",
"cpu": 0,
"memory": 0,
"deleted": false
}
]
400
Bad Request
Operation doesn't return any data structure
Instance Plans Operations
DELETE
Delete Instance Type
GET
Get All Instance Types
POST
Save Instance Type
PUT
Update Instance Type