defaults row (brand=domain, default-name=<domain>) whose value is a blob of key="value" pairs. This resource exposes each option separately so it can be validated: a value the API accepts is one NDP will read. Resolution order in NDP: site rows, then the domain row for the device's server, and only when there is none, the default / * tier. Omitting default-server lists the default tier; default-server=all lists every tier. One object per option, in the order NDP evaluates them.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//provisioning-defaults?default-server=undefined&sort=undefined&limit=undefined&start=undefined' \
--header 'Authorization: Bearer <token>'[
{
"domain": "string",
"site": "string",
"default-server": "string",
"option-name": "string",
"option-value": "string",
"default-timestamp-datetime": "2019-08-24T14:15:22.123Z"
}
]