v1

latestSwagger 2.02026-07-17312885.5 KB
Properties

Get properties

Get properties from the database

post/account/v1alpha1/properties

Request body

kubeConfigstring
ownerstring
tokenstring
userIDstring
userUIDstring

Example request

{
  "owner": "admin",
  "token": "token",
  "userID": "admin",
  "userUID": "user-123"
}

Response

successfully retrieved properties

messagestring

Example response

{
  "data": {
    "properties": [
      {
        "alias": "gpu-tesla-v100",
        "name": "cpu",
        "unit": "1m",
        "unit_price": 10000
      }
    ]
  },
  "message": "successfully retrieved properties"
}