Skip to content

[storage::dell::me4::restapi::plugin] - mode(interfaces): Cannot decode response with host-phy-statistics requests#5912

Open
LanxOrderForce wants to merge 1 commit intocentreon:developfrom
LanxOrderForce:develop
Open

[storage::dell::me4::restapi::plugin] - mode(interfaces): Cannot decode response with host-phy-statistics requests#5912
LanxOrderForce wants to merge 1 commit intocentreon:developfrom
LanxOrderForce:develop

Conversation

@LanxOrderForce
Copy link

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.

@LanxOrderForce LanxOrderForce requested a review from a team as a code owner December 24, 2025 13:35
@rchauvel
Copy link

rchauvel commented Jan 8, 2026

Thanks for this we will review your proposal and plan its official integration

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.

2 participants