5.56.2. GET나열


이벤트 목록을 가져옵니다.

GET /ovirt-engine/api/events

위의 요청으로 다음과 같은 응답을 받습니다.

<events>
  <event href="/ovirt-engine/api/events/2" id="2">
    <description>User admin@internal-authz logged out.</description>
    <code>31</code>
    <correlation_id>1e892ea9</correlation_id>
    <custom_id>-1</custom_id>
    <flood_rate>30</flood_rate>
    <origin>oVirt</origin>
    <severity>normal</severity>
    <time>2016-09-14T12:14:34.541+02:00</time>
    <user href="/ovirt-engine/api/users/57d91d48-00da-0137-0138-000000000244" id="57d91d48-00da-0137-0138-000000000244"/>
  </event>
  <event href="/ovirt-engine/api/events/1" id="1">
    <description>User admin logged in.</description>
    <code>30</code>
    <correlation_id>1fbd81f4</correlation_id>
    <custom_id>-1</custom_id>
    <flood_rate>30</flood_rate>
    <origin>oVirt</origin>
    <severity>normal</severity>
    <time>2016-09-14T11:54:35.229+02:00</time>
    <user href="/ovirt-engine/api/users/57d91d48-00da-0137-0138-000000000244" id="57d91d48-00da-0137-0138-000000000244"/>
  </event>
</events>

다음과 같은 이벤트가 발생합니다.

  • ID="1" - admin 사용자 계정에 API 로그입니다.
  • ID="2" - API가 admin 사용자 계정에서 로그아웃합니다.
표 5.166. 매개변수 요약
이름유형direction요약

case_sensitive

부울

in

case를 고려하여 search 매개변수를 사용하여 수행한 검색을 수행해야 하는지 나타냅니다.

이벤트

event[]

out

 

from

정수

in

반환해야 하는 첫 번째 이벤트의 식별자를 나타냅니다.

최대

정수

in

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

search

문자열

in

이벤트 서비스는 다른 리소스 서비스와 유사한 검색 쿼리를 제공합니다.

5.56.2.1. case_sensitive

case를 고려하여 search 매개변수를 사용하여 수행한 검색을 수행해야 하는지 나타냅니다. 기본값은 true 입니다. 즉, 케이스가 고려됩니다. 대소문자를 무시하려면 이를 false 로 설정합니다.

Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

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

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

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

Red Hat 소개

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

© 2024 Red Hat, Inc.