Skip to main content

Origin Basic Authentication

This setting is available in small, large and dynamic(aksela) resource types.

Parameters

Description

Type

Required

organization_uuid

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

String

Yes

resource_uuid

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

String

Yes

origin_source_auth_info

If origin_source_auth_info is enabled, enter the username and password.

Object

Yes

origin_source_auth_info.status

The values of the status must be any of the; “true”, “false”.

Boolean

Yes

origin_source_auth_info.auth_username

auth_username must be maximum of 255 characters.

String

Yes

origin_source_auth_info.auth_password

auth_password must be in the range of 8-255 characters.

String

Yes

Payload

CODE
{
    "resource_uuid": "****-*****-****-****",
    "origin_source_auth_info": {
        "status": true,
        "auth_username": "hidden",
        "auth_password": "hidden"
    }
}

JavaScript errors detected

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

If this problem persists, please contact our support.