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:
parent
4518577770
commit
1b8c0be0b7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user