Skip to content

Conversation

@Lanxor
Copy link

@Lanxor Lanxor commented Dec 24, 2025

Community contributors

Description

The API request /api/show/host-phy-statistics returns a 400 Bad Request error because it is not available on the Dell SAN.

Fixes #5911

Type of change

  • Patch fixing an issue (non-breaking change)
  • New functionality (non-breaking change)
  • Functionality enhancement or optimization (non-breaking change)
  • Breaking change (patch or feature) that might cause side effects breaking part of the Software

How this pull request can be tested ?

  1. Setup an new Dell PowerVault hardware
  2. Configure a user with monitor permissions
  3. Execure the following command with user/password
/lib/centreon/plugins/centreon_dell_me4_restapi.pl \
    --plugin=storage::dell::me4::restapi::plugin \
    --hostname='XXX' \
    --api-username='XXX' \
    --api-password='XXX' \
    --port='443' \
    --proto='https' \
    --insecure \
    --digest-sha256 \
    --mode interfaces \
    --omit-phy-statistics \
    --debug

Debug mode need to not execute last HTTP request /api/show/host-phy-statistic.

Checklist

  • I have followed the coding style guidelines provided by Centreon
  • I have commented my code, especially hard-to-understand areas of the PR.
  • I have rebased my development branch on the base branch (develop).
  • I have provide data or shown output displaying the result of this code in the plugin area concerned.

@Lanxor Lanxor requested a review from a team as a code owner December 24, 2025 13:35
@Lanxor Lanxor requested a review from scresto31 December 24, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant