Fix api-ref v1-indicators

When doing a GET or PUT on an indicator the indicator
specified must use `indicator@component` syntax. For
example:

 indicators/led@system or indicators/led-0@chassis

Ref: ironic.api.controllers.v1.node.IndicatorAtComponent

Change-Id: I6908544b52be88cbddf537c954dd5e097a0d83e6
This commit is contained in:
Harald Jensås 2023-05-09 00:20:11 +02:00
parent 4518577770
commit 1b8c0be0b7
No known key found for this signature in database
GPG Key ID: 693852E00DCEA408
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ Response Parameters
Get Indicator State
===================
.. rest_method:: GET /v1/nodes/{node_ident}/management/indicators/{component}/{ind_ident}
.. rest_method:: GET /v1/nodes/{node_ident}/management/indicators/{ind_ident}@{component}
.. versionadded:: 1.63
@ -127,7 +127,7 @@ Response Parameters
Set Indicator State
===================
.. rest_method:: PUT /v1/nodes/{node_ident}/management/indicators/{component}/{ind_ident}
.. rest_method:: PUT /v1/nodes/{node_ident}/management/indicators/{ind_ident}@{component}
.. versionadded:: 1.63