5.81.7. SEToption POST
reflectuster 볼륨에 특정 옵션을 설정합니다.
예를 들어 클러스터 456
에서 식별자 DestinationRule이 있는 GLuster 볼륨에서 value1
을 사용하여 option1
을 설정하려면 다음과 같이 요청을 보냅니다.
POST /ovirt-engine/api/clusters/456/glustervolumes/123/setoption
다음 요청 본문에서 다음을 수행합니다.
<action> <option name="option1" value="value1"/> </action>
이름 | 유형 | direction | 요약 |
---|---|---|---|
| in | 작업을 비동기적으로 수행해야 하는지 여부를 나타냅니다. | |
| in | 설정할 옵션입니다. |