Apache NiFi Registry REST API ReferencePDF version

3.11.3. Get available resources

GET /policies/resources

Gets the available resources that support access/authorization policies

HTTP Code Description Schema

200

successful operation

< Resource > array

401

Client could not be authenticated.

No Content

403

Client is not authorized to make this request.

No Content

  • /

  • application/json

Type Name

apiKey

Authorization

Request path

/policies/resources

Response 200

         [ {
  "identifier" : "string",
  "name" : "string"
} ]