{
"app_proxy_app_id": 0,
"app_proxy_service": "string",
"app_proxy_service_port": 0,
"app_proxy_service_to_internal": true,
"domain_type": "shared",
"domains": [
"string"
],
"name": "string",
"php_limits": {
"max_cpu": 0,
"max_memory": 0
},
"php_store_release_id": 0,
"project_id": 0,
"reverse_proxy_is_enable_cache": true,
"reverse_proxy_url": "string",
"type": "static",
"webserver_limits": {
"max_cpu": 0,
"max_memory": 0
},
"webserver_store_release_id": 0
}
curl --location --request POST 'https://api.v2.rainyun.com/product/rca/website/' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_proxy_app_id": 0,
"app_proxy_service": "string",
"app_proxy_service_port": 0,
"app_proxy_service_to_internal": true,
"domain_type": "shared",
"domains": [
"string"
],
"name": "string",
"php_limits": {
"max_cpu": 0,
"max_memory": 0
},
"php_store_release_id": 0,
"project_id": 0,
"reverse_proxy_is_enable_cache": true,
"reverse_proxy_url": "string",
"type": "static",
"webserver_limits": {
"max_cpu": 0,
"max_memory": 0
},
"webserver_store_release_id": 0
}'
{}