Configure Site
This request configures the site that this appliance is running on. Warning: Once the site is set it can never be changed again!
Operation ID for correlating logs across multiple services
Configure site request.
{
"site": "site1"
}
The site name. Allowed characters are: letter, number, dash, and underscore.
OK
{
"id": "2bfb7696-3aa1-49d3-bb40-d9e97df1baba",
"site": "site1",
"lsUrl": "https://localhost/lookupservice/sdk",
"lsThumbprint": "SHA-256:0D:80:21:91:C7:DC:94:BC:9D:E8:A7:04:0F:6B:F1:09:5C:AA:97:C8:4A:72:E5:CF:5E:8F:84:A7:B9:CC:8C:85"
}
The site name.
The returned error codes include (but are not limited to): NotAuthenticated
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to): GeneralServerFailure
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.