Zudoku
Unikraft Cloud Platform API

Users

Endpoint

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.

Get Current User Quotas Responses

default

oneOf
Exactly one variant must match.

Decision Table

VariantMatching Criteria
type = object
Properties for message:
  • messagestring

    An 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.

Get User Quotas by UUIDpath Parameters

  • uuidstring · uuid · required

    The UUID of the user to retrieve quotas for.

Get User Quotas by UUID Responses

default

oneOf
Exactly one variant must match.

Decision Table

VariantMatching Criteria
type = object
Properties for message:
  • messagestring

    An optional message providing additional information about the status. This field is useful when the status is not success.

    Example: Failed to perform all operations