Docs Menu
Docs Home
/
Ops Manager
/ / /

Global Programmatic API Keys

Base URL: https://{OPSMANAGER-HOST}:{PORT}/api/public/v1.0

Use the /admin/apiKeys resource to view, create, or delete Global API Keys.

Tip

To learn more about Global Programmatic API Keys, see API Keys.

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 API Keys

Create, update, or delete a Global API Key

Method
Endpoint
Description

GET

Get all Global API Keys.

GET

Get all roles for Global API Keys.

GET

Get one API Key with ID {API-KEY-ID}.

POST

Create an API Key.

PATCH

Update one API Key with ID {API-KEY-ID}.

DELETE

Delete the API Key with ID {API-KEY-ID}.

Back

Unassign