...
Code Block |
---|
POST /sites/create
{
"id": "rrr",
"theme": "astra",
"hostnames": ["rrr.cloud2-stg.rezfusion.com"],
"service": "blue",
"name": "Project Bluelaunch | rrr",
"canonicalHostname": "rrr.cloud2-stg.rezfusion.com"
} |
This will create the AWS Dynamo DB entry for the site as well as relevant secrets for accessing the database and WP CMS.
Fetching Site Details
...