Disabling monitoring of HA800 series power metrics using UCP Advisor REST API

Unified Compute Platform (UCP) Advisor Administration Guide

Version
4.6.x
Audience
anonymous
Part Number
MK-92UCP119-15
ft:lastEdition
2024-09-24

The compute power metrics for HA800 G2/G3 server models are collected at scheduled intervals by default. However, you can disable this parameter using UCP Advisor REST APIs.

  • HA800 G2/G3 series servers must be onboarded to UCP Advisor.
  • You must have either ucpAdminRole or UcpAdvisorComputeAdmin permissions.
  1. Access the UCP Advisor REST APIs in Swagger at:https://<UCPAdvisor- vm-ip-address>/porcelain/v2/swagger-ui/index.html. See Accessing the UCP Advisor REST APIs.
  2. Generate the session authorization token:
    1. Make a REST API call to: POST /v2/auth/ Login token.
    2. Copy the token.
  3. For Select a definition, select Monitoring to load the REST APIs for monitoring.
  4. Click Authorize and enter the token that you copied in step 2.b.
  5. Click Authorize, and then click Close.
  6. Expand the config-controller collection and click POST/config/server.
  7. Select false for the enable boolean parameter.