Create a new siteCopy Pagepost https://{hostname}/api/infrastructure/v1/sitesThis operation creates a new site.Body Params' A site assigns a name to a group of nodes.'namestringrequiredlength between 1 and 254The unique name for this site.abbreviatedNamestringrequiredlength between 1 and 50A shortened name for this site.Responses 201An HTTP 201 will be returned if the request is successfully processed, and a new site object is created. The location of the new object will be specified in the Location header. 400An HTTP 400 will be returned if the request is badly formed or has constraint violations 403An HTTP 403 will be returned if the principal is not authorized to access the instance of node that the request was made against. 409An HTTP 409 will be returned if the node offered for create/update would lead to a conflicting state.Updated 2 months ago