Global Programmatic API Key Access List
Note
The whitelist
resource is deprecated for Ops Manager 5.0 and later.
Use the accessList
resource instead to control access to
API operations.
Base URL: https://{OPSMANAGER-HOST}:{PORT}/api/public/v1.0
Use the /admin/accessList
resource to view, create, or delete
Global Access List Entries, used in conjunction with Global Programmatic API Keys.
Permissions
To use these endpoints, grant the following roles to an Project API Key or user in your Organization:
Role | Possible Action |
---|---|
Any Global role | Retrieve Global Access List Entries |
Create, update, or delete a Global Access List Entry |
Endpoints
Method | Endpoint | Description |
---|---|---|
GET | Get all global access list entries. | |
GET | Get one global access list entry. | |
POST | Create one global access list entry. | |
PATCH | Update the global access list entry specified by {ACCESS-LIST-ID} . | |
DELETE | Delete the global access list entry specified by {ACCESS-LIST-ID} . |