This document describes the Unikraft Cloud Users API (v1) for retrieving information about your user account.
Get Current User Quotas
GET
https://api.fra.unikraft.cloud
/v1/users/quotas
List quota usage and limits of your user account. Limits are hard limits that cannot be exceeded.
Responses
default
oneOf
Exactly one variant must match.
Decision Table
Variant | Matching Criteria |
---|---|
type = object |
message
stringAn optional message providing additional information about the status. This field is useful when the status is not
success
.Example: Failed to perform all operations
Get User Quotas by UUID
GET
https://api.fra.unikraft.cloud
/v1/users/{uuid}/quotas
List quota usage and limits of a user account by UUID. Limits are hard limits that cannot be exceeded.
path Parameters
uuid
string · uuid · requiredThe UUID of the user to retrieve quotas for.
Responses
default
oneOf
Exactly one variant must match.
Decision Table
Variant | Matching Criteria |
---|---|
type = object |
message
stringAn optional message providing additional information about the status. This field is useful when the status is not
success
.Example: Failed to perform all operations