Logo
AAH 2020.4 API Documentation

03 Create Site

POST https://{{IPAddr}}/api/v1/sites

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Set-Cookie
string
accept
string
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://IPAddr/api/v1/sites' -H 'Set-Cookie: d9070805-83d3-433e-87c8-db702350d726' -H 'accept: application/json' -H 'Content-Type: application/json' -d '{"site":{"name":"SiteName","configs":{"defaultMetadataLoaderPriority":0,"defaultSchedulePriority":0,"defaultWorkflowPriority":0,"onlyOwnerCanShare":true,"previewDataCatalog":true,"onlyOwnerCanShareGlobally":true},"description":"This is my sample Site"}}'

ENDPOINTS