Third-Party Integration Settings
Ops Manager v6.0 will EOL in January 2025. Upgrade to a higher Ops Manager version as soon as possible.
Note
Groups and projects are synonymous terms. Your {PROJECT-ID}
is the
same as your project id. For existing groups, your group/project id
remains the same. This page uses the more familiar term group when
referring to descriptions. The endpoint remains as stated in the
document.
Ops Manager Endpoints
Important
Each project can have only one configuration per
{INTEGRATION-TYPE}
.
Base URL: https://{OPSMANAGER-HOST}:{PORT}/api/public/v1.0
The following endpoints are available for managing third-party service integrations.
Method | Endpoint | Description |
---|---|---|
GET | Get all third-party integration configurations for the project
associated with {GROUP-ID} . | |
GET | Get a specific third-party integration configuration for
{INTEGRATION-TYPE} for the project associated with
{GROUP-ID} . | |
POST | Add a new third-party integration configuration for
{INTEGRATION-TYPE} to the project associated with
{GROUP-ID} . | |
PUT | Replace the third-party integration configuration for
{INTEGRATION-TYPE} with a new configuration, or add a new
configuration if there is no configuration for
{INTEGRATION-TYPE} , to the project associated with
{GROUP-ID} . | |
DELETE | Remove the third-party integration configuration for
{INTEGRATION-TYPE} from the project associated with
{GROUP-ID} . |
Prometheus Endpoints
Base URL: https://{OPSMANAGER-HOST}:{PORT}/prometheus/v1.0/
The following endpoints are available for managing the Prometheus integration.
Method | Endpoint | Description |
---|---|---|
GET | Returns the latest targets for the project associated with
{GROUP-ID} . |