Skip to main content

Create Small Storage CDN Resource

 Parameters

 Description

 Type

 Required

 organization_uuid

The created organization in Medianova Cloud Panel unit ID value. Path parameter.

String

Yes

 resource_type

It is the type of the resource created in Medianova Cloud Panel. It can be “small, large, dynamic, vod, streaming” values.

String

Yes

 resource_name

It is the name given to the resource created in the Medianova cloud panel. It must be unique.

String

Yes

 resource_label

Specifies the Resource. There is no character limit and special characters can be written.

String

 No

 data_source

Determines the source of the resource. It can take “origin” and “storage” values.

String

 Yes

 storage_path_directory

 It describes stook path subfolder.

String

Yes

 storage_path_uuid

The created stook path in Medianova Cloud Panel unit ID value. Path parameter.

String

Yes

Payload

CODE
{
    "resource_type": "small",
    "resource_name": "storagetest",
    "resource_label": "",
    "data_source": "storage",
    "storage_version": "v2",
    "storage_path_uuid": "****-***-***-****",
    "storage_path_directory": "test"
}

Response

CODE
{
    "status": true,
    "data": {
        "resource_uuid": "***-****-****-*****",
        "resource_type": "small",
        "resource_name": "storagetest",
        "cdn_url": "storagetest.mncdn.org",
        "resource_label": null,
        "ssl_certificate": "shared_ssl",
        "created_at": "2023-12-11T08:54:37.000000Z",
        "storage_version": "v2",
        "storage_path_uuid": "****-****-***-****",
        "storage_path_directory": "test",
        "data_source": "storage",
        "gzip_text": false,
        "gzip_image": false,
        "brotli": false,
        "image_optimization": false,
        "webp": true,
        "avif": null,
        "http2": true,
        "status_qs": false,
        "status_secure_token": false
    }
}
JavaScript errors detected

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

If this problem persists, please contact our support.