Description
Gets the NiFi Registry configurations.
GET /config
Gets the NiFi Registry configurations.
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
RegistryConfiguration |
401 |
Client could not be authenticated. |
No Content |
/
application/json
Type | Name |
---|---|
apiKey |
Authorization |
Request path
/config
Response 200
{
"supportsManagedAuthorizer" : true,
"supportsConfigurableAuthorizer" : true,
"supportsConfigurableUsersAndGroups" : true
}