FruxonDocs
Agent NetworkGraph

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`.

GET
/v1/tenants/{tenant}/networks/{network}/provisioningPolicy
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

network*string

The owning Application id.

Formatuuid
tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/networks/497f6eca-6276-4993-bfeb-53cbbbba6f08/provisioningPolicy"
{
  "networkId": "00000000-0000-0000-0000-000000000000",
  "configured": false,
  "environmentRule": "MATCH_LIST",
  "environmentIds": [
    "00000000-0000-0000-0000-000000000000"
  ],
  "unmatchedFallback": "REQUEST_ACCESS",
  "maxProvisionsPerHour": 0
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}