Skip to main content

Create Bucket

Parameters

Description

Type

Required

organization_uuid

The created organization in Medianova Cloud Panel unit ID value.

String

Yes

region

This parameter takes the value "eu-ist-1".

String

Yes

Payload

CODE
{
    "name": "test-bucket-x",
    "region": "eu-ist-1"
}

Response

CODE
{
    "status": true,
    "data": {
        "uuid": "****-****-***-****",
        "organization_uuid": "****-***-*****-****",
        "name": "test-bucket-x",
        "region": "eu-ist-1",
        "size": "0B"
    }
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.