Returns what the Application's automatic-enrollment matcher has been doing.
Read-only companion to the policy above, kept a separate payload because that one is a full-replace PUT. `provisionedLastHour` counts over the same trailing hour and the same grant provenance the cap itself counts, so the two can never disagree. The pending counts break the queue down by which verdict put each sender there — refused by the allowlist, turned away by a spent cap, or queued because provisioning faulted — which are three different problems with three different fixes. Requests queued before those verdicts were recorded carry a sender-shaped reason and are not attributed to the matcher here.
Authorization
Bearer JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
The owning Application id.
uuidThe tenant identifier
Response Body
curl -X GET "https://api.fruxon.com/v1/tenants/string/networks/497f6eca-6276-4993-bfeb-53cbbbba6f08/provisioningPolicy/activity"{
"networkId": "00000000-0000-0000-0000-000000000000",
"provisionedLastHour": 0,
"pendingNotMatched": 0,
"pendingRateCapped": 0,
"pendingFaulted": 0
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Returns the Application's automatic-enrollment policy.
When none is configured, returns the editable defaults with `configured: false` so clients can render the editor prefilled. `configured` is also the precondition for setting either admission policy on the Network to `PROVISION`.
Removes the Application's automatic-enrollment policy.
Refused (400) while either admission policy on the Network is still `PROVISION` — flip the admission setting first, so the behaviour change is the one the operator asked for rather than a silently degraded setting.