Harness NextGen Software Delivery Platform API Reference (3.0)

Download OpenAPI specification:Download

This is the Open Api Spec 3 for the NextGen Manager. This is under active development. Beware of the breaking change with respect to the generated code stub

Access Control List

This contains the APIs to perform access control checks

Check Permission

Check for permission on resource(s) for a principal

SecurityApiKey
Request
Request Body schema:

These are the checks to perform for Access Control.

required
Array of objects (PermissionCheck) [ 0 .. 10000 ] items

List of permission checks to perform

required
object (AuthzPrincipal)
Responses
400

Bad Request

500

Internal server error

default

Result of the access check request

post/authz/api/acl
Request samples
{
  • "permissions": [
    ],
  • "principal": {
    }
}
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}