Origin Basic Authentication
This setting is available in small, large and dynamic(aksela) resource types.
Method | URL |
---|---|
PUT | https://cloud.medianova.com/api/v1/cdn/{organization_uuid}/resource/{resource_id} |
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
{
"resource_uuid": "****-*****-****-****",
"origin_source_auth_info": {
"status": true,
"auth_username": "hidden",
"auth_password": "hidden"
}
}