Update Origin Address
This setting is available for all 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
|
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 |
origin_url | It is the URL information of the resource created in the Medianova Cloud panel. | String, URL | Yes |
Payload
{
"resource_label": null,
"resource_uuid": "***-****-****-****",
"data_source": "origin",
"origin_url": "http://test.com"
}