Cisco Cisco Email Security Appliance C170 Folheto

Página de 32
 
12
Cisco AsyncOS API for Email - 시작 가이드
 
  AsyncOS API 문제 해결
Content-type: application/json
Content-Length: 633
Connection: close
{
    "data":{
        "2001::63":{
            "detected_virus":2,
            "threat_content_filter":0,
            "total_dlp_incidents":0,
            "total_clean_recipients":4372,
            "total_recipients_processed":4374,
            "detected_spam":0,
            "total_threat_recipients":2
        }
"2001::6":{
            "detected_virus":2,
            "threat_content_filter":0,
            "total_dlp_incidents":0,
            "total_clean_recipients":1232,
            "total_recipients_processed":1234,
            "detected_spam":0,
            "total_threat_recipients":2
        }
    },
"uri":"/api/v1.0/stats/mail_sender_ip_hostname_detail?duration=2014-04-23T00:00-00:00/2014
-10-21T00:00-00:00&entity=2001::6&starts_with=true"
}
인라인 도움말 Cisco AsyncOS API for Email 액세스
AsyncOS API에서는 지원되는 모든 보고서 및 카운터에 대한 종합 인라인 도움말을 제공합니다. 
URI의 끝에 
/help
를 추가하여 보고서 또는 카운터에 대한 인라인 도움말에 액세스할 수 있습니다. 
몇 가지 예를 들면 다음과 같습니다.
GET /api/v1.0/stats/help
 통계 보고서와 그 설명의 목록을 검색할 수 있습니다.
GET /api/v1.0/health/help
 어플라이언스의 주요 상태 매개변수와 그 설명의 목록을 검색할 
수 있습니다.
GET /api/v1.0/stats/mail_incoming_traffic_summary/help
 Incoming Mail Summary(수신 메
일 요약) 보고서의 설명, 이 보고서에서 지원되는 카운터 및 그에 대한 설명, 보고서 범주를 검
색할 수 있습니다.
GET /api/v1.0/stats/mail_incoming_traffic_summary/detected_virus/help
 Incoming Mail 
Summary(수신 메일 요약) 보고서의  “
detected_virus
”  카운터에 대한 설명을 검색할 수 있습
니다.
AsyncOS API 문제 해결