6.94. FenceAgents


특정 호스트의 펜스 에이전트를 관리하는 서비스입니다.

Expand
표 6.268. 메서드 요약
이름요약

add

호스트에 새 fencing-agent를 추가합니다.

list

호스트에 구성된 펜싱 에이전트 목록을 반환합니다.

6.94.1. POST추가

호스트에 새 fencing-agent를 추가합니다.

POST /ovirt-engine/api/hosts/123/fenceagents

You should consult the /usr/sbin/fence_<agent_name> manual page for
the legal parameters to [name1=value1, name2=value2,...] in the options field.
If any parameter in options appears by name that means that it is mandatory.
For example in <options>slot=7[,name1=value1, name2=value2,...]</options>
slot is mandatory.
Copy to Clipboard Toggle word wrap

APC, Bladecenter, wti 펜싱 에이전트/s 샘플 요청:

  <agent>
    <type>apc</type>
    <order>1</order>
    <ip>192.168.1.101</ip>
    <user>user</user>
    <password>xxx</password>
    <port>9</port>
    <options>slot=7[,name1=value1, name2=value2,...]</options>
  </agent>
Copy to Clipboard Toggle word wrap

apc_snmp, hpblade, ilo, ilo2, ilo_ssh, redfish, rsa 펜싱 에이전트/s 샘플 요청:

  <agent>
    <type>apc_snmp</type>
    <order>1</order>
    <ip>192.168.1.101</ip>
    <user>user</user>
    <password>xxx</password>
    <port>9</port>
    <options>[name1=value1, name2=value2,...]</options>
  </agent>
Copy to Clipboard Toggle word wrap

cisco_ucs, drac5, eps 펜싱 에이전트/s 샘플 요청:

  <agent>
    <type>cisco_ucs</type>
    <order>1</order>
    <ip>192.168.1.101</ip>
    <user>user</user>
    <password>xxx</password>
    <options>slot=7[,name1=value1, name2=value2,...]</options>
  </agent>
Copy to Clipboard Toggle word wrap

drac7, ilo3, ilo4, ipmilan, rsb 펜싱 에이전트/s 샘플 요청:

  <agent>
    <type>drac7</type>
    <order>1</order>
    <ip>192.168.1.101</ip>
    <user>user</user>
    <password>xxx</password>
    <options>[name1=value1, name2=value2,...]</options>
  </agent>
Copy to Clipboard Toggle word wrap
Expand
표 6.269. 매개변수 요약
이름유형방향요약

에이전트

에이전트

in/Out

 

6.94.2. GET나열

호스트에 구성된 펜싱 에이전트 목록을 반환합니다.

GET /ovirt-engine/api/hosts/123/fenceagents
Copy to Clipboard Toggle word wrap

다음은 샘플 응답입니다.

<agents>
  <agent id="0">
    <type>apc</type>
    <order>1</order>
    <ip>192.168.1.101</ip>
    <user>user</user>
    <password>xxx</password>
    <port>9</port>
    <options>name1=value1, name2=value2</options>
  </agent>
</agents>
Copy to Clipboard Toggle word wrap

반환된 펜싱 에이전트 목록의 순서는 보장되지 않습니다.

Expand
표 6.270. 매개변수 요약
이름유형방향요약

에이전트

Agent[]

Out

펜스 에이전트 세부 정보 목록.

팔로우

문자열

in

따라야 할 내부 링크를 나타냅니다.

max

정수

in

반환할 최대 에이전트 수를 설정합니다.

6.94.2.1. 팔로우

따라야 할 내부 링크를 나타냅니다. 이러한 링크에서 참조하는 오브젝트는 현재 요청의 일부로 가져옵니다. 자세한 내용은 여기를 참조하십시오.

6.94.2.2. max

반환할 최대 에이전트 수를 설정합니다. 지정하지 않으면 모든 에이전트가 반환됩니다.

맨 위로 이동
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2025 Red Hat