Security Management Appliance 13.8 API
    
  
                              
  
  AsyncOS 13.8.0 API - Addendum to the Getting Started Guide for Cisco Security Management Appliances
    Access
    
      - HTTP Basic Authentication
 
      - APIKey KeyParamName:jwtToken KeyInQuery:false KeyInHeader:true
 
    
  
  [ Jump to 
Models ]
  
Table of Contents 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/advanced_phishing_protection_summary
 
    advanced phishing protection summary (smaApiV20ReportingAdvancedPhishingProtectionSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "failure" : 0,
      "success" : 6
    }, {
      "failure" : 0,
      "success" : 6
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    advanced phishing protection summary
        
reporting_mail_advanced_phishing_protection_summary
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_threat_summary
 
    amp threat summary details (smaApiV20ReportingMailAmpThreatSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "incoming_malicious" : 0,
      "outgoing_malicious" : 6
    }, {
      "incoming_malicious" : 0,
      "outgoing_malicious" : 6
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    AMP threat summary details
        
reporting_mail_amp_threat_summary
    
  
  
  
    
    Up
    delete /sma/api/v2.0/config/archived_reports
 
    Delete archived report (smaApiV20ConfigArchivedReportsDelete)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      id (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "message" : "message"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete archived report
        
archived_report_delete
    
  
  
    
    Up
    get /sma/api/v2.0/config/archived_reports
 
    Retrieve archived entries (smaApiV20ConfigArchivedReportsGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
      filterByReportTypeName (optional)
      
            Query Parameter —  
      filterByTimeRange (optional)
      
            Query Parameter —  
      filterByTitle (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "archived_reports" : [ {
      "properties" : {
        "periodic_report_format" : "periodic_report_format",
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_generated" : "periodic_report_generated",
        "periodic_report_time_range" : "periodic_report_time_range",
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_product_type" : "periodic_report_product_type"
      }
    }, {
      "properties" : {
        "periodic_report_format" : "periodic_report_format",
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_generated" : "periodic_report_generated",
        "periodic_report_time_range" : "periodic_report_time_range",
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_product_type" : "periodic_report_product_type"
      }
    } ],
    "meta" : {
      "totalCount" : 0
    }
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve archived reports entries
        
config_archived_reports_view
    
  
  
    
    Up
    post /sma/api/v2.0/config/archived_reports
 
    Add archived report (smaApiV20ConfigArchivedReportsPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add archived report 
                   
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : "data"
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add archived report
        
archived_report_post
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary
 
    details of mailbox on demand remediated messages (smaApiV20ReportingMailMorBatchSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_forwarded_deleted" : [ { }, { } ],
      "msgs_total" : [ { }, { } ],
      "msgs_forwarded" : [ { }, { } ],
      "msgs_failed" : [ { }, { } ],
      "msgs_deleted" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages
        
reporting_mail_mor_batch_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_deleted
 
    details of mailbox on demand remediated messages deleted (smaApiV20ReportingMailMorBatchSummaryMsgsDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_deleted" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages deleted
        
reporting_mail_mor_batch_summary_msgs_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_failed
 
    details of mailbox on demand remediated messages failed (smaApiV20ReportingMailMorBatchSummaryMsgsFailedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_failed" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages failed
        
reporting_mail_mor_batch_summary_msgs_failed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_forwarded_deleted
 
    details of mailbox on demand remediated messages forwarded deleted (smaApiV20ReportingMailMorBatchSummaryMsgsForwardedDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_forwarded_deleted" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages forwarded deleted
        
reporting_mail_mor_batch_summary_msgs_forwarded_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_forwarded
 
    details of mailbox on demand remediated messages forwarded (smaApiV20ReportingMailMorBatchSummaryMsgsForwardedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_forwarded" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages forwarded
        
reporting_mail_mor_batch_summary_msgs_forwarded
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_total
 
    details of mailbox on demand remediated messages total (smaApiV20ReportingMailMorBatchSummaryMsgsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_total" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages total
        
reporting_mail_mor_batch_summary_msgs_total
    
  
  
  
    
    Up
    delete /sma/api/v2.0/quarantine/blocklist
 
    Delete blocklist entries (smaApiV20QuarantineBlocklistDelete)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Quarantine blocklist delete request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete blocklist entries
        
inline_response_200
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/blocklist
 
    Retrieve Blocklist entries (smaApiV20QuarantineBlocklistGet)
    
    Query parameters
    
      action (optional)
      
            Query Parameter —  
      viewBy (optional)
      
            Query Parameter —  
      search (optional)
      
            Query Parameter —  
      quarantineType (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "senderList" : [ "senderList", "senderList" ],
    "recipientAddress" : "recipientAddress"
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve Blocklist entries
        
quarantine_safelist
    
  
  
    
    Up
    post /sma/api/v2.0/quarantine/blocklist
 
    Add, edit and append Blocklist entries (smaApiV20QuarantineBlocklistPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add, edit and append Blocklist entries request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "senderList" : [ "senderList", "senderList" ],
    "recipientAddresses" : [ "recipientAddresses", "recipientAddresses" ],
    "action" : "action"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add, edit and append Blocklist entries
        
quarantine_blocklist_post
    
  
  
  
    
    Up
    post /sma/api/v2.0/config/centralizedServices/centralizedReporting/allGroups
 
    Add/Edit/Remove reporting groups (smaApiV20ConfigCentralizedServicesCentralizedReportingAllGroupsPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add/Edit/Remove reporting groups
        
config/common/update_success_message
    404
    Error in Add/Edit/Remove reporting groups
        
config/common/error_message
    409
    Request Conflict in Add/Edit/Remove reporting groups
        
config/common/error_message
    
  
  
    
    Up
    delete /sma/api/v2.0/config/centralizedServices/centralizedReporting/reportingGroups
 
    Delete reporting groups (smaApiV20ConfigCentralizedServicesCentralizedReportingReportingGroupsDelete)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
      group (optional)
      
            Query Parameter —  
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete reporting groups
        
config/common/update_success_message
    404
    Error in Delete reporting groups
        
config/common/error_message
    
  
  
    
    Up
    get /sma/api/v2.0/config/centralizedServices/centralizedReporting/reportingGroups
 
    Retrieve Centralized Reporting Groups summary (smaApiV20ConfigCentralizedServicesCentralizedReportingReportingGroupsGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
      orderBy (optional)
      
            Query Parameter —  default: group 
      orderDir (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
       
    Return type
    
      
      config/centralized_services/centralizedServices_reportingGroups_view
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve Centralized Reporting Groups - VIEW
        
config/centralized_services/centralizedServices_reportingGroups_view
    404
    Error in Retrieve reporting groups
        
config/common/error_message
    
  
  
    
    Up
    post /sma/api/v2.0/config/centralizedServices/centralizedReporting/reportingGroups
 
    Add reporting groups (smaApiV20ConfigCentralizedServicesCentralizedReportingReportingGroupsPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add reporting groups
        
config/common/update_success_message
    404
    Error in Add reporting groups
        
config/common/error_message
    409
    Request Conflict in Add reporting groups
        
config/common/error_message
    
  
  
    
    Up
    put /sma/api/v2.0/config/centralizedServices/centralizedReporting/reportingGroups
 
    Edit reporting groups (smaApiV20ConfigCentralizedServicesCentralizedReportingReportingGroupsPut)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Edit reporting groups
        
config/common/update_success_message
    404
    Error in Edit reporting groups
        
config/common/error_message
    409
    Request Conflict in Edit reporting groups
        
config/common/error_message
    
  
  
  
    
    Up
    post /sma/api/v2.0/config/local_quarantines
 
    add pvo quarantine (smaApiV20ConfigLocalQuarantinesPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add pvo quarantine request body 
                   
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "totalCount" : 0,
    "quarantine_names" : [ "quarantine_names", "quarantine_names" ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    201
    Add pvo quarantine
        
config_local_quarantines_add_message
    
  
  
    
    Up
    delete /sma/api/v2.0/config/local_quarantines/{quarantine_name}
 
    delete pvo quarantine (smaApiV20ConfigLocalQuarantinesQuarantineNameDelete)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "message" : "message"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete pvo quarantine
        
config_local_quarantines_delete
    
  
  
    
    Up
    get /sma/api/v2.0/config/local_quarantines/{quarantine_name}
 
    get pvo quarantine details (smaApiV20ConfigLocalQuarantinesQuarantineNameGet)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "quarantine_users" : [ { }, { } ],
    "quarantine_retention_units" : "quarantine_retention_units",
    "quarantine_created_by" : "quarantine_created_by",
    "quarantine_normal_actions" : {
      "quarantine_action" : "quarantine_action"
    },
    "quarantine_type" : "quarantine_type",
    "quarantine_created_on" : "quarantine_created_on",
    "quarantine_retention_period" : 0,
    "quarantine_custom_roles" : [ { }, { } ],
    "quarantine_groups" : [ { }, { } ],
    "quarantine_automatic_action" : true,
    "quarantine_size_used" : "quarantine_size_used",
    "quarantine_name" : "quarantine_name",
    "quarantine_overflow_actions" : {
      "quarantine_header_name" : "quarantine_header_name",
      "quarantine_header_text" : "quarantine_header_text",
      "quarantine_subject_text" : "quarantine_subject_text",
      "quarantine_subject_action" : "quarantine_subject_action",
      "quarantine_strip_action" : "quarantine_strip_action"
    }
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get pvo quarantine details
        
config_local_quarantines_get
    
  
  
    
    Up
    put /sma/api/v2.0/config/local_quarantines/{quarantine_name}
 
    edit pvo quarantine (smaApiV20ConfigLocalQuarantinesQuarantineNamePut)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Edit pvo quarantine request body 
                   
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "message" : "message"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Edit pvo quarantine
        
config_local_quarantines_edit_message
    
  
  
    
    Up
    get /sma/api/v2.0/config/quarantine_filters/{quarantine_name}
 
    get quarantine users (smaApiV20ConfigQuarantineFiltersQuarantineNameGet)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "quarantine_filters" : [ {
      "esa" : "esa",
      "name" : "name",
      "type" : "type"
    }, {
      "esa" : "esa",
      "name" : "name",
      "type" : "type"
    } ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get quarantine users
        
config_local_quarantines_filters
    
  
  
    
    Up
    get /sma/api/v2.0/config/quarantine_users
 
    get quarantine users (smaApiV20ConfigQuarantineUsersGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "local_users" : [ "local_users", "local_users" ],
    "custom_user_roles" : [ "custom_user_roles", "custom_user_roles" ],
    "ext_users" : [ "ext_users", "ext_users" ],
    "external_authentication_service" : "external_authentication_service"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get quarantine users
        
config_local_quarantines_users
    
  
  
  
    
    Up
    delete /sma/api/v2.0/config/archived_reports
 
    Delete archived report (smaApiV20ConfigArchivedReportsDelete)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      id (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "message" : "message"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete archived report
        
archived_report_delete
    
  
  
    
    Up
    get /sma/api/v2.0/config/archived_reports
 
    Retrieve archived entries (smaApiV20ConfigArchivedReportsGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
      filterByReportTypeName (optional)
      
            Query Parameter —  
      filterByTimeRange (optional)
      
            Query Parameter —  
      filterByTitle (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "archived_reports" : [ {
      "properties" : {
        "periodic_report_format" : "periodic_report_format",
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_generated" : "periodic_report_generated",
        "periodic_report_time_range" : "periodic_report_time_range",
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_product_type" : "periodic_report_product_type"
      }
    }, {
      "properties" : {
        "periodic_report_format" : "periodic_report_format",
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_generated" : "periodic_report_generated",
        "periodic_report_time_range" : "periodic_report_time_range",
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_product_type" : "periodic_report_product_type"
      }
    } ],
    "meta" : {
      "totalCount" : 0
    }
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve archived reports entries
        
config_archived_reports_view
    
  
  
    
    Up
    post /sma/api/v2.0/config/archived_reports
 
    Add archived report (smaApiV20ConfigArchivedReportsPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add archived report 
                   
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : "data"
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add archived report
        
archived_report_post
    
  
  
    
    Up
    get /sma/api/v2.0/config/legacy_archived_reports
 
    Retrieve legacy archived entries (smaApiV20ConfigLegacyArchivedReportsGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "meta" : {
      "totalCount" : 0
    },
    "legacy_archived_reports" : [ {
      "properties" : {
        "periodic_report_format" : "periodic_report_format",
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_generated" : "periodic_report_generated",
        "periodic_report_time_range" : "periodic_report_time_range",
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_product_type" : "periodic_report_product_type"
      }
    }, {
      "properties" : {
        "periodic_report_format" : "periodic_report_format",
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_generated" : "periodic_report_generated",
        "periodic_report_time_range" : "periodic_report_time_range",
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_product_type" : "periodic_report_product_type"
      }
    } ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve legacy archived reports entries
        
config_legacy_archived_reports_view
    
  
  
    
    Up
    delete /sma/api/v2.0/config/periodic_reports
 
    Delete periodic report (smaApiV20ConfigPeriodicReportsDelete)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      id (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "message" : "message"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete periodic report
        
periodic_report_delete
    
  
  
    
    Up
    get /sma/api/v2.0/config/periodic_reports
 
    Retrieve periodic reports summary (smaApiV20ConfigPeriodicReportsGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "meta" : {
      "totalCount" : 0
    },
    "periodic_reports" : [ {
      "periodic report id" : {
        "periodic_report_options" : {
          "periodic_report_format" : "periodic_report_format",
          "periodic_report_lang" : "periodic_report_lang",
          "periodic_report_rows" : 5,
          "periodic_report_time_range" : "periodic_report_time_range"
        },
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_type" : "periodic_report_type",
        "periodic_report_schedule" : {
          "periodic_report_second" : 0,
          "periodic_report_minute" : 6,
          "periodic_report_month" : "periodic_report_month",
          "periodic_report_schedule_type" : "periodic_report_schedule_type",
          "periodic_report_year" : "periodic_report_year",
          "periodic_report_day" : "periodic_report_day",
          "periodic_report_weekday" : "periodic_report_weekday",
          "periodic_report_hour" : 1
        },
        "periodic_report_user_name" : "periodic_report_user_name",
        "periodic_report_next_run_date" : "periodic_report_next_run_date",
        "periodic_report_product_type" : "periodic_report_product_type",
        "periodic_report_recipients" : [ { }, { } ],
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_delivery" : "periodic_report_delivery"
      }
    }, {
      "periodic report id" : {
        "periodic_report_options" : {
          "periodic_report_format" : "periodic_report_format",
          "periodic_report_lang" : "periodic_report_lang",
          "periodic_report_rows" : 5,
          "periodic_report_time_range" : "periodic_report_time_range"
        },
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_type" : "periodic_report_type",
        "periodic_report_schedule" : {
          "periodic_report_second" : 0,
          "periodic_report_minute" : 6,
          "periodic_report_month" : "periodic_report_month",
          "periodic_report_schedule_type" : "periodic_report_schedule_type",
          "periodic_report_year" : "periodic_report_year",
          "periodic_report_day" : "periodic_report_day",
          "periodic_report_weekday" : "periodic_report_weekday",
          "periodic_report_hour" : 1
        },
        "periodic_report_user_name" : "periodic_report_user_name",
        "periodic_report_next_run_date" : "periodic_report_next_run_date",
        "periodic_report_product_type" : "periodic_report_product_type",
        "periodic_report_recipients" : [ { }, { } ],
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_delivery" : "periodic_report_delivery"
      }
    } ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve periodic reports entries
        
config_periodic_reports_view
    
  
  
    
    Up
    post /sma/api/v2.0/config/periodic_reports
 
    Add periodic report (smaApiV20ConfigPeriodicReportsPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add periodic report 
                   
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : "data"
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add periodic report
        
periodic_report_post
    
  
  
  
    
    Up
    post /sma/api/v2.0/config/centralizedServices/centralizedReporting/allGroups
 
    Add/Edit/Remove reporting groups (smaApiV20ConfigCentralizedServicesCentralizedReportingAllGroupsPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add/Edit/Remove reporting groups
        
config/common/update_success_message
    404
    Error in Add/Edit/Remove reporting groups
        
config/common/error_message
    409
    Request Conflict in Add/Edit/Remove reporting groups
        
config/common/error_message
    
  
  
    
    Up
    delete /sma/api/v2.0/config/centralizedServices/centralizedReporting/reportingGroups
 
    Delete reporting groups (smaApiV20ConfigCentralizedServicesCentralizedReportingReportingGroupsDelete)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
      group (optional)
      
            Query Parameter —  
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete reporting groups
        
config/common/update_success_message
    404
    Error in Delete reporting groups
        
config/common/error_message
    
  
  
    
    Up
    get /sma/api/v2.0/config/centralizedServices/centralizedReporting/reportingGroups
 
    Retrieve Centralized Reporting Groups summary (smaApiV20ConfigCentralizedServicesCentralizedReportingReportingGroupsGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
      orderBy (optional)
      
            Query Parameter —  default: group 
      orderDir (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
       
    Return type
    
      
      config/centralized_services/centralizedServices_reportingGroups_view
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve Centralized Reporting Groups - VIEW
        
config/centralized_services/centralizedServices_reportingGroups_view
    404
    Error in Retrieve reporting groups
        
config/common/error_message
    
  
  
    
    Up
    post /sma/api/v2.0/config/centralizedServices/centralizedReporting/reportingGroups
 
    Add reporting groups (smaApiV20ConfigCentralizedServicesCentralizedReportingReportingGroupsPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add reporting groups
        
config/common/update_success_message
    404
    Error in Add reporting groups
        
config/common/error_message
    409
    Request Conflict in Add reporting groups
        
config/common/error_message
    
  
  
    
    Up
    put /sma/api/v2.0/config/centralizedServices/centralizedReporting/reportingGroups
 
    Edit reporting groups (smaApiV20ConfigCentralizedServicesCentralizedReportingReportingGroupsPut)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Edit reporting groups
        
config/common/update_success_message
    404
    Error in Edit reporting groups
        
config/common/error_message
    409
    Request Conflict in Edit reporting groups
        
config/common/error_message
    
  
  
    
    Up
    get /sma/api/v2.0/config/centralizedServices/serviceStatus
 
    get centralized services status (smaApiV20ConfigCentralizedServicesServiceStatusGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/centralized_services/config_service_status
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get centralized services status
        
config/centralized_services/config_service_status
    
  
  
    
    Up
    put /sma/api/v2.0/config/centralizedServices/serviceStatus
 
    edit centralized services status (smaApiV20ConfigCentralizedServicesServiceStatusPut)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Edit centralized services status
        
config/common/update_success_message
    
  
  
    
    Up
    get /sma/api/v2.0/config/centralizedServices/systemStatus
 
    get centralized system status (smaApiV20ConfigCentralizedServicesSystemStatusGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/centralized_services/config_system_status
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get centralized system status
        
config/centralized_services/config_system_status
    
  
  
  
    
    Up
    delete /sma/api/v2.0/config/archived_reports
 
    Delete archived report (smaApiV20ConfigArchivedReportsDelete)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      id (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "message" : "message"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete archived report
        
archived_report_delete
    
  
  
    
    Up
    delete /sma/api/v2.0/config/centralizedServices/centralizedReporting/reportingGroups
 
    Delete reporting groups (smaApiV20ConfigCentralizedServicesCentralizedReportingReportingGroupsDelete)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
      group (optional)
      
            Query Parameter —  
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete reporting groups
        
config/common/update_success_message
    404
    Error in Delete reporting groups
        
config/common/error_message
    
  
  
    
    Up
    delete /sma/api/v2.0/config/local_quarantines/{quarantine_name}
 
    delete pvo quarantine (smaApiV20ConfigLocalQuarantinesQuarantineNameDelete)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "message" : "message"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete pvo quarantine
        
config_local_quarantines_delete
    
  
  
    
    Up
    delete /sma/api/v2.0/config/periodic_reports
 
    Delete periodic report (smaApiV20ConfigPeriodicReportsDelete)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      id (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "message" : "message"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete periodic report
        
periodic_report_delete
    
  
  
    
    Up
    delete /sma/api/v2.0/quarantine/blocklist
 
    Delete blocklist entries (smaApiV20QuarantineBlocklistDelete)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Quarantine blocklist delete request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete blocklist entries
        
inline_response_200
    
  
  
    
    Up
    delete /sma/api/v2.0/quarantine/messages
 
    Delete messages that match various attribute (smaApiV20QuarantineMessagesDelete)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Quarantine message delete request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "action" : "action",
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete messages that match various attribute
        
quarantine_messages_delete
    
  
  
    
    Up
    delete /sma/api/v2.0/quarantine/rules
 
    Delete messages from the rule summary that match multiple attributes (smaApiV20QuarantineRulesDelete)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Delete messages from the rule summary that match multiple attributes 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "action" : "action",
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete messages from the rule summary that match multiple attributes
        
quarantine_messages_delete
    
  
  
    
    Up
    delete /sma/api/v2.0/quarantine/safelist
 
    Delete safelist entries (smaApiV20QuarantineSafelistDelete)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Quarantine safelist delete request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete safelist entries
        
inline_response_200_4
    
  
  
  
    
    Up
    get /sma/api/v2.0/config/archived_reports
 
    Retrieve archived entries (smaApiV20ConfigArchivedReportsGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
      filterByReportTypeName (optional)
      
            Query Parameter —  
      filterByTimeRange (optional)
      
            Query Parameter —  
      filterByTitle (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "archived_reports" : [ {
      "properties" : {
        "periodic_report_format" : "periodic_report_format",
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_generated" : "periodic_report_generated",
        "periodic_report_time_range" : "periodic_report_time_range",
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_product_type" : "periodic_report_product_type"
      }
    }, {
      "properties" : {
        "periodic_report_format" : "periodic_report_format",
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_generated" : "periodic_report_generated",
        "periodic_report_time_range" : "periodic_report_time_range",
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_product_type" : "periodic_report_product_type"
      }
    } ],
    "meta" : {
      "totalCount" : 0
    }
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve archived reports entries
        
config_archived_reports_view
    
  
  
    
    Up
    get /sma/api/v2.0/config/centralizedServices/centralizedReporting/reportingGroups
 
    Retrieve Centralized Reporting Groups summary (smaApiV20ConfigCentralizedServicesCentralizedReportingReportingGroupsGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
      orderBy (optional)
      
            Query Parameter —  default: group 
      orderDir (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
       
    Return type
    
      
      config/centralized_services/centralizedServices_reportingGroups_view
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve Centralized Reporting Groups - VIEW
        
config/centralized_services/centralizedServices_reportingGroups_view
    404
    Error in Retrieve reporting groups
        
config/common/error_message
    
  
  
    
    Up
    get /sma/api/v2.0/config/centralizedServices/serviceStatus
 
    get centralized services status (smaApiV20ConfigCentralizedServicesServiceStatusGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/centralized_services/config_service_status
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get centralized services status
        
config/centralized_services/config_service_status
    
  
  
    
    Up
    get /sma/api/v2.0/config/centralizedServices/systemStatus
 
    get centralized system status (smaApiV20ConfigCentralizedServicesSystemStatusGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/centralized_services/config_system_status
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get centralized system status
        
config/centralized_services/config_system_status
    
  
  
    
    Up
    get /sma/api/v2.0/config/legacy_archived_reports
 
    Retrieve legacy archived entries (smaApiV20ConfigLegacyArchivedReportsGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "meta" : {
      "totalCount" : 0
    },
    "legacy_archived_reports" : [ {
      "properties" : {
        "periodic_report_format" : "periodic_report_format",
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_generated" : "periodic_report_generated",
        "periodic_report_time_range" : "periodic_report_time_range",
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_product_type" : "periodic_report_product_type"
      }
    }, {
      "properties" : {
        "periodic_report_format" : "periodic_report_format",
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_generated" : "periodic_report_generated",
        "periodic_report_time_range" : "periodic_report_time_range",
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_product_type" : "periodic_report_product_type"
      }
    } ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve legacy archived reports entries
        
config_legacy_archived_reports_view
    
  
  
    
    Up
    get /sma/api/v2.0/config/local_quarantines/{quarantine_name}
 
    get pvo quarantine details (smaApiV20ConfigLocalQuarantinesQuarantineNameGet)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "quarantine_users" : [ { }, { } ],
    "quarantine_retention_units" : "quarantine_retention_units",
    "quarantine_created_by" : "quarantine_created_by",
    "quarantine_normal_actions" : {
      "quarantine_action" : "quarantine_action"
    },
    "quarantine_type" : "quarantine_type",
    "quarantine_created_on" : "quarantine_created_on",
    "quarantine_retention_period" : 0,
    "quarantine_custom_roles" : [ { }, { } ],
    "quarantine_groups" : [ { }, { } ],
    "quarantine_automatic_action" : true,
    "quarantine_size_used" : "quarantine_size_used",
    "quarantine_name" : "quarantine_name",
    "quarantine_overflow_actions" : {
      "quarantine_header_name" : "quarantine_header_name",
      "quarantine_header_text" : "quarantine_header_text",
      "quarantine_subject_text" : "quarantine_subject_text",
      "quarantine_subject_action" : "quarantine_subject_action",
      "quarantine_strip_action" : "quarantine_strip_action"
    }
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get pvo quarantine details
        
config_local_quarantines_get
    
  
  
    
    Up
    get /sma/api/v2.0/config/periodic_reports
 
    Retrieve periodic reports summary (smaApiV20ConfigPeriodicReportsGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "meta" : {
      "totalCount" : 0
    },
    "periodic_reports" : [ {
      "periodic report id" : {
        "periodic_report_options" : {
          "periodic_report_format" : "periodic_report_format",
          "periodic_report_lang" : "periodic_report_lang",
          "periodic_report_rows" : 5,
          "periodic_report_time_range" : "periodic_report_time_range"
        },
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_type" : "periodic_report_type",
        "periodic_report_schedule" : {
          "periodic_report_second" : 0,
          "periodic_report_minute" : 6,
          "periodic_report_month" : "periodic_report_month",
          "periodic_report_schedule_type" : "periodic_report_schedule_type",
          "periodic_report_year" : "periodic_report_year",
          "periodic_report_day" : "periodic_report_day",
          "periodic_report_weekday" : "periodic_report_weekday",
          "periodic_report_hour" : 1
        },
        "periodic_report_user_name" : "periodic_report_user_name",
        "periodic_report_next_run_date" : "periodic_report_next_run_date",
        "periodic_report_product_type" : "periodic_report_product_type",
        "periodic_report_recipients" : [ { }, { } ],
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_delivery" : "periodic_report_delivery"
      }
    }, {
      "periodic report id" : {
        "periodic_report_options" : {
          "periodic_report_format" : "periodic_report_format",
          "periodic_report_lang" : "periodic_report_lang",
          "periodic_report_rows" : 5,
          "periodic_report_time_range" : "periodic_report_time_range"
        },
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_type" : "periodic_report_type",
        "periodic_report_schedule" : {
          "periodic_report_second" : 0,
          "periodic_report_minute" : 6,
          "periodic_report_month" : "periodic_report_month",
          "periodic_report_schedule_type" : "periodic_report_schedule_type",
          "periodic_report_year" : "periodic_report_year",
          "periodic_report_day" : "periodic_report_day",
          "periodic_report_weekday" : "periodic_report_weekday",
          "periodic_report_hour" : 1
        },
        "periodic_report_user_name" : "periodic_report_user_name",
        "periodic_report_next_run_date" : "periodic_report_next_run_date",
        "periodic_report_product_type" : "periodic_report_product_type",
        "periodic_report_recipients" : [ { }, { } ],
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_delivery" : "periodic_report_delivery"
      }
    } ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve periodic reports entries
        
config_periodic_reports_view
    
  
  
    
    Up
    get /sma/api/v2.0/config/quarantine_filters/{quarantine_name}
 
    get quarantine users (smaApiV20ConfigQuarantineFiltersQuarantineNameGet)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "quarantine_filters" : [ {
      "esa" : "esa",
      "name" : "name",
      "type" : "type"
    }, {
      "esa" : "esa",
      "name" : "name",
      "type" : "type"
    } ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get quarantine users
        
config_local_quarantines_filters
    
  
  
    
    Up
    get /sma/api/v2.0/config/quarantine_users
 
    get quarantine users (smaApiV20ConfigQuarantineUsersGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "local_users" : [ "local_users", "local_users" ],
    "custom_user_roles" : [ "custom_user_roles", "custom_user_roles" ],
    "ext_users" : [ "ext_users", "ext_users" ],
    "external_authentication_service" : "external_authentication_service"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get quarantine users
        
config_local_quarantines_users
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/blocklist
 
    Retrieve Blocklist entries (smaApiV20QuarantineBlocklistGet)
    
    Query parameters
    
      action (optional)
      
            Query Parameter —  
      viewBy (optional)
      
            Query Parameter —  
      search (optional)
      
            Query Parameter —  
      quarantineType (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "senderList" : [ "senderList", "senderList" ],
    "recipientAddress" : "recipientAddress"
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve Blocklist entries
        
quarantine_safelist
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/messages/attachment
 
    Download an attachment accompanying a message in a quarantine (smaApiV20QuarantineMessagesAttachmentGet)
    
    Query parameters
    
      mid (optional)
      
            Query Parameter —  
      attachmentId (optional)
      
            Query Parameter —  
      quarantineType (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Download an attachment accompanying a message in a quarantine
        
quarantine_messages_pvo_attachment
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/messages/details
 
    Retrieve details of a message that match multiple attributes (smaApiV20QuarantineMessagesDetailsGet)
    
    Query parameters
    
      mid (optional)
      
            Query Parameter —  
      quarantineType (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve details of a message that match multiple attributes
        
inline_response_200_3
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/messages
 
    Search for messages in the spam quarantine that match multiple attributes (smaApiV20QuarantineMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      quarantineType (optional)
      
            Query Parameter —  
      quarantines (optional)
      
            Query Parameter —  
      originatingEsaIp (optional)
      
            Query Parameter —  
      subjectFilterBy (optional)
      
            Query Parameter —  
      subjectFilterValue (optional)
      
            Query Parameter —  
      attachmentName (optional)
      
            Query Parameter —  
      attachmentSizeFilterBy (optional)
      
            Query Parameter —  
      attachmentSizeFromValue (optional)
      
            Query Parameter —  
      attachmentSizeToValue (optional)
      
            Query Parameter —  
      envelopeRecipientFilterBy (optional)
      
            Query Parameter —  
      envelopeRecipientFilterValue (optional)
      
            Query Parameter —  
      envelopeSenderFilterBy (optional)
      
            Query Parameter —  
      envelopeSenderFilterValue (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Search for messages in the spam quarantine that match multiple attributes
        
inline_response_200_1
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/rules
 
    Retrieve the rule summary (smaApiV20QuarantineRulesGet)
    
    Query parameters
    
      quarantineType (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "attributes" : {
      "averageMessageSize" : "averageMessageSize",
      "totalSize" : "totalSize",
      "numberOfMessages" : 0,
      "ruleId" : "ruleId",
      "ruleDescription" : "ruleDescription",
      "capacity" : "capacity"
    },
    "rid" : 6
  },
  "meta" : {
    "totalAverageMessageSize" : "totalAverageMessageSize",
    "totalNumberOfMessages" : 1
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve the rule summary
        
quarantine_pvo_rules
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/rules_search
 
    Search for messages in quarantine that match a specific rule ID (smaApiV20QuarantineRulesSearchGet)
    
    Query parameters
    
      quarantineType (optional)
      
            Query Parameter —  
      ruleId (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : [ {
    "mid" : "mid",
    "attributes" : {
      "size" : "size",
      "esaHostName" : "esaHostName",
      "sender" : "sender",
      "subject" : "subject",
      "originatingEsaIp" : "originatingEsaIp",
      "quarantineForReason" : [ "quarantineForReason", "quarantineForReason" ],
      "recipient" : [ "recipient", "recipient" ],
      "inQuarantines" : "inQuarantines",
      "scheduledExit" : "scheduledExit",
      "received" : "received",
      "esaMid" : 0,
      "quarantineForReasonDict" : [ {
        "reason" : [ "reason", "reason" ],
        "quarantineName" : "quarantineName"
      }, {
        "reason" : [ "reason", "reason" ],
        "quarantineName" : "quarantineName"
      } ]
    }
  }, {
    "mid" : "mid",
    "attributes" : {
      "size" : "size",
      "esaHostName" : "esaHostName",
      "sender" : "sender",
      "subject" : "subject",
      "originatingEsaIp" : "originatingEsaIp",
      "quarantineForReason" : [ "quarantineForReason", "quarantineForReason" ],
      "recipient" : [ "recipient", "recipient" ],
      "inQuarantines" : "inQuarantines",
      "scheduledExit" : "scheduledExit",
      "received" : "received",
      "esaMid" : 0,
      "quarantineForReasonDict" : [ {
        "reason" : [ "reason", "reason" ],
        "quarantineName" : "quarantineName"
      }, {
        "reason" : [ "reason", "reason" ],
        "quarantineName" : "quarantineName"
      } ]
    }
  } ],
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Search for messages in quarantine that match a specific rule ID
        
quarantine_messages_pvo_rules-search
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/safelist
 
    Retrieve Safelist entries (smaApiV20QuarantineSafelistGet)
    
    Query parameters
    
      action (optional)
      
            Query Parameter —  
      viewBy (optional)
      
            Query Parameter —  
      search (optional)
      
            Query Parameter —  
      quarantineType (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "senderList" : [ "senderList", "senderList" ],
    "recipientAddress" : "recipientAddress"
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve Safelist entries
        
quarantine_safelist
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/advanced_phishing_protection_summary
 
    advanced phishing protection summary (smaApiV20ReportingAdvancedPhishingProtectionSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "failure" : 0,
      "success" : 6
    }, {
      "failure" : 0,
      "success" : 6
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    advanced phishing protection summary
        
reporting_mail_advanced_phishing_protection_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/completed_timestamp
 
    mail amp file analysis by filename completed timestamp (smaApiV20ReportingMailAmpFileAnalysisByFilenameCompletedTimestampGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "completed_timestamp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename completed timestamp
        
reporting_mail_amp_file_analysis_by_filename_completed_timestamp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/console_url
 
    mail amp file analysis by filename console url (smaApiV20ReportingMailAmpFileAnalysisByFilenameConsoleUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "console_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename console url
        
reporting_mail_amp_file_analysis_by_filename_console_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename
 
    mail amp file analysis by filename (smaApiV20ReportingMailAmpFileAnalysisByFilenameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "score" : [ "", "" ],
      "interim_verdict" : [ "", "" ],
      "run_id" : [ "", "" ],
      "console_url" : [ "", "" ],
      "submit_timestamp" : [ "", "" ],
      "msg_direction" : [ "", "" ],
      "completed_timestamp" : [ "", "" ],
      "url" : [ "", "" ],
      "status" : [ "", "" ]
    }, {
      "score" : [ "", "" ],
      "interim_verdict" : [ "", "" ],
      "run_id" : [ "", "" ],
      "console_url" : [ "", "" ],
      "submit_timestamp" : [ "", "" ],
      "msg_direction" : [ "", "" ],
      "completed_timestamp" : [ "", "" ],
      "url" : [ "", "" ],
      "status" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename
        
reporting_mail_amp_file_analysis_by_filename
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/interim_verdict
 
    mail amp file analysis by filename interim verdict (smaApiV20ReportingMailAmpFileAnalysisByFilenameInterimVerdictGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "interim_verdict" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename interim verdict
        
reporting_mail_amp_file_analysis_by_filename_interim_verdict
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/msg_direction
 
    mail amp file analysis by filename msg direction (smaApiV20ReportingMailAmpFileAnalysisByFilenameMsgDirectionGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msg_direction" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename msg direction
        
reporting_mail_amp_file_analysis_by_filename_msg_direction
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/run_id
 
    mail amp file analysis by filename run id (smaApiV20ReportingMailAmpFileAnalysisByFilenameRunIdGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "run_id" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename run id
        
reporting_mail_amp_file_analysis_by_filename_run_id
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/score
 
    mail amp file analysis by filename score (smaApiV20ReportingMailAmpFileAnalysisByFilenameScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename score
        
reporting_mail_amp_file_analysis_by_filename_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/status
 
    mail amp file analysis by filename status (smaApiV20ReportingMailAmpFileAnalysisByFilenameStatusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "status" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename status
        
reporting_mail_amp_file_analysis_by_filename_status
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/submit_timestamp
 
    mail amp file analysis by filename submit timestamp (smaApiV20ReportingMailAmpFileAnalysisByFilenameSubmitTimestampGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "submit_timestamp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename submit timestamp
        
reporting_mail_amp_file_analysis_by_filename_submit_timestamp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/url
 
    mail amp file analysis by filename url (smaApiV20ReportingMailAmpFileAnalysisByFilenameUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename url
        
reporting_mail_amp_file_analysis_by_filename_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/console_url
 
    mail amp reputation update console url (smaApiV20ReportingMailAmpReputationUpdateConsoleUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "console_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update console url
        
reporting_mail_amp_reputation_update_console_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/filenames
 
    mail amp reputation update filenames (smaApiV20ReportingMailAmpReputationUpdateFilenamesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "filenames" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update filenames
        
reporting_mail_amp_reputation_update_filenames
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update
 
    mail amp reputation update (smaApiV20ReportingMailAmpReputationUpdateGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "timestamped_tuple" : [ "", "" ],
      "console_url" : [ "", "" ],
      "filenames" : [ "", "" ],
      "msg_direction" : [ "", "" ],
      "old_disposition" : [ "", "" ]
    }, {
      "timestamped_tuple" : [ "", "" ],
      "console_url" : [ "", "" ],
      "filenames" : [ "", "" ],
      "msg_direction" : [ "", "" ],
      "old_disposition" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update
        
reporting_mail_amp_reputation_update
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/msg_direction
 
    mail amp reputation update msg direction (smaApiV20ReportingMailAmpReputationUpdateMsgDirectionGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msg_direction" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update msg direction
        
reporting_mail_amp_reputation_update_msg_direction
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/old_disposition
 
    mail amp reputation update old disposition (smaApiV20ReportingMailAmpReputationUpdateOldDispositionGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "old_disposition" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update old disposition
        
reporting_mail_amp_reputation_update_old_disposition
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/timestamped_tuple
 
    mail amp reputation update timestamped tuple (smaApiV20ReportingMailAmpReputationUpdateTimestampedTupleGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "timestamped_tuple" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update timestamped tuple
        
reporting_mail_amp_reputation_update_timestamped_tuple
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_threat_summary
 
    amp threat summary details (smaApiV20ReportingMailAmpThreatSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "incoming_malicious" : 0,
      "outgoing_malicious" : 6
    }, {
      "incoming_malicious" : 0,
      "outgoing_malicious" : 6
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    AMP threat summary details
        
reporting_mail_amp_threat_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/auth_disallow
 
    mail authentication incoming domain auth disallow (smaApiV20ReportingMailAuthenticationIncomingDomainAuthDisallowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "auth_disallow" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain auth disallow
        
reporting_mail_authentication_incoming_domain_auth_disallow
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/auth_fail
 
    mail authentication incoming domain auth fail (smaApiV20ReportingMailAuthenticationIncomingDomainAuthFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "auth_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain auth fail
        
reporting_mail_authentication_incoming_domain_auth_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/auth_success
 
    mail authentication incoming domain auth success (smaApiV20ReportingMailAuthenticationIncomingDomainAuthSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "auth_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain auth success
        
reporting_mail_authentication_incoming_domain_auth_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/cert_fail
 
    mail authentication incoming domain cert fail (smaApiV20ReportingMailAuthenticationIncomingDomainCertFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain cert fail
        
reporting_mail_authentication_incoming_domain_cert_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/cert_fallback_fail
 
    mail authentication incoming domain cert fallback fail (smaApiV20ReportingMailAuthenticationIncomingDomainCertFallbackFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_fallback_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain cert fallback fail
        
reporting_mail_authentication_incoming_domain_cert_fallback_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/cert_fallback_success
 
    mail authentication incoming domain cert fallback success (smaApiV20ReportingMailAuthenticationIncomingDomainCertFallbackSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_fallback_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain cert fallback success
        
reporting_mail_authentication_incoming_domain_cert_fallback_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/cert_success
 
    mail authentication incoming domain cert success (smaApiV20ReportingMailAuthenticationIncomingDomainCertSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain cert success
        
reporting_mail_authentication_incoming_domain_cert_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain
 
    mail authentication incoming domain (smaApiV20ReportingMailAuthenticationIncomingDomainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_success" : [ "", "" ],
      "auth_success" : [ "", "" ],
      "total" : [ "", "" ],
      "noauth" : [ "", "" ],
      "cert_fallback_fail" : [ "", "" ],
      "auth_fail" : [ "", "" ],
      "cert_fail" : [ "", "" ],
      "cert_fallback_success" : [ "", "" ],
      "auth_disallow" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain
        
reporting_mail_authentication_incoming_domain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip
 
    mail authentication incoming domain ip (smaApiV20ReportingMailAuthenticationIncomingDomainIpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "last_cert_fail" : [ "", "" ],
      "last_cert_success" : [ "", "" ],
      "last_auth_success" : [ "", "" ],
      "last_cert_fallback" : [ "", "" ],
      "last_auth_fail" : [ "", "" ],
      "last_auth_disallow" : [ "", "" ]
    }, {
      "last_cert_fail" : [ "", "" ],
      "last_cert_success" : [ "", "" ],
      "last_auth_success" : [ "", "" ],
      "last_cert_fallback" : [ "", "" ],
      "last_auth_fail" : [ "", "" ],
      "last_auth_disallow" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip
        
reporting_mail_authentication_incoming_domain_ip
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_auth_disallow
 
    mail authentication incoming domain ip last auth disallow (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastAuthDisallowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_auth_disallow" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last auth disallow
        
reporting_mail_authentication_incoming_domain_ip_last_auth_disallow
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_auth_fail
 
    mail authentication incoming domain ip last auth fail (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastAuthFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_auth_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last auth fail
        
reporting_mail_authentication_incoming_domain_ip_last_auth_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_auth_success
 
    mail authentication incoming domain ip last auth success (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastAuthSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_auth_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last auth success
        
reporting_mail_authentication_incoming_domain_ip_last_auth_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_cert_fail
 
    mail authentication incoming domain ip last cert fail (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastCertFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_cert_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last cert fail
        
reporting_mail_authentication_incoming_domain_ip_last_cert_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_cert_fallback
 
    mail authentication incoming domain ip last cert fallback (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastCertFallbackGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_cert_fallback" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last cert fallback
        
reporting_mail_authentication_incoming_domain_ip_last_cert_fallback
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_cert_success
 
    mail authentication incoming domain ip last cert success (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastCertSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_cert_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last cert success
        
reporting_mail_authentication_incoming_domain_ip_last_cert_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/noauth
 
    mail authentication incoming domain noauth (smaApiV20ReportingMailAuthenticationIncomingDomainNoauthGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "noauth" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain noauth
        
reporting_mail_authentication_incoming_domain_noauth
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/total
 
    mail authentication incoming domain total (smaApiV20ReportingMailAuthenticationIncomingDomainTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain total
        
reporting_mail_authentication_incoming_domain_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary
 
    mail authentication summary (smaApiV20ReportingMailAuthenticationSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "received_total" : [ "", "" ],
      "received_conn_cert_fail" : [ "", "" ],
      "received_conn_total" : [ "", "" ],
      "received_conn_auth_fail" : [ "", "" ],
      "received_conn_noauth" : [ "", "" ],
      "received_noauth" : [ "", "" ],
      "received_conn_auth_success" : [ "", "" ],
      "received_auth" : [ "", "" ],
      "received_conn_cert_success" : [ "", "" ]
    }, {
      "received_total" : [ "", "" ],
      "received_conn_cert_fail" : [ "", "" ],
      "received_conn_total" : [ "", "" ],
      "received_conn_auth_fail" : [ "", "" ],
      "received_conn_noauth" : [ "", "" ],
      "received_noauth" : [ "", "" ],
      "received_conn_auth_success" : [ "", "" ],
      "received_auth" : [ "", "" ],
      "received_conn_cert_success" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary
        
reporting_mail_authentication_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_auth
 
    mail authentication summary received auth (smaApiV20ReportingMailAuthenticationSummaryReceivedAuthGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_auth" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received auth
        
reporting_mail_authentication_summary_received_auth
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_auth_fail
 
    mail authentication summary received conn auth fail (smaApiV20ReportingMailAuthenticationSummaryReceivedConnAuthFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_auth_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn auth fail
        
reporting_mail_authentication_summary_received_conn_auth_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_auth_success
 
    mail authentication summary received conn auth success (smaApiV20ReportingMailAuthenticationSummaryReceivedConnAuthSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_auth_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn auth success
        
reporting_mail_authentication_summary_received_conn_auth_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_cert_fail
 
    mail authentication summary received conn cert fail (smaApiV20ReportingMailAuthenticationSummaryReceivedConnCertFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_cert_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn cert fail
        
reporting_mail_authentication_summary_received_conn_cert_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_cert_success
 
    mail authentication summary received conn cert success (smaApiV20ReportingMailAuthenticationSummaryReceivedConnCertSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_cert_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn cert success
        
reporting_mail_authentication_summary_received_conn_cert_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_noauth
 
    mail authentication summary received conn noauth (smaApiV20ReportingMailAuthenticationSummaryReceivedConnNoauthGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_noauth" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn noauth
        
reporting_mail_authentication_summary_received_conn_noauth
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_total
 
    mail authentication summary received conn total (smaApiV20ReportingMailAuthenticationSummaryReceivedConnTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn total
        
reporting_mail_authentication_summary_received_conn_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_noauth
 
    mail authentication summary received noauth (smaApiV20ReportingMailAuthenticationSummaryReceivedNoauthGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_noauth" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received noauth
        
reporting_mail_authentication_summary_received_noauth
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_total
 
    mail authentication summary received total (smaApiV20ReportingMailAuthenticationSummaryReceivedTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received total
        
reporting_mail_authentication_summary_received_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_incoming
 
    mail content filter incoming (smaApiV20ReportingMailContentFilterIncomingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter incoming
        
reporting_mail_content_filter_incoming
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_incoming/recipients_matched
 
    mail content filter incoming recipients matched (smaApiV20ReportingMailContentFilterIncomingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter incoming recipients matched
        
reporting_mail_content_filter_incoming_recipients_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_outgoing
 
    mail content filter outgoing (smaApiV20ReportingMailContentFilterOutgoingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter outgoing
        
reporting_mail_content_filter_outgoing
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_outgoing/recipients_matched
 
    mail content filter outgoing recipients matched (smaApiV20ReportingMailContentFilterOutgoingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter outgoing recipients matched
        
reporting_mail_content_filter_outgoing_recipients_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_users
 
    mail content filter users (smaApiV20ReportingMailContentFilterUsersGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter users
        
reporting_mail_content_filter_users
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_users/recipients_matched
 
    mail content filter users recipients matched (smaApiV20ReportingMailContentFilterUsersRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter users recipients matched
        
reporting_mail_content_filter_users_recipients_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_dane_fail
 
    mail destination domain detail conn dane fail (smaApiV20ReportingMailDestinationDomainDetailConnDaneFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_dane_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn dane fail
        
reporting_mail_destination_domain_detail_conn_dane_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_dane_success
 
    mail destination domain detail conn dane success (smaApiV20ReportingMailDestinationDomainDetailConnDaneSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_dane_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn dane success
        
reporting_mail_destination_domain_detail_conn_dane_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_last_tls_status
 
    mail destination domain detail conn last tls status (smaApiV20ReportingMailDestinationDomainDetailConnLastTlsStatusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_last_tls_status" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn last tls status
        
reporting_mail_destination_domain_detail_conn_last_tls_status
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_plain
 
    mail destination domain detail conn plain (smaApiV20ReportingMailDestinationDomainDetailConnPlainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_plain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn plain
        
reporting_mail_destination_domain_detail_conn_plain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_fail
 
    mail destination domain detail conn tls fail (smaApiV20ReportingMailDestinationDomainDetailConnTlsFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls fail
        
reporting_mail_destination_domain_detail_conn_tls_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_opt_fail
 
    mail destination domain detail conn tls opt fail (smaApiV20ReportingMailDestinationDomainDetailConnTlsOptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_opt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls opt fail
        
reporting_mail_destination_domain_detail_conn_tls_opt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_opt_success
 
    mail destination domain detail conn tls opt success (smaApiV20ReportingMailDestinationDomainDetailConnTlsOptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_opt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls opt success
        
reporting_mail_destination_domain_detail_conn_tls_opt_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_success
 
    mail destination domain detail conn tls success (smaApiV20ReportingMailDestinationDomainDetailConnTlsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls success
        
reporting_mail_destination_domain_detail_conn_tls_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_total
 
    mail destination domain detail conn tls total (smaApiV20ReportingMailDestinationDomainDetailConnTlsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls total
        
reporting_mail_destination_domain_detail_conn_tls_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/delivered
 
    mail destination domain detail delivered (smaApiV20ReportingMailDestinationDomainDetailDeliveredGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail delivered
        
reporting_mail_destination_domain_detail_delivered
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/detected_amp
 
    mail destination domain detail detected amp (smaApiV20ReportingMailDestinationDomainDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail detected amp
        
reporting_mail_destination_domain_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/detected_spam
 
    mail destination domain detail detected spam (smaApiV20ReportingMailDestinationDomainDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail detected spam
        
reporting_mail_destination_domain_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/detected_virus
 
    mail destination domain detail detected virus (smaApiV20ReportingMailDestinationDomainDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail detected virus
        
reporting_mail_destination_domain_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/encrypted_tls
 
    mail destination domain detail encrypted tls (smaApiV20ReportingMailDestinationDomainDetailEncryptedTlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "encrypted_tls" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail encrypted tls
        
reporting_mail_destination_domain_detail_encrypted_tls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail
 
    mail destination domain detail (smaApiV20ReportingMailDestinationDomainDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "encrypted_tls" : [ "", "" ],
      "conn_dane_success" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "conn_tls_fail" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "delivered" : [ "", "" ],
      "conn_plain" : [ "", "" ],
      "conn_last_tls_status" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "hard_bounces" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "conn_dane_fail" : [ "", "" ],
      "conn_tls_opt_fail" : [ "", "" ],
      "conn_tls_opt_success" : [ "", "" ],
      "conn_tls_success" : [ "", "" ],
      "conn_tls_total" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "encrypted_tls" : [ "", "" ],
      "conn_dane_success" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "conn_tls_fail" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "delivered" : [ "", "" ],
      "conn_plain" : [ "", "" ],
      "conn_last_tls_status" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "hard_bounces" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "conn_dane_fail" : [ "", "" ],
      "conn_tls_opt_fail" : [ "", "" ],
      "conn_tls_opt_success" : [ "", "" ],
      "conn_tls_success" : [ "", "" ],
      "conn_tls_total" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail
        
reporting_mail_destination_domain_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/hard_bounces
 
    mail destination domain detail hard bounces (smaApiV20ReportingMailDestinationDomainDetailHardBouncesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "hard_bounces" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail hard bounces
        
reporting_mail_destination_domain_detail_hard_bounces
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/threat_content_filter
 
    mail destination domain detail threat content filter (smaApiV20ReportingMailDestinationDomainDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail threat content filter
        
reporting_mail_destination_domain_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/total_clean_recipients
 
    mail destination domain detail total clean recipients (smaApiV20ReportingMailDestinationDomainDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail total clean recipients
        
reporting_mail_destination_domain_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/total_recipients
 
    mail destination domain detail total recipients (smaApiV20ReportingMailDestinationDomainDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail total recipients
        
reporting_mail_destination_domain_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/total_recipients_processed
 
    mail destination domain detail total recipients processed (smaApiV20ReportingMailDestinationDomainDetailTotalRecipientsProcessedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_processed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail total recipients processed
        
reporting_mail_destination_domain_detail_total_recipients_processed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/total_threat_recipients
 
    mail destination domain detail total threat recipients (smaApiV20ReportingMailDestinationDomainDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail total threat recipients
        
reporting_mail_destination_domain_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_action_delivered
 
    mail dlp outgoing policy detail dlp action delivered (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpActionDeliveredGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_action_delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp action delivered
        
reporting_mail_dlp_outgoing_policy_detail_dlp_action_delivered
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_action_dropped
 
    mail dlp outgoing policy detail dlp action dropped (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpActionDroppedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_action_dropped" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp action dropped
        
reporting_mail_dlp_outgoing_policy_detail_dlp_action_dropped
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_action_encrypted
 
    mail dlp outgoing policy detail dlp action encrypted (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpActionEncryptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_action_encrypted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp action encrypted
        
reporting_mail_dlp_outgoing_policy_detail_dlp_action_encrypted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_incidents_critical
 
    mail dlp outgoing policy detail dlp incidents critical (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpIncidentsCriticalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_critical" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp incidents critical
        
reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_critical
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_incidents_high
 
    mail dlp outgoing policy detail dlp incidents high (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpIncidentsHighGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_high" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp incidents high
        
reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_high
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_incidents_low
 
    mail dlp outgoing policy detail dlp incidents low (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpIncidentsLowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_low" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp incidents low
        
reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_low
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_incidents_medium
 
    mail dlp outgoing policy detail dlp incidents medium (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpIncidentsMediumGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_medium" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp incidents medium
        
reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_medium
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail
 
    mail dlp outgoing policy detail (smaApiV20ReportingMailDlpOutgoingPolicyDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "dlp_action_dropped" : [ "", "" ],
      "dlp_incidents_high" : [ "", "" ],
      "dlp_incidents_medium" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "dlp_incidents_low" : [ "", "" ],
      "dlp_incidents_critical" : [ "", "" ],
      "dlp_action_encrypted" : [ "", "" ],
      "dlp_action_delivered" : [ "", "" ]
    }, {
      "dlp_action_dropped" : [ "", "" ],
      "dlp_incidents_high" : [ "", "" ],
      "dlp_incidents_medium" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "dlp_incidents_low" : [ "", "" ],
      "dlp_incidents_critical" : [ "", "" ],
      "dlp_action_encrypted" : [ "", "" ],
      "dlp_action_delivered" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail
        
reporting_mail_dlp_outgoing_policy_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/total_dlp_incidents
 
    mail dlp outgoing policy detail total dlp incidents (smaApiV20ReportingMailDlpOutgoingPolicyDetailTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail total dlp incidents
        
reporting_mail_dlp_outgoing_policy_detail_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/dlp_incidents_critical
 
    mail dlp outgoing traffic summary dlp incidents critical (smaApiV20ReportingMailDlpOutgoingTrafficSummaryDlpIncidentsCriticalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_critical" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary dlp incidents critical
        
reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_critical
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/dlp_incidents_high
 
    mail dlp outgoing traffic summary dlp incidents high (smaApiV20ReportingMailDlpOutgoingTrafficSummaryDlpIncidentsHighGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_high" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary dlp incidents high
        
reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_high
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/dlp_incidents_low
 
    mail dlp outgoing traffic summary dlp incidents low (smaApiV20ReportingMailDlpOutgoingTrafficSummaryDlpIncidentsLowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_low" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary dlp incidents low
        
reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_low
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/dlp_incidents_medium
 
    mail dlp outgoing traffic summary dlp incidents medium (smaApiV20ReportingMailDlpOutgoingTrafficSummaryDlpIncidentsMediumGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_medium" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary dlp incidents medium
        
reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_medium
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary
 
    mail dlp outgoing traffic summary (smaApiV20ReportingMailDlpOutgoingTrafficSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "dlp_incidents_high" : [ "", "" ],
      "dlp_incidents_medium" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "dlp_incidents_low" : [ "", "" ],
      "dlp_incidents_critical" : [ "", "" ]
    }, {
      "dlp_incidents_high" : [ "", "" ],
      "dlp_incidents_medium" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "dlp_incidents_low" : [ "", "" ],
      "dlp_incidents_critical" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary
        
reporting_mail_dlp_outgoing_traffic_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/total_dlp_incidents
 
    mail dlp outgoing traffic summary total dlp incidents (smaApiV20ReportingMailDlpOutgoingTrafficSummaryTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary total dlp incidents
        
reporting_mail_dlp_outgoing_traffic_summary_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail
 
    mail dlp users policy detail (smaApiV20ReportingMailDlpUsersPolicyDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_quarantined" : [ "", "" ],
      "outgoing_dlp_action_dropped" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "outgoing_dlp_incidents_high" : [ "", "" ],
      "outgoing_dlp_action_encrypted" : [ "", "" ],
      "outgoing_dlp_incidents_medium" : [ "", "" ],
      "outgoing_dlp_incidents_low" : [ "", "" ],
      "outgoing_dlp_incidents_critical" : [ "", "" ],
      "outgoing_dlp_action_delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail
        
reporting_mail_dlp_users_policy_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_action_delivered
 
    mail dlp users policy detail outgoing dlp action delivered (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpActionDeliveredGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp action delivered
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_delivered
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_action_dropped
 
    mail dlp users policy detail outgoing dlp action dropped (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpActionDroppedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_dropped" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp action dropped
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_dropped
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_action_encrypted
 
    mail dlp users policy detail outgoing dlp action encrypted (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpActionEncryptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_encrypted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp action encrypted
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_encrypted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_action_quarantined
 
    mail dlp users policy detail outgoing dlp action quarantined (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpActionQuarantinedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_quarantined" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp action quarantined
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_quarantined
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_incidents_critical
 
    mail dlp users policy detail outgoing dlp incidents critical (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpIncidentsCriticalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_incidents_critical" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp incidents critical
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_critical
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_incidents_high
 
    mail dlp users policy detail outgoing dlp incidents high (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpIncidentsHighGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_incidents_high" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp incidents high
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_high
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_incidents_low
 
    mail dlp users policy detail outgoing dlp incidents low (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpIncidentsLowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_incidents_low" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp incidents low
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_low
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_incidents_medium
 
    mail dlp users policy detail outgoing dlp incidents medium (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpIncidentsMediumGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_incidents_medium" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp incidents medium
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_medium
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/total_dlp_incidents
 
    mail dlp users policy detail total dlp incidents (smaApiV20ReportingMailDlpUsersPolicyDetailTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail total dlp incidents
        
reporting_mail_dlp_users_policy_detail_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_failed_none
 
    mail dmarc incoming traffic summary dmarc failed none (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcFailedNoneGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_failed_none" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc failed none
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_none
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_failed_quarantined
 
    mail dmarc incoming traffic summary dmarc failed quarantined (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcFailedQuarantinedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_failed_quarantined" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc failed quarantined
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_quarantined
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_failed_rejected
 
    mail dmarc incoming traffic summary dmarc failed rejected (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcFailedRejectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_failed_rejected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc failed rejected
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_rejected
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_failed_total
 
    mail dmarc incoming traffic summary dmarc failed total (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcFailedTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_failed_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc failed total
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_passed
 
    mail dmarc incoming traffic summary dmarc passed (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcPassedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_passed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc passed
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_passed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_total_attempted
 
    mail dmarc incoming traffic summary dmarc total attempted (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcTotalAttemptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_total_attempted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc total attempted
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_total_attempted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary
 
    mail dmarc incoming traffic summary (smaApiV20ReportingMailDmarcIncomingTrafficSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "dmarc_total_attempted" : [ "", "" ],
      "dmarc_passed" : [ "", "" ],
      "dmarc_failed_none" : [ "", "" ],
      "dmarc_failed_quarantined" : [ "", "" ],
      "dmarc_failed_rejected" : [ "", "" ],
      "dmarc_failed_total" : [ "", "" ]
    }, {
      "dmarc_total_attempted" : [ "", "" ],
      "dmarc_passed" : [ "", "" ],
      "dmarc_failed_none" : [ "", "" ],
      "dmarc_failed_quarantined" : [ "", "" ],
      "dmarc_failed_rejected" : [ "", "" ],
      "dmarc_failed_total" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary
        
reporting_mail_dmarc_incoming_traffic_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_rate_limit/env_sender_incidents
 
    mail env sender rate limit env sender incidents (smaApiV20ReportingMailEnvSenderRateLimitEnvSenderIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "env_sender_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender rate limit env sender incidents
        
reporting_mail_env_sender_rate_limit_env_sender_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_rate_limit/env_sender_rejected_rcpts
 
    mail env sender rate limit env sender rejected rcpts (smaApiV20ReportingMailEnvSenderRateLimitEnvSenderRejectedRcptsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "env_sender_rejected_rcpts" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender rate limit env sender rejected rcpts
        
reporting_mail_env_sender_rate_limit_env_sender_rejected_rcpts
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_rate_limit
 
    mail env sender rate limit (smaApiV20ReportingMailEnvSenderRateLimitGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "env_sender_rejected_rcpts" : [ "", "" ],
      "env_sender_incidents" : [ "", "" ]
    }, {
      "env_sender_rejected_rcpts" : [ "", "" ],
      "env_sender_incidents" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender rate limit
        
reporting_mail_env_sender_rate_limit
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_stats
 
    mail env sender stats (smaApiV20ReportingMailEnvSenderStatsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "num_msgs" : [ "", "" ]
    }, {
      "num_msgs" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender stats
        
reporting_mail_env_sender_stats
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_stats/num_msgs
 
    mail env sender stats num msgs (smaApiV20ReportingMailEnvSenderStatsNumMsgsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "num_msgs" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender stats num msgs
        
reporting_mail_env_sender_stats_num_msgs
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_fed_content_filter_incoming
 
    mail fed content filter incoming (smaApiV20ReportingMailFedContentFilterIncomingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "recipients_matched" : [ "", "" ]
    }, {
      "recipients_matched" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail fed content filter incoming
        
reporting_mail_fed_content_filter_incoming
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_fed_content_filter_incoming/recipients_matched
 
    mail fed content filter incoming recipients matched (smaApiV20ReportingMailFedContentFilterIncomingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail fed content filter incoming recipients matched
        
reporting_mail_fed_content_filter_incoming_recipients_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_hvm_msg_filter_stats
 
    mail hvm msg filter stats (smaApiV20ReportingMailHvmMsgFilterStatsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "num_matches" : [ "", "" ]
    }, {
      "num_matches" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail hvm msg filter stats
        
reporting_mail_hvm_msg_filter_stats
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_hvm_msg_filter_stats/num_matches
 
    mail hvm msg filter stats num matches (smaApiV20ReportingMailHvmMsgFilterStatsNumMatchesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "num_matches" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail hvm msg filter stats num matches
        
reporting_mail_hvm_msg_filter_stats_num_matches
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/blacklist
 
    mail incoming amp summary blacklist (smaApiV20ReportingMailIncomingAmpSummaryBlacklistGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blacklist" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary blacklist
        
reporting_mail_incoming_amp_summary_blacklist
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/clamav_lowrisk
 
    mail incoming amp summary clamav lowrisk (smaApiV20ReportingMailIncomingAmpSummaryClamavLowriskGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "clamav_lowrisk" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary clamav lowrisk
        
reporting_mail_incoming_amp_summary_clamav_lowrisk
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/clean
 
    mail incoming amp summary clean (smaApiV20ReportingMailIncomingAmpSummaryCleanGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "clean" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary clean
        
reporting_mail_incoming_amp_summary_clean
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/custom_threshold
 
    mail incoming amp summary custom threshold (smaApiV20ReportingMailIncomingAmpSummaryCustomThresholdGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "custom_threshold" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary custom threshold
        
reporting_mail_incoming_amp_summary_custom_threshold
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary
 
    mail incoming amp summary (smaApiV20ReportingMailIncomingAmpSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "unscannable" : [ "", "" ],
      "malware" : [ "", "" ],
      "custom_threshold" : [ "", "" ],
      "blacklist" : [ "", "" ],
      "clamav_lowrisk" : [ "", "" ],
      "clean" : [ "", "" ],
      "lowrisk" : [ "", "" ],
      "unknown" : [ "", "" ]
    }, {
      "unscannable" : [ "", "" ],
      "malware" : [ "", "" ],
      "custom_threshold" : [ "", "" ],
      "blacklist" : [ "", "" ],
      "clamav_lowrisk" : [ "", "" ],
      "clean" : [ "", "" ],
      "lowrisk" : [ "", "" ],
      "unknown" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary
        
reporting_mail_incoming_amp_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/lowrisk
 
    mail incoming amp summary lowrisk (smaApiV20ReportingMailIncomingAmpSummaryLowriskGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "lowrisk" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary lowrisk
        
reporting_mail_incoming_amp_summary_lowrisk
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/malware
 
    mail incoming amp summary malware (smaApiV20ReportingMailIncomingAmpSummaryMalwareGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "malware" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary malware
        
reporting_mail_incoming_amp_summary_malware
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/unknown
 
    mail incoming amp summary unknown (smaApiV20ReportingMailIncomingAmpSummaryUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary unknown
        
reporting_mail_incoming_amp_summary_unknown
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/unscannable
 
    mail incoming amp summary unscannable (smaApiV20ReportingMailIncomingAmpSummaryUnscannableGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unscannable" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary unscannable
        
reporting_mail_incoming_amp_summary_unscannable
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/blocked_dmarc
 
    mail incoming domain detail blocked dmarc (smaApiV20ReportingMailIncomingDomainDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail blocked dmarc
        
reporting_mail_incoming_domain_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/blocked_invalid_recipient
 
    mail incoming domain detail blocked invalid recipient (smaApiV20ReportingMailIncomingDomainDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail blocked invalid recipient
        
reporting_mail_incoming_domain_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/blocked_reputation
 
    mail incoming domain detail blocked reputation (smaApiV20ReportingMailIncomingDomainDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail blocked reputation
        
reporting_mail_incoming_domain_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/bulk_mail
 
    mail incoming domain detail bulk mail (smaApiV20ReportingMailIncomingDomainDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail bulk mail
        
reporting_mail_incoming_domain_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_plain
 
    mail incoming domain detail conn plain (smaApiV20ReportingMailIncomingDomainDetailConnPlainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_plain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn plain
        
reporting_mail_incoming_domain_detail_conn_plain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_fail
 
    mail incoming domain detail conn tls fail (smaApiV20ReportingMailIncomingDomainDetailConnTlsFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls fail
        
reporting_mail_incoming_domain_detail_conn_tls_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_opt_fail
 
    mail incoming domain detail conn tls opt fail (smaApiV20ReportingMailIncomingDomainDetailConnTlsOptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_opt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls opt fail
        
reporting_mail_incoming_domain_detail_conn_tls_opt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_opt_success
 
    mail incoming domain detail conn tls opt success (smaApiV20ReportingMailIncomingDomainDetailConnTlsOptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_opt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls opt success
        
reporting_mail_incoming_domain_detail_conn_tls_opt_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_success
 
    mail incoming domain detail conn tls success (smaApiV20ReportingMailIncomingDomainDetailConnTlsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls success
        
reporting_mail_incoming_domain_detail_conn_tls_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_total
 
    mail incoming domain detail conn tls total (smaApiV20ReportingMailIncomingDomainDetailConnTlsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls total
        
reporting_mail_incoming_domain_detail_conn_tls_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/detected_amp
 
    mail incoming domain detail detected amp (smaApiV20ReportingMailIncomingDomainDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail detected amp
        
reporting_mail_incoming_domain_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/detected_spam
 
    mail incoming domain detail detected spam (smaApiV20ReportingMailIncomingDomainDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail detected spam
        
reporting_mail_incoming_domain_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/detected_virus
 
    mail incoming domain detail detected virus (smaApiV20ReportingMailIncomingDomainDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail detected virus
        
reporting_mail_incoming_domain_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/encrypted_tls
 
    mail incoming domain detail encrypted tls (smaApiV20ReportingMailIncomingDomainDetailEncryptedTlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "encrypted_tls" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail encrypted tls
        
reporting_mail_incoming_domain_detail_encrypted_tls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail
 
    mail incoming domain detail (smaApiV20ReportingMailIncomingDomainDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "conn_plain" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "conn_tls_opt_fail" : [ "", "" ],
      "conn_tls_success" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ],
      "total_throttled_recipients" : [ "", "" ],
      "encrypted_tls" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "total_rejected_connections" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "conn_tls_fail" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "total_accepted_connections" : [ "", "" ],
      "conn_tls_opt_success" : [ "", "" ],
      "conn_tls_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail
        
reporting_mail_incoming_domain_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/last_sender_group
 
    mail incoming domain detail last sender group (smaApiV20ReportingMailIncomingDomainDetailLastSenderGroupGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail last sender group
        
reporting_mail_incoming_domain_detail_last_sender_group
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/last_sender_group_name
 
    mail incoming domain detail last sender group name (smaApiV20ReportingMailIncomingDomainDetailLastSenderGroupNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail last sender group name
        
reporting_mail_incoming_domain_detail_last_sender_group_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/marketing_mail
 
    mail incoming domain detail marketing mail (smaApiV20ReportingMailIncomingDomainDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail marketing mail
        
reporting_mail_incoming_domain_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/social_mail
 
    mail incoming domain detail social mail (smaApiV20ReportingMailIncomingDomainDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail social mail
        
reporting_mail_incoming_domain_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/threat_content_filter
 
    mail incoming domain detail threat content filter (smaApiV20ReportingMailIncomingDomainDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail threat content filter
        
reporting_mail_incoming_domain_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_accepted_connections
 
    mail incoming domain detail total accepted connections (smaApiV20ReportingMailIncomingDomainDetailTotalAcceptedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_accepted_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total accepted connections
        
reporting_mail_incoming_domain_detail_total_accepted_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_clean_recipients
 
    mail incoming domain detail total clean recipients (smaApiV20ReportingMailIncomingDomainDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total clean recipients
        
reporting_mail_incoming_domain_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_graymail_recipients
 
    mail incoming domain detail total graymail recipients (smaApiV20ReportingMailIncomingDomainDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total graymail recipients
        
reporting_mail_incoming_domain_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_recipients
 
    mail incoming domain detail total recipients (smaApiV20ReportingMailIncomingDomainDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total recipients
        
reporting_mail_incoming_domain_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_rejected_connections
 
    mail incoming domain detail total rejected connections (smaApiV20ReportingMailIncomingDomainDetailTotalRejectedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_rejected_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total rejected connections
        
reporting_mail_incoming_domain_detail_total_rejected_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_threat_recipients
 
    mail incoming domain detail total threat recipients (smaApiV20ReportingMailIncomingDomainDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total threat recipients
        
reporting_mail_incoming_domain_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_throttled_recipients
 
    mail incoming domain detail total throttled recipients (smaApiV20ReportingMailIncomingDomainDetailTotalThrottledRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_throttled_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total throttled recipients
        
reporting_mail_incoming_domain_detail_total_throttled_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/blocked_dmarc
 
    mail incoming domain ip detail blocked dmarc (smaApiV20ReportingMailIncomingDomainIpDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail blocked dmarc
        
reporting_mail_incoming_domain_ip_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/blocked_invalid_recipient
 
    mail incoming domain ip detail blocked invalid recipient (smaApiV20ReportingMailIncomingDomainIpDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail blocked invalid recipient
        
reporting_mail_incoming_domain_ip_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/blocked_reputation
 
    mail incoming domain ip detail blocked reputation (smaApiV20ReportingMailIncomingDomainIpDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail blocked reputation
        
reporting_mail_incoming_domain_ip_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/bulk_mail
 
    mail incoming domain ip detail bulk mail (smaApiV20ReportingMailIncomingDomainIpDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail bulk mail
        
reporting_mail_incoming_domain_ip_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/detected_amp
 
    mail incoming domain ip detail detected amp (smaApiV20ReportingMailIncomingDomainIpDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail detected amp
        
reporting_mail_incoming_domain_ip_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/detected_spam
 
    mail incoming domain ip detail detected spam (smaApiV20ReportingMailIncomingDomainIpDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail detected spam
        
reporting_mail_incoming_domain_ip_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/detected_virus
 
    mail incoming domain ip detail detected virus (smaApiV20ReportingMailIncomingDomainIpDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail detected virus
        
reporting_mail_incoming_domain_ip_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/dns_verified
 
    mail incoming domain ip detail dns verified (smaApiV20ReportingMailIncomingDomainIpDetailDnsVerifiedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dns_verified" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail dns verified
        
reporting_mail_incoming_domain_ip_detail_dns_verified
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail
 
    mail incoming domain ip detail (smaApiV20ReportingMailIncomingDomainIpDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "sbrs_score" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "dns_verified" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "sbrs_score" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "dns_verified" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail
        
reporting_mail_incoming_domain_ip_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/last_sender_group
 
    mail incoming domain ip detail last sender group (smaApiV20ReportingMailIncomingDomainIpDetailLastSenderGroupGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail last sender group
        
reporting_mail_incoming_domain_ip_detail_last_sender_group
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/last_sender_group_name
 
    mail incoming domain ip detail last sender group name (smaApiV20ReportingMailIncomingDomainIpDetailLastSenderGroupNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail last sender group name
        
reporting_mail_incoming_domain_ip_detail_last_sender_group_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/marketing_mail
 
    mail incoming domain ip detail marketing mail (smaApiV20ReportingMailIncomingDomainIpDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail marketing mail
        
reporting_mail_incoming_domain_ip_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/sbrs_score
 
    mail incoming domain ip detail sbrs score (smaApiV20ReportingMailIncomingDomainIpDetailSbrsScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sbrs_score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail sbrs score
        
reporting_mail_incoming_domain_ip_detail_sbrs_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/social_mail
 
    mail incoming domain ip detail socail mail (smaApiV20ReportingMailIncomingDomainIpDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail socail mail
        
reporting_mail_incoming_domain_ip_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/threat_content_filter
 
    mail incoming domain ip detail threat content filter (smaApiV20ReportingMailIncomingDomainIpDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail threat content filter
        
reporting_mail_incoming_domain_ip_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/total_clean_recipients
 
    mail incoming domain ip detail total clean recipients (smaApiV20ReportingMailIncomingDomainIpDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail total clean recipients
        
reporting_mail_incoming_domain_ip_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/total_graymail_recipients
 
    mail incoming domain ip detail total graymail recipients (smaApiV20ReportingMailIncomingDomainIpDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail total graymail recipients
        
reporting_mail_incoming_domain_ip_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/total_recipients
 
    mail incoming domain ip detail total recipients (smaApiV20ReportingMailIncomingDomainIpDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail total recipients
        
reporting_mail_incoming_domain_ip_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/total_threat_recipients
 
    mail incoming domain ip detail total threat recipients (smaApiV20ReportingMailIncomingDomainIpDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail total threat recipients
        
reporting_mail_incoming_domain_ip_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_hat_connections
 
    mail incoming hat connections (smaApiV20ReportingMailIncomingHatConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_hat_connections" : [ "", "" ],
      "total_hat_messages" : [ "", "" ]
    }, {
      "total_hat_connections" : [ "", "" ],
      "total_hat_messages" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming hat connections
        
reporting_mail_incoming_hat_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_hat_connections/total_hat_connections
 
    mail incoming hat connections total hat connections (smaApiV20ReportingMailIncomingHatConnectionsTotalHatConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_hat_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming hat connections total hat connections
        
reporting_mail_incoming_hat_connections_total_hat_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_hat_connections/total_hat_messages
 
    mail incoming hat connections total hat messages (smaApiV20ReportingMailIncomingHatConnectionsTotalHatMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_hat_messages" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming hat connections total hat messages
        
reporting_mail_incoming_hat_connections_total_hat_messages
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/blocked_dmarc
 
    mail incoming ip hostname detail blocked dmarc (smaApiV20ReportingMailIncomingIpHostnameDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail blocked dmarc
        
reporting_mail_incoming_ip_hostname_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/blocked_invalid_recipient
 
    mail incoming ip hostname detail blocked invalid recipient (smaApiV20ReportingMailIncomingIpHostnameDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail blocked invalid recipient
        
reporting_mail_incoming_ip_hostname_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/blocked_reputation
 
    mail incoming ip hostname detail blocked reputation (smaApiV20ReportingMailIncomingIpHostnameDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail blocked reputation
        
reporting_mail_incoming_ip_hostname_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/bulk_mail
 
    mail incoming ip hostname detail bulk mail (smaApiV20ReportingMailIncomingIpHostnameDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail bulk mail
        
reporting_mail_incoming_ip_hostname_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/detected_amp
 
    mail incoming ip hostname detail detected amp (smaApiV20ReportingMailIncomingIpHostnameDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail detected amp
        
reporting_mail_incoming_ip_hostname_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/detected_spam
 
    mail incoming ip hostname detail detected spam (smaApiV20ReportingMailIncomingIpHostnameDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail detected spam
        
reporting_mail_incoming_ip_hostname_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/detected_virus
 
    mail incoming ip hostname detail detected virus (smaApiV20ReportingMailIncomingIpHostnameDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail detected virus
        
reporting_mail_incoming_ip_hostname_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/dns_verified
 
    mail incoming ip hostname detail dns verified (smaApiV20ReportingMailIncomingIpHostnameDetailDnsVerifiedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dns_verified" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail dns verified
        
reporting_mail_incoming_ip_hostname_detail_dns_verified
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail
 
    mail incoming ip hostname detail (smaApiV20ReportingMailIncomingIpHostnameDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sbrs_score" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "dns_verified" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail
        
reporting_mail_incoming_ip_hostname_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/last_sender_group
 
    mail incoming ip hostname detail last sender group (smaApiV20ReportingMailIncomingIpHostnameDetailLastSenderGroupGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail last sender group
        
reporting_mail_incoming_ip_hostname_detail_last_sender_group
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/last_sender_group_name
 
    mail incoming ip hostname detail last sender group name (smaApiV20ReportingMailIncomingIpHostnameDetailLastSenderGroupNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail last sender group name
        
reporting_mail_incoming_ip_hostname_detail_last_sender_group_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/marketing_mail
 
    mail incoming ip hostname detail marketing mail (smaApiV20ReportingMailIncomingIpHostnameDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail marketing mail
        
reporting_mail_incoming_ip_hostname_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/sbrs_score
 
    mail incoming ip hostname detail sbrs score (smaApiV20ReportingMailIncomingIpHostnameDetailSbrsScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sbrs_score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail sbrs score
        
reporting_mail_incoming_ip_hostname_detail_sbrs_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/social_mail
 
    mail incoming ip hostname detail social mail (smaApiV20ReportingMailIncomingIpHostnameDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail social mail
        
reporting_mail_incoming_ip_hostname_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/threat_content_filter
 
    mail incoming ip hostname detail threat content filter (smaApiV20ReportingMailIncomingIpHostnameDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail threat content filter
        
reporting_mail_incoming_ip_hostname_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/total_clean_recipients
 
    mail incoming ip hostname detail total clean recipients (smaApiV20ReportingMailIncomingIpHostnameDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail total clean recipients
        
reporting_mail_incoming_ip_hostname_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/total_graymail_recipients
 
    mail incoming ip hostname detail total graymail recipients (smaApiV20ReportingMailIncomingIpHostnameDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail total graymail recipients
        
reporting_mail_incoming_ip_hostname_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/total_recipients
 
    mail incoming ip hostname detail total recipients (smaApiV20ReportingMailIncomingIpHostnameDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail total recipients
        
reporting_mail_incoming_ip_hostname_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/total_threat_recipients
 
    mail incoming ip hostname detail total threat recipients (smaApiV20ReportingMailIncomingIpHostnameDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail total threat recipients
        
reporting_mail_incoming_ip_hostname_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/amp_verdict_time
 
    mail incoming malware threat file detail by filename amp verdict time (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameAmpVerdictTimeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "amp_verdict_time" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename amp verdict time
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_amp_verdict_time
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/console_url
 
    mail incoming malware threat file detail by filename console url (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameConsoleUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "console_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename console url
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_console_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/detected_amp
 
    mail incoming malware threat file detail by filename detected amp (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename detected amp
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename
 
    mail incoming malware threat file detail by filename (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "score" : [ "", "" ],
      "amp_verdict_time" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "threat_name" : [ "", "" ],
      "console_url" : [ "", "" ],
      "threat_type" : [ "", "" ],
      "upload_flag" : [ "", "" ]
    }, {
      "score" : [ "", "" ],
      "amp_verdict_time" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "threat_name" : [ "", "" ],
      "console_url" : [ "", "" ],
      "threat_type" : [ "", "" ],
      "upload_flag" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename
        
reporting_mail_incoming_malware_threat_file_detail_by_filename
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/score
 
    mail incoming malware threat file detail by filename score (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename score
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/threat_name
 
    mail incoming malware threat file detail by filename threat name (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameThreatNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename threat name
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_threat_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/threat_type
 
    mail incoming malware threat file detail by filename threat type (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameThreatTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_type" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename threat type
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_threat_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/upload_flag
 
    mail incoming malware threat file detail by filename upload flag (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameUploadFlagGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "upload_flag" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename upload flag
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_upload_flag
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail/detected_amp
 
    mail incoming malware threat file detail detected amp (smaApiV20ReportingMailIncomingMalwareThreatFileDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail detected amp
        
reporting_mail_incoming_malware_threat_file_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail
 
    mail incoming malware threat file detail (smaApiV20ReportingMailIncomingMalwareThreatFileDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "detected_amp" : [ "", "" ]
    }, {
      "detected_amp" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail
        
reporting_mail_incoming_malware_threat_file_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_summary/detected_amp_files
 
    mail incoming malware threat file detail summary detected amp files (smaApiV20ReportingMailIncomingMalwareThreatFileDetailSummaryDetectedAmpFilesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp_files" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail summary detected amp files
        
reporting_mail_incoming_malware_threat_file_detail_summary_detected_amp_files
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_summary/detected_amp
 
    mail incoming malware threat file detail summary detected amp (smaApiV20ReportingMailIncomingMalwareThreatFileDetailSummaryDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail summary detected amp
        
reporting_mail_incoming_malware_threat_file_detail_summary_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_summary
 
    mail incoming malware threat file detail summary (smaApiV20ReportingMailIncomingMalwareThreatFileDetailSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "detected_amp_files" : [ "", "" ],
      "detected_amp" : [ "", "" ]
    }, {
      "detected_amp_files" : [ "", "" ],
      "detected_amp" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail summary
        
reporting_mail_incoming_malware_threat_file_detail_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/blocked_dmarc
 
    mail incoming network detail blocked dmarc (smaApiV20ReportingMailIncomingNetworkDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail blocked dmarc
        
reporting_mail_incoming_network_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/blocked_invalid_recipient
 
    mail incoming network detail blocked invalid recipient (smaApiV20ReportingMailIncomingNetworkDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail blocked invalid recipient
        
reporting_mail_incoming_network_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/blocked_reputation
 
    mail incoming network detail blocked reputation (smaApiV20ReportingMailIncomingNetworkDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail blocked reputation
        
reporting_mail_incoming_network_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/bulk_mail
 
    mail incoming network detail bulk mail (smaApiV20ReportingMailIncomingNetworkDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail bulk mail
        
reporting_mail_incoming_network_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/detected_amp
 
    mail incoming network detail detected amp (smaApiV20ReportingMailIncomingNetworkDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail detected amp
        
reporting_mail_incoming_network_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/detected_spam
 
    mail incoming network detail detected spam (smaApiV20ReportingMailIncomingNetworkDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail detected spam
        
reporting_mail_incoming_network_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/detected_virus
 
    mail incoming network detail detected virus (smaApiV20ReportingMailIncomingNetworkDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail detected virus
        
reporting_mail_incoming_network_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail
 
    mail incoming network detail (smaApiV20ReportingMailIncomingNetworkDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_throttled_recipients" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "total_rejected_connections" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "total_accepted_connections" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "total_throttled_recipients" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "total_rejected_connections" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "total_accepted_connections" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail
        
reporting_mail_incoming_network_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/last_sender_group
 
    mail incoming network detail last sender group (smaApiV20ReportingMailIncomingNetworkDetailLastSenderGroupGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail last sender group
        
reporting_mail_incoming_network_detail_last_sender_group
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/last_sender_group_name
 
    mail incoming network detail last sender group name (smaApiV20ReportingMailIncomingNetworkDetailLastSenderGroupNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail last sender group name
        
reporting_mail_incoming_network_detail_last_sender_group_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/marketing_mail
 
    mail incoming network detail marketing mail (smaApiV20ReportingMailIncomingNetworkDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail marketing mail
        
reporting_mail_incoming_network_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/social_mail
 
    mail incoming network detail social mail (smaApiV20ReportingMailIncomingNetworkDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail social mail
        
reporting_mail_incoming_network_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/threat_content_filter
 
    mail incoming network detail threat content filter (smaApiV20ReportingMailIncomingNetworkDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail threat content filter
        
reporting_mail_incoming_network_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_accepted_connections
 
    mail incoming network detail total accepted connections (smaApiV20ReportingMailIncomingNetworkDetailTotalAcceptedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_accepted_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total accepted connections
        
reporting_mail_incoming_network_detail_total_accepted_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_clean_recipients
 
    mail incoming network detail total clean recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total clean recipients
        
reporting_mail_incoming_network_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_graymail_recipients
 
    mail incoming network detail total graymail recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total graymail recipients
        
reporting_mail_incoming_network_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_recipients
 
    mail incoming network detail total recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total recipients
        
reporting_mail_incoming_network_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_rejected_connections
 
    mail incoming network detail total rejected connections (smaApiV20ReportingMailIncomingNetworkDetailTotalRejectedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_rejected_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total rejected connections
        
reporting_mail_incoming_network_detail_total_rejected_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_threat_recipients
 
    mail incoming network detail total threat recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total threat recipients
        
reporting_mail_incoming_network_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_throttled_recipients
 
    mail incoming network detail total throttled recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalThrottledRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_throttled_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total throttled recipients
        
reporting_mail_incoming_network_detail_total_throttled_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/blocked_dmarc
 
    mail incoming network domain detail blocked dmarc (smaApiV20ReportingMailIncomingNetworkDomainDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail blocked dmarc
        
reporting_mail_incoming_network_domain_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/blocked_invalid_recipient
 
    mail incoming network domain detail blocked invalid recipient (smaApiV20ReportingMailIncomingNetworkDomainDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail blocked invalid recipient
        
reporting_mail_incoming_network_domain_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/blocked_reputation
 
    mail incoming network domain detail blocked reputation (smaApiV20ReportingMailIncomingNetworkDomainDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail blocked reputation
        
reporting_mail_incoming_network_domain_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/bulk_mail
 
    mail incoming network domain detail bulk mail (smaApiV20ReportingMailIncomingNetworkDomainDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail bulk mail
        
reporting_mail_incoming_network_domain_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/detected_amp
 
    mail incoming network domain detail detected amp (smaApiV20ReportingMailIncomingNetworkDomainDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail detected amp
        
reporting_mail_incoming_network_domain_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/detected_spam
 
    mail incoming network domain detail detected spam (smaApiV20ReportingMailIncomingNetworkDomainDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail detected spam
        
reporting_mail_incoming_network_domain_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/detected_virus
 
    mail incoming network domain detail detected virus (smaApiV20ReportingMailIncomingNetworkDomainDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail detected virus
        
reporting_mail_incoming_network_domain_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail
 
    mail incoming network domain detail (smaApiV20ReportingMailIncomingNetworkDomainDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_throttled_recipients" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "total_rejected_connections" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "total_accepted_connections" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail
        
reporting_mail_incoming_network_domain_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/marketing_mail
 
    mail incoming network domain detail marketing mail (smaApiV20ReportingMailIncomingNetworkDomainDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail marketing mail
        
reporting_mail_incoming_network_domain_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/social_mail
 
    mail incoming network domain detail social mail (smaApiV20ReportingMailIncomingNetworkDomainDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail social mail
        
reporting_mail_incoming_network_domain_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/threat_content_filter
 
    mail incoming network domain detail threat content filter (smaApiV20ReportingMailIncomingNetworkDomainDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail threat content filter
        
reporting_mail_incoming_network_domain_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_accepted_connections
 
    mail incoming network domain detail total accepted connections (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalAcceptedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_accepted_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total accepted connections
        
reporting_mail_incoming_network_domain_detail_total_accepted_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_clean_recipients
 
    mail incoming network domain detail total clean recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total clean recipients
        
reporting_mail_incoming_network_domain_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_graymail_recipients
 
    mail incoming network domain detail total graymail recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total graymail recipients
        
reporting_mail_incoming_network_domain_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_recipients
 
    mail incoming network domain detail total recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total recipients
        
reporting_mail_incoming_network_domain_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_rejected_connections
 
    mail incoming network domain detail total rejected connections (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalRejectedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_rejected_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total rejected connections
        
reporting_mail_incoming_network_domain_detail_total_rejected_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_threat_recipients
 
    mail incoming network domain detail total threat recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total threat recipients
        
reporting_mail_incoming_network_domain_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_throttled_recipients
 
    mail incoming network domain detail total throttled recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalThrottledRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_throttled_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total throttled recipients
        
reporting_mail_incoming_network_domain_detail_total_throttled_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/blocked_dmarc
 
    mail incoming traffic summary blocked dmarc (smaApiV20ReportingMailIncomingTrafficSummaryBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary blocked dmarc
        
reporting_mail_incoming_traffic_summary_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/blocked_invalid_recipient
 
    mail incoming traffic summary blocked invalid recipient (smaApiV20ReportingMailIncomingTrafficSummaryBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary blocked invalid recipient
        
reporting_mail_incoming_traffic_summary_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/blocked_reputation
 
    mail incoming traffic summary blocked reputation (smaApiV20ReportingMailIncomingTrafficSummaryBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary blocked reputation
        
reporting_mail_incoming_traffic_summary_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/bulk_mail
 
    mail incoming traffic summary bulk mail (smaApiV20ReportingMailIncomingTrafficSummaryBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary bulk mail
        
reporting_mail_incoming_traffic_summary_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/detected_amp
 
    mail incoming traffic summary detected amp (smaApiV20ReportingMailIncomingTrafficSummaryDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary detected amp
        
reporting_mail_incoming_traffic_summary_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/detected_spam
 
    mail incoming traffic summary detected spam (smaApiV20ReportingMailIncomingTrafficSummaryDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary detected spam
        
reporting_mail_incoming_traffic_summary_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/detected_virus
 
    mail incoming traffic summary detected virus (smaApiV20ReportingMailIncomingTrafficSummaryDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary detected virus
        
reporting_mail_incoming_traffic_summary_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary
 
    mail incoming traffic summary (smaApiV20ReportingMailIncomingTrafficSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "failed_dkim" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "verif_decrypt_success" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "ims_spam_increment_over_case" : [ "", "" ],
      "failed_spf" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "verif_decrypt_fail" : [ "", "" ],
      "total_spoofed_emails" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ],
      "malicious_url" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_spam_suspect" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_spam_certain" : [ "", "" ],
      "detected_virus_per_msg" : [ "", "" ],
      "total_mailbox_auto_remediated_recipients" : [ "", "" ]
    }, {
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "failed_dkim" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "verif_decrypt_success" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "ims_spam_increment_over_case" : [ "", "" ],
      "failed_spf" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "verif_decrypt_fail" : [ "", "" ],
      "total_spoofed_emails" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ],
      "malicious_url" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_spam_suspect" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_spam_certain" : [ "", "" ],
      "detected_virus_per_msg" : [ "", "" ],
      "total_mailbox_auto_remediated_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary
        
reporting_mail_incoming_traffic_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/ims_spam_increment_over_case
 
    mail incoming traffic summary ims spam increment over case (smaApiV20ReportingMailIncomingTrafficSummaryImsSpamIncrementOverCaseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ims_spam_increment_over_case" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary ims spam increment over case
        
reporting_mail_incoming_traffic_summary_ims_spam_increment_over_case
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/malicious_url
 
    mail incoming traffic summary malicious url (smaApiV20ReportingMailIncomingTrafficSummaryMaliciousUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "malicious_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary malicious url
        
reporting_mail_incoming_traffic_summary_malicious_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/marketing_mail
 
    mail incoming traffic summary marketing mail (smaApiV20ReportingMailIncomingTrafficSummaryMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary marketing mail
        
reporting_mail_incoming_traffic_summary_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/social_mail
 
    mail incoming traffic summary social mail (smaApiV20ReportingMailIncomingTrafficSummarySocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary social mail
        
reporting_mail_incoming_traffic_summary_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/threat_content_filter
 
    mail incoming traffic summary threat content filter (smaApiV20ReportingMailIncomingTrafficSummaryThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary threat content filter
        
reporting_mail_incoming_traffic_summary_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/total_clean_recipients
 
    mail incoming traffic summary total clean recipients (smaApiV20ReportingMailIncomingTrafficSummaryTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary total clean recipients
        
reporting_mail_incoming_traffic_summary_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/total_graymail_recipients
 
    mail incoming traffic summary total graymail recipients (smaApiV20ReportingMailIncomingTrafficSummaryTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary total graymail recipients
        
reporting_mail_incoming_traffic_summary_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/total_recipients
 
    mail incoming traffic summary total recipients (smaApiV20ReportingMailIncomingTrafficSummaryTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary total recipients
        
reporting_mail_incoming_traffic_summary_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/total_threat_recipients
 
    mail incoming traffic summary total threat recipients (smaApiV20ReportingMailIncomingTrafficSummaryTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary total threat recipients
        
reporting_mail_incoming_traffic_summary_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/verif_decrypt_fail
 
    mail incoming traffic summary verif decrypt fail (smaApiV20ReportingMailIncomingTrafficSummaryVerifDecryptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "verif_decrypt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary verif decrypt fail
        
reporting_mail_incoming_traffic_summary_verif_decrypt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/verif_decrypt_success
 
    mail incoming traffic summary verif decrypt success (smaApiV20ReportingMailIncomingTrafficSummaryVerifDecryptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "verif_decrypt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary verif decrypt success
        
reporting_mail_incoming_traffic_summary_verif_decrypt_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_urlclick_track_details
 
    mail incoming urlclick track details (smaApiV20ReportingMailIncomingUrlclickTrackDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewrite_reason" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming urlclick track details
        
reporting_mail_incoming_urlclick_track_details
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_urlclick_track_details/rewrite_reason
 
    mail incoming urlclick track details rewrite reason (smaApiV20ReportingMailIncomingUrlclickTrackDetailsRewriteReasonGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewrite_reason" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming urlclick track details rewrite reason
        
reporting_mail_incoming_urlclick_track_details_rewrite_reason
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_malicious_users
 
    mail incoming web interaction track malicious users (smaApiV20ReportingMailIncomingWebInteractionTrackMaliciousUsersGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "users_count" : [ "", "" ]
    }, {
      "users_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track malicious users
        
reporting_mail_incoming_web_interaction_track_malicious_users
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_malicious_users/users_count
 
    mail incoming web interaction track malicious users users count (smaApiV20ReportingMailIncomingWebInteractionTrackMaliciousUsersUsersCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "users_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track malicious users users count
        
reporting_mail_incoming_web_interaction_track_malicious_users_users_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls/allowed
 
    mail incoming web interaction track urls allowed (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsAllowedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "allowed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls allowed
        
reporting_mail_incoming_web_interaction_track_urls_allowed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls/blocked
 
    mail incoming web interaction track urls blocked (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsBlockedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls blocked
        
reporting_mail_incoming_web_interaction_track_urls_blocked
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls
 
    mail incoming web interaction track urls (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "blocked" : [ "", "" ],
      "allowed" : [ "", "" ],
      "msg_count" : [ "", "" ],
      "unknown" : [ "", "" ]
    }, {
      "blocked" : [ "", "" ],
      "allowed" : [ "", "" ],
      "msg_count" : [ "", "" ],
      "unknown" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls
        
reporting_mail_incoming_web_interaction_track_urls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls/msg_count
 
    mail incoming web interaction track urls msg count (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsMsgCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msg_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls msg count
        
reporting_mail_incoming_web_interaction_track_urls_msg_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls/unknown
 
    mail incoming web interaction track urls unknown (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls unknown
        
reporting_mail_incoming_web_interaction_track_urls_unknown
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/action
 
    mailbox auto remediation action (smaApiV20ReportingMailMailboxAutoRemediationActionGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "action" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation action
        
reporting_mail_mailbox_auto_remediation_action
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/completed_timestamp
 
    mailbox auto remediation completed timestamp (smaApiV20ReportingMailMailboxAutoRemediationCompletedTimestampGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "completed_timestamp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation completed timestamp
        
reporting_mail_mailbox_auto_remediation_completed_timestamp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/filenames
 
    mailbox auto remediation filenames (smaApiV20ReportingMailMailboxAutoRemediationFilenamesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "filenames" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation filenames
        
reporting_mail_mailbox_auto_remediation_filenames
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation
 
    mailbox auto remediation (smaApiV20ReportingMailMailboxAutoRemediationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "reason" : [ "", "" ],
      "rcpts_failure" : [ "", "" ],
      "rcpts_success" : [ "", "" ],
      "profile" : [ "", "" ],
      "action" : [ "", "" ],
      "filenames" : [ "", "" ],
      "completed_timestamp" : [ "", "" ]
    }, {
      "reason" : [ "", "" ],
      "rcpts_failure" : [ "", "" ],
      "rcpts_success" : [ "", "" ],
      "profile" : [ "", "" ],
      "action" : [ "", "" ],
      "filenames" : [ "", "" ],
      "completed_timestamp" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation
        
reporting_mail_mailbox_auto_remediation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/rcpts_failure
 
    mailbox auto remediation rcpts failure (smaApiV20ReportingMailMailboxAutoRemediationRcptsFailureGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rcpts_failure" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation rcpts failure
        
reporting_mail_mailbox_auto_remediation_rcpts_failure
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/rcpts_success
 
    mailbox auto remediation rcpts success (smaApiV20ReportingMailMailboxAutoRemediationRcptsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rcpts_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation rcpts success
        
reporting_mail_mailbox_auto_remediation_rcpts_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary
 
    summary of the mailbox auto remediated messages (smaApiV20ReportingMailMarSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded_deleted" : 1,
      "msgs_total" : 6,
      "msgs_forwarded" : 5,
      "msgs_failed" : 5,
      "msgs_deleted" : 0
    }, {
      "msgs_forwarded_deleted" : 1,
      "msgs_total" : 6,
      "msgs_forwarded" : 5,
      "msgs_failed" : 5,
      "msgs_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages
        
reporting_mail_mar_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_deleted
 
    summary of the mailbox auto remediated messages deleted (smaApiV20ReportingMailMarSummaryMsgsDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_deleted" : 0
    }, {
      "msgs_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages deleted
        
reporting_mail_mar_summary_msgs_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_failed
 
    summary of the mailbox auto remediated messages forwarded (smaApiV20ReportingMailMarSummaryMsgsFailedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_failed" : 0
    }, {
      "msgs_failed" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages failed
        
reporting_mail_mar_summary_msgs_failed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_forwarded_deleted
 
    summary of the mailbox auto remediated messages forwarded deleted (smaApiV20ReportingMailMarSummaryMsgsForwardedDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded_deleted" : 0
    }, {
      "msgs_forwarded_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages forwarded deleted
        
reporting_mail_mar_summary_msgs_forwarded_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_forwarded
 
    summary of the mailbox auto remediated messages forwarded (smaApiV20ReportingMailMarSummaryMsgsForwardedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded" : 0
    }, {
      "msgs_forwarded" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages forwarded
        
reporting_mail_mar_summary_msgs_forwarded
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_total
 
    summary of the mailbox auto remediated messages total (smaApiV20ReportingMailMarSummaryMsgsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_total" : 0
    }, {
      "msgs_total" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages total
        
reporting_mail_mar_summary_msgs_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_md_attachment_incoming_file_type
 
    mail md attachment incoming file type (smaApiV20ReportingMailMdAttachmentIncomingFileTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_recipients" : [ "", "" ]
    }, {
      "total_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail md attachment incoming file type
        
reporting_mail_md_attachment_incoming_file_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_md_attachment_incoming_file_type/total_recipients
 
    mail md attachment incoming file type total recipients (smaApiV20ReportingMailMdAttachmentIncomingFileTypeTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail md attachment incoming file type total recipients
        
reporting_mail_md_attachment_incoming_file_type_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_md_attachment_outgoing_file_type
 
    mail md attachment outgoing file type (smaApiV20ReportingMailMdAttachmentOutgoingFileTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_recipients" : [ "", "" ]
    }, {
      "total_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail md attachment outgoing file type
        
reporting_mail_md_attachment_outgoing_file_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_md_attachment_outgoing_file_type/total_recipients
 
    mail md attachment outgoing file type total recipients (smaApiV20ReportingMailMdAttachmentOutgoingFileTypeTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail md attachment outgoing file type total recipients
        
reporting_mail_md_attachment_outgoing_file_type_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary
 
    details of mailbox on demand remediated messages (smaApiV20ReportingMailMorBatchSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_forwarded_deleted" : [ { }, { } ],
      "msgs_total" : [ { }, { } ],
      "msgs_forwarded" : [ { }, { } ],
      "msgs_failed" : [ { }, { } ],
      "msgs_deleted" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages
        
reporting_mail_mor_batch_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_deleted
 
    details of mailbox on demand remediated messages deleted (smaApiV20ReportingMailMorBatchSummaryMsgsDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_deleted" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages deleted
        
reporting_mail_mor_batch_summary_msgs_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_failed
 
    details of mailbox on demand remediated messages failed (smaApiV20ReportingMailMorBatchSummaryMsgsFailedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_failed" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages failed
        
reporting_mail_mor_batch_summary_msgs_failed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_forwarded_deleted
 
    details of mailbox on demand remediated messages forwarded deleted (smaApiV20ReportingMailMorBatchSummaryMsgsForwardedDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_forwarded_deleted" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages forwarded deleted
        
reporting_mail_mor_batch_summary_msgs_forwarded_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_forwarded
 
    details of mailbox on demand remediated messages forwarded (smaApiV20ReportingMailMorBatchSummaryMsgsForwardedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_forwarded" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages forwarded
        
reporting_mail_mor_batch_summary_msgs_forwarded
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_total
 
    details of mailbox on demand remediated messages total (smaApiV20ReportingMailMorBatchSummaryMsgsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_total" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages total
        
reporting_mail_mor_batch_summary_msgs_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary
 
    summary of the mailbox on demand remediated messages (smaApiV20ReportingMailMorSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded_deleted" : 1,
      "msgs_total" : 6,
      "msgs_forwarded" : 5,
      "msgs_failed" : 5,
      "msgs_deleted" : 0
    }, {
      "msgs_forwarded_deleted" : 1,
      "msgs_total" : 6,
      "msgs_forwarded" : 5,
      "msgs_failed" : 5,
      "msgs_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages
        
reporting_mail_mor_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_deleted
 
    summary of the mailbox on demand remediated messages deleted (smaApiV20ReportingMailMorSummaryMsgsDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_deleted" : 0
    }, {
      "msgs_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages deleted
        
reporting_mail_mor_summary_msgs_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_failed
 
    summary of the mailbox on demand remediated messages failed (smaApiV20ReportingMailMorSummaryMsgsFailedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_failed" : 0
    }, {
      "msgs_failed" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages failed
        
reporting_mail_mor_summary_msgs_failed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_forwarded_deleted
 
    summary of the mailbox on demand remediated messages forwarded deleted (smaApiV20ReportingMailMorSummaryMsgsForwardedDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded_deleted" : 0
    }, {
      "msgs_forwarded_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages forwarded deleted
        
reporting_mail_mor_summary_msgs_forwarded_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_forwarded
 
    summary of the mailbox on demand remediated messages forwarded (smaApiV20ReportingMailMorSummaryMsgsForwardedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded" : 0
    }, {
      "msgs_forwarded" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages forwarded
        
reporting_mail_mor_summary_msgs_forwarded
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_total
 
    summary of the mailbox on demand remediated messages total (smaApiV20ReportingMailMorSummaryMsgsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_total" : 0
    }, {
      "msgs_total" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages total
        
reporting_mail_mor_summary_msgs_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_msg_filter_stats
 
    mail msg filter stats (smaApiV20ReportingMailMsgFilterStatsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "num_matches" : [ "", "" ]
    }, {
      "num_matches" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail msg filter stats
        
reporting_mail_msg_filter_stats
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_msg_filter_stats/num_matches
 
    mail msg filter stats num matches (smaApiV20ReportingMailMsgFilterStatsNumMatchesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "num_matches" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail msg filter stats num matches
        
reporting_mail_msg_filter_stats_num_matches
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/blacklist
 
    mail outgoing amp summary blacklist (smaApiV20ReportingMailOutgoingAmpSummaryBlacklistGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blacklist" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary blacklist
        
reporting_mail_outgoing_amp_summary_blacklist
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/clamav_lowrisk
 
    mail outgoing amp summary clamav lowrisk (smaApiV20ReportingMailOutgoingAmpSummaryClamavLowriskGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "clamav_lowrisk" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary clamav lowrisk
        
reporting_mail_outgoing_amp_summary_clamav_lowrisk
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/clean
 
    mail outgoing amp summary clean (smaApiV20ReportingMailOutgoingAmpSummaryCleanGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "clean" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary clean
        
reporting_mail_outgoing_amp_summary_clean
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/custom_threshold
 
    mail outgoing amp summary custom threshold (smaApiV20ReportingMailOutgoingAmpSummaryCustomThresholdGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "custom_threshold" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary custom threshold
        
reporting_mail_outgoing_amp_summary_custom_threshold
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary
 
    mail outgoing amp summary unscannable (smaApiV20ReportingMailOutgoingAmpSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unscannable" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary unscannable
        
reporting_mail_outgoing_amp_summary_unscannable
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/lowrisk
 
    mail outgoing amp summary lowrisk (smaApiV20ReportingMailOutgoingAmpSummaryLowriskGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "lowrisk" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary lowrisk
        
reporting_mail_outgoing_amp_summary_lowrisk
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/malware
 
    mail outgoing amp summary malware (smaApiV20ReportingMailOutgoingAmpSummaryMalwareGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "malware" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary malware
        
reporting_mail_outgoing_amp_summary_malware
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/unknown
 
    mail outgoing amp summary unknown (smaApiV20ReportingMailOutgoingAmpSummaryUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary unknown
        
reporting_mail_outgoing_amp_summary_unknown
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/unscannable
 
    mail outgoing amp summary unscannable (smaApiV20ReportingMailOutgoingAmpSummaryUnscannableGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unscannable" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary unscannable
        
reporting_mail_outgoing_amp_summary_unscannable
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/amp_verdict_time
 
    mail outgoing malware threat file detail by filename amp verdict time (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameAmpVerdictTimeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "amp_verdict_time" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename amp verdict time
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_amp_verdict_time
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/console_url
 
    mail outgoing malware threat file detail by filename console url (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameConsoleUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "console_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename console url
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_console_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/detected_amp
 
    mail outgoing malware threat file detail by filename (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "score" : [ "", "" ],
      "amp_verdict_time" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "threat_name" : [ "", "" ],
      "console_url" : [ "", "" ],
      "threat_type" : [ "", "" ],
      "upload_flag" : [ "", "" ]
    }, {
      "score" : [ "", "" ],
      "amp_verdict_time" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "threat_name" : [ "", "" ],
      "console_url" : [ "", "" ],
      "threat_type" : [ "", "" ],
      "upload_flag" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename
 
    mail outgoing malware threat file detail by filename detected amp (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename detected amp
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/score
 
    mail outgoing malware threat file detail by filename score (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename score
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/threat_name
 
    mail outgoing malware threat file detail by filename threat name (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameThreatNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename threat name
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_threat_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/threat_type
 
    mail outgoing malware threat file detail by filename threat type (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameThreatTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_type" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename threat type
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_threat_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/upload_flag
 
    mail outgoing malware threat file detail by filename upload flag (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameUploadFlagGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "upload_flag" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename upload flag
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_upload_flag
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_summary/detected_amp_files
 
    mail outgoing malware threat file detail summary detected amp files (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailSummaryDetectedAmpFilesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp_files" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail summary detected amp files
        
reporting_mail_outgoing_malware_threat_file_detail_summary_detected_amp_files
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_summary/detected_amp
 
    mail outgoing malware threat file detail summary detected amp (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailSummaryDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail summary detected amp
        
reporting_mail_outgoing_malware_threat_file_detail_summary_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_summary
 
    mail outgoing malware threat file detail summary detected amp (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail summary detected amp
        
reporting_mail_outgoing_malware_threat_file_detail_summary_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/detected_amp
 
    mail outgoing traffic summary detected amp (smaApiV20ReportingMailOutgoingTrafficSummaryDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary detected amp
        
reporting_mail_outgoing_traffic_summary_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/detected_spam
 
    mail outgoing traffic summary detected spam (smaApiV20ReportingMailOutgoingTrafficSummaryDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary detected spam
        
reporting_mail_outgoing_traffic_summary_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/detected_virus
 
    mail outgoing traffic summary detected virus (smaApiV20ReportingMailOutgoingTrafficSummaryDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary detected virus
        
reporting_mail_outgoing_traffic_summary_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary
 
    mail outgoing traffic summary (smaApiV20ReportingMailOutgoingTrafficSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_hard_bounces" : [ "", "" ],
      "malicious_url" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "cres_failed" : [ "", "" ],
      "ims_spam_increment_over_case" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "detected_virus_per_msg" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "total_recipients_delivered" : [ "", "" ],
      "cres_successful" : [ "", "" ]
    }, {
      "total_hard_bounces" : [ "", "" ],
      "malicious_url" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "cres_failed" : [ "", "" ],
      "ims_spam_increment_over_case" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "detected_virus_per_msg" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "total_recipients_delivered" : [ "", "" ],
      "cres_successful" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary
        
reporting_mail_outgoing_traffic_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/ims_spam_increment_over_case
 
    mail outgoing traffic summary ims spam increment over case (smaApiV20ReportingMailOutgoingTrafficSummaryImsSpamIncrementOverCaseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ims_spam_increment_over_case" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary ims spam increment over case
        
reporting_mail_outgoing_traffic_summary_ims_spam_increment_over_case
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/malicious_url
 
    mail outgoing traffic summary malicious url (smaApiV20ReportingMailOutgoingTrafficSummaryMaliciousUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "malicious_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary malicious url
        
reporting_mail_outgoing_traffic_summary_malicious_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/threat_content_filter
 
    mail outgoing traffic summary threat content filter (smaApiV20ReportingMailOutgoingTrafficSummaryThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary threat content filter
        
reporting_mail_outgoing_traffic_summary_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_clean_recipients
 
    mail outgoing traffic summary total clean recipients (smaApiV20ReportingMailOutgoingTrafficSummaryTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total clean recipients
        
reporting_mail_outgoing_traffic_summary_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_dlp_incidents
 
    mail outgoing traffic summary total dlp incidents (smaApiV20ReportingMailOutgoingTrafficSummaryTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total dlp incidents
        
reporting_mail_outgoing_traffic_summary_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_hard_bounces
 
    mail outgoing traffic summary total hard bounces (smaApiV20ReportingMailOutgoingTrafficSummaryTotalHardBouncesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_hard_bounces" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total hard bounces
        
reporting_mail_outgoing_traffic_summary_total_hard_bounces
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_recipients_delivered
 
    mail outgoing traffic summary total recipients delivered (smaApiV20ReportingMailOutgoingTrafficSummaryTotalRecipientsDeliveredGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total recipients delivered
        
reporting_mail_outgoing_traffic_summary_total_recipients_delivered
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_recipients
 
    mail outgoing traffic summary total recipients (smaApiV20ReportingMailOutgoingTrafficSummaryTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total recipients
        
reporting_mail_outgoing_traffic_summary_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_recipients_processed
 
    mail outgoing traffic summary total recipients processed (smaApiV20ReportingMailOutgoingTrafficSummaryTotalRecipientsProcessedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_processed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total recipients processed
        
reporting_mail_outgoing_traffic_summary_total_recipients_processed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_urlclick_track_details
 
    mail outgoing urlclick track details (smaApiV20ReportingMailOutgoingUrlclickTrackDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewrite_reason" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing urlclick track details
        
reporting_mail_outgoing_urlclick_track_details
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_urlclick_track_details/rewrite_reason
 
    mail outgoing urlclick track details rewrite reason (smaApiV20ReportingMailOutgoingUrlclickTrackDetailsRewriteReasonGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewrite_reason" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing urlclick track details rewrite reason
        
reporting_mail_outgoing_urlclick_track_details_rewrite_reason
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_malicious_users
 
    mail outgoing web interaction track malicious users (smaApiV20ReportingMailOutgoingWebInteractionTrackMaliciousUsersGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "users_count" : [ "", "" ]
    }, {
      "users_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track malicious users
        
reporting_mail_outgoing_web_interaction_track_malicious_users
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_malicious_users/users_count
 
    mail outgoing web interaction track malicious users users count (smaApiV20ReportingMailOutgoingWebInteractionTrackMaliciousUsersUsersCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "users_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track malicious users users count
        
reporting_mail_outgoing_web_interaction_track_malicious_users_users_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls/allowed
 
    mail outgoing web interaction track urls allowed (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsAllowedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "allowed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls allowed
        
reporting_mail_outgoing_web_interaction_track_urls_allowed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls/blocked
 
    mail outgoing web interaction track urls blocked (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsBlockedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls blocked
        
reporting_mail_outgoing_web_interaction_track_urls_blocked
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls
 
    mail outgoing web interaction track urls (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "blocked" : [ "", "" ],
      "allowed" : [ "", "" ],
      "msg_count" : [ "", "" ],
      "unknown" : [ "", "" ]
    }, {
      "blocked" : [ "", "" ],
      "allowed" : [ "", "" ],
      "msg_count" : [ "", "" ],
      "unknown" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls
        
reporting_mail_outgoing_web_interaction_track_urls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls/msg_count
 
    mail outgoing web interaction track urls msg count (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsMsgCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msg_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls msg count
        
reporting_mail_outgoing_web_interaction_track_urls_msg_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls/unknown
 
    mail outgoing web interaction track urls unknown (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls unknown
        
reporting_mail_outgoing_web_interaction_track_urls_unknown
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_safeprint_details
 
    Safe Print original attachment details (smaApiV20ReportingMailSafeprintDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "file_ext" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Safe Print original attachment details
        
reporting_mail_safeprint_details
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary
 
    mail security summary (smaApiV20ReportingMailSecuritySummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "received_total" : [ "", "" ],
      "received_conn_plain" : [ "", "" ],
      "received_conn_total" : [ "", "" ],
      "received_conn_tls_opt_fail" : [ "", "" ],
      "sent_conn_plain" : [ "", "" ],
      "sent_conn_total" : [ "", "" ],
      "received_conn_tls_opt_success" : [ "", "" ],
      "sent_conn_tls_success" : [ "", "" ],
      "received_encrypted_tls" : [ "", "" ],
      "sent_encrypted_tls" : [ "", "" ],
      "sent_conn_tls_opt_success" : [ "", "" ],
      "sent_unencrypted" : [ "", "" ],
      "sent_conn_dane_success" : [ "", "" ],
      "received_conn_tls_fail" : [ "", "" ],
      "sent_conn_dane_fail" : [ "", "" ],
      "sent_total" : [ "", "" ],
      "received_unencrypted" : [ "", "" ],
      "sent_conn_tls_opt_fail" : [ "", "" ],
      "sent_conn_tls_fail" : [ "", "" ],
      "received_conn_tls_success" : [ "", "" ]
    }, {
      "received_total" : [ "", "" ],
      "received_conn_plain" : [ "", "" ],
      "received_conn_total" : [ "", "" ],
      "received_conn_tls_opt_fail" : [ "", "" ],
      "sent_conn_plain" : [ "", "" ],
      "sent_conn_total" : [ "", "" ],
      "received_conn_tls_opt_success" : [ "", "" ],
      "sent_conn_tls_success" : [ "", "" ],
      "received_encrypted_tls" : [ "", "" ],
      "sent_encrypted_tls" : [ "", "" ],
      "sent_conn_tls_opt_success" : [ "", "" ],
      "sent_unencrypted" : [ "", "" ],
      "sent_conn_dane_success" : [ "", "" ],
      "received_conn_tls_fail" : [ "", "" ],
      "sent_conn_dane_fail" : [ "", "" ],
      "sent_total" : [ "", "" ],
      "received_unencrypted" : [ "", "" ],
      "sent_conn_tls_opt_fail" : [ "", "" ],
      "sent_conn_tls_fail" : [ "", "" ],
      "received_conn_tls_success" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary
        
reporting_mail_security_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_plain
 
    mail security summary received conn plain (smaApiV20ReportingMailSecuritySummaryReceivedConnPlainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_plain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn plain
        
reporting_mail_security_summary_received_conn_plain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_tls_fail
 
    mail security summary received conn tls fail (smaApiV20ReportingMailSecuritySummaryReceivedConnTlsFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_tls_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn tls fail
        
reporting_mail_security_summary_received_conn_tls_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_tls_opt_fail
 
    mail security summary received conn tls opt fail (smaApiV20ReportingMailSecuritySummaryReceivedConnTlsOptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_tls_opt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn tls opt fail
        
reporting_mail_security_summary_received_conn_tls_opt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_tls_opt_success
 
    mail security summary received conn tls opt success (smaApiV20ReportingMailSecuritySummaryReceivedConnTlsOptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_tls_opt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn tls opt success
        
reporting_mail_security_summary_received_conn_tls_opt_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_tls_success
 
    mail security summary received conn tls success (smaApiV20ReportingMailSecuritySummaryReceivedConnTlsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_tls_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn tls success
        
reporting_mail_security_summary_received_conn_tls_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_total
 
    mail security summary received conn total (smaApiV20ReportingMailSecuritySummaryReceivedConnTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn total
        
reporting_mail_security_summary_received_conn_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_encrypted_tls
 
    mail security summary received encrypted tls (smaApiV20ReportingMailSecuritySummaryReceivedEncryptedTlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_encrypted_tls" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received encrypted tls
        
reporting_mail_security_summary_received_encrypted_tls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_total
 
    mail security summary received total (smaApiV20ReportingMailSecuritySummaryReceivedTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received total
        
reporting_mail_security_summary_received_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_unencrypted
 
    mail security summary received unencrypted (smaApiV20ReportingMailSecuritySummaryReceivedUnencryptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_unencrypted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received unencrypted
        
reporting_mail_security_summary_received_unencrypted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_dane_fail
 
    mail security summary sent conn dane fail (smaApiV20ReportingMailSecuritySummarySentConnDaneFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_dane_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn dane fail
        
reporting_mail_security_summary_sent_conn_dane_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_dane_success
 
    mail security summary sent conn dane success (smaApiV20ReportingMailSecuritySummarySentConnDaneSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_dane_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn dane success
        
reporting_mail_security_summary_sent_conn_dane_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_plain
 
    mail security summary sent conn plain (smaApiV20ReportingMailSecuritySummarySentConnPlainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_plain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn plain
        
reporting_mail_security_summary_sent_conn_plain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_tls_fail
 
    mail security summary sent conn tls fail (smaApiV20ReportingMailSecuritySummarySentConnTlsFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_tls_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn tls fail
        
reporting_mail_security_summary_sent_conn_tls_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_tls_opt_fail
 
    mail security summary sent conn tls opt fail (smaApiV20ReportingMailSecuritySummarySentConnTlsOptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_tls_opt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn tls opt fail
        
reporting_mail_security_summary_sent_conn_tls_opt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_tls_opt_success
 
    mail security summary sent conn tls opt success (smaApiV20ReportingMailSecuritySummarySentConnTlsOptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_tls_opt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn tls opt success
        
reporting_mail_security_summary_sent_conn_tls_opt_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_tls_success
 
    mail security summary sent conn tls success (smaApiV20ReportingMailSecuritySummarySentConnTlsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_tls_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn tls success
        
reporting_mail_security_summary_sent_conn_tls_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_total
 
    mail security summary sent conn total (smaApiV20ReportingMailSecuritySummarySentConnTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn total
        
reporting_mail_security_summary_sent_conn_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_encrypted_tls
 
    mail security summary sent encrypted tls (smaApiV20ReportingMailSecuritySummarySentEncryptedTlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_encrypted_tls" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent encrypted tls
        
reporting_mail_security_summary_sent_encrypted_tls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_total
 
    mail security summary sent total (smaApiV20ReportingMailSecuritySummarySentTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent total
        
reporting_mail_security_summary_sent_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_unencrypted
 
    mail security summary sent unencrypted (smaApiV20ReportingMailSecuritySummarySentUnencryptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_unencrypted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent unencrypted
        
reporting_mail_security_summary_sent_unencrypted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/detected_amp
 
    mail sender domain detail detected amp (smaApiV20ReportingMailSenderDomainDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail detected amp
        
reporting_mail_sender_domain_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/detected_spam
 
    mail sender domain detail detected spam (smaApiV20ReportingMailSenderDomainDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail detected spam
        
reporting_mail_sender_domain_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/detected_virus
 
    mail sender domain detail detected virus (smaApiV20ReportingMailSenderDomainDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail detected virus
        
reporting_mail_sender_domain_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail
 
    mail sender domain detail (smaApiV20ReportingMailSenderDomainDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "detected_amp" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "detected_amp" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail
        
reporting_mail_sender_domain_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/threat_content_filter
 
    mail sender domain detail threat content filter (smaApiV20ReportingMailSenderDomainDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail threat content filter
        
reporting_mail_sender_domain_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/total_clean_recipients
 
    mail sender domain detail total clean recipients (smaApiV20ReportingMailSenderDomainDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail total clean recipients
        
reporting_mail_sender_domain_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/total_dlp_incidents
 
    mail sender domain detail total dlp incidents (smaApiV20ReportingMailSenderDomainDetailTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail total dlp incidents
        
reporting_mail_sender_domain_detail_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/total_recipients_processed
 
    mail sender domain detail total recipients processed (smaApiV20ReportingMailSenderDomainDetailTotalRecipientsProcessedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_processed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail total recipients processed
        
reporting_mail_sender_domain_detail_total_recipients_processed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/total_threat_recipients
 
    mail sender domain detail total threat recipients (smaApiV20ReportingMailSenderDomainDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail total threat recipients
        
reporting_mail_sender_domain_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/awful
 
    mail sender domain reputation awful (smaApiV20ReportingMailSenderDomainReputationAwfulGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "awful" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation awful
        
reporting_mail_sender_domain_reputation_awful
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation
 
    mail sender domain reputation (smaApiV20ReportingMailSenderDomainReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "not_scanned" : [ "", "" ],
      "unscannable" : [ "", "" ],
      "tainted" : [ "", "" ],
      "poor" : [ "", "" ],
      "awful" : [ "", "" ],
      "neutral" : [ "", "" ],
      "good" : [ "", "" ],
      "unknown" : [ "", "" ],
      "weak" : [ "", "" ]
    }, {
      "not_scanned" : [ "", "" ],
      "unscannable" : [ "", "" ],
      "tainted" : [ "", "" ],
      "poor" : [ "", "" ],
      "awful" : [ "", "" ],
      "neutral" : [ "", "" ],
      "good" : [ "", "" ],
      "unknown" : [ "", "" ],
      "weak" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation
        
reporting_mail_sender_domain_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/good
 
    mail sender domain reputation good (smaApiV20ReportingMailSenderDomainReputationGoodGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "good" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation good
        
reporting_mail_sender_domain_reputation_good
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/neutral
 
    mail sender domain reputation neutral (smaApiV20ReportingMailSenderDomainReputationNeutralGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "neutral" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation neutral
        
reporting_mail_sender_domain_reputation_neutral
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/not_scanned
 
    mail sender domain reputation not scanned (smaApiV20ReportingMailSenderDomainReputationNotScannedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "not_scanned" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation not scanned
        
reporting_mail_sender_domain_reputation_not_scanned
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/poor
 
    mail sender domain reputation poor (smaApiV20ReportingMailSenderDomainReputationPoorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "poor" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation poor
        
reporting_mail_sender_domain_reputation_poor
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/tainted
 
    mail sender domain reputation tainted (smaApiV20ReportingMailSenderDomainReputationTaintedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "tainted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation tainted
        
reporting_mail_sender_domain_reputation_tainted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/unknown
 
    mail sender domain reputation unknown (smaApiV20ReportingMailSenderDomainReputationUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation unknown
        
reporting_mail_sender_domain_reputation_unknown
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/unscannable
 
    mail sender domain reputation unscannable (smaApiV20ReportingMailSenderDomainReputationUnscannableGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unscannable" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation unscannable
        
reporting_mail_sender_domain_reputation_unscannable
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/weak
 
    mail sender domain reputation weak (smaApiV20ReportingMailSenderDomainReputationWeakGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "weak" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation weak
        
reporting_mail_sender_domain_reputation_weak
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_threat_categories
 
    mail sender domain threat categories (smaApiV20ReportingMailSenderDomainThreatCategoriesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_threat_messages" : [ "", "" ]
    }, {
      "total_threat_messages" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain threat categories
        
reporting_mail_sender_domain_threat_categories
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_threat_categories/total_threat_messages
 
    mail sender domain threat categories total threat messages (smaApiV20ReportingMailSenderDomainThreatCategoriesTotalThreatMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_messages" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain threat categories total threat messages
        
reporting_mail_sender_domain_threat_categories_total_threat_messages
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_detail
 
    mail sender group detail (smaApiV20ReportingMailSenderGroupDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group detail
        
reporting_mail_sender_group_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_detail/total_connections
 
    mail sender group detail total connections (smaApiV20ReportingMailSenderGroupDetailTotalConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group detail total connections
        
reporting_mail_sender_group_detail_total_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary/connections_accept
 
    mail sender group summary connections accept (smaApiV20ReportingMailSenderGroupSummaryConnectionsAcceptGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "connections_accept" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary connections accept
        
reporting_mail_sender_group_summary_connections_accept
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary/connections_reject
 
    mail sender group summary connections reject (smaApiV20ReportingMailSenderGroupSummaryConnectionsRejectGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "connections_reject" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary connections reject
        
reporting_mail_sender_group_summary_connections_reject
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary/connections_relay
 
    mail sender group summary connections relay (smaApiV20ReportingMailSenderGroupSummaryConnectionsRelayGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "connections_relay" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary connections relay
        
reporting_mail_sender_group_summary_connections_relay
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary/connections_tcp_refuse
 
    mail sender group summary connections tcp refuse (smaApiV20ReportingMailSenderGroupSummaryConnectionsTcpRefuseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "connections_tcp_refuse" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary connections tcp refuse
        
reporting_mail_sender_group_summary_connections_tcp_refuse
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary
 
    mail sender group summary (smaApiV20ReportingMailSenderGroupSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "connections_tcp_refuse" : [ "", "" ],
      "connections_relay" : [ "", "" ],
      "connections_reject" : [ "", "" ],
      "connections_accept" : [ "", "" ]
    }, {
      "connections_tcp_refuse" : [ "", "" ],
      "connections_relay" : [ "", "" ],
      "connections_reject" : [ "", "" ],
      "connections_accept" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary
        
reporting_mail_sender_group_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/detected_amp
 
    mail sender ip hostname detail detected amp (smaApiV20ReportingMailSenderIpHostnameDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail detected amp
        
reporting_mail_sender_ip_hostname_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/detected_spam
 
    mail sender ip hostname detail detected spam (smaApiV20ReportingMailSenderIpHostnameDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail detected spam
        
reporting_mail_sender_ip_hostname_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/detected_virus
 
    mail sender ip hostname detail detected virus (smaApiV20ReportingMailSenderIpHostnameDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail detected virus
        
reporting_mail_sender_ip_hostname_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail
 
    mail sender ip hostname detail (smaApiV20ReportingMailSenderIpHostnameDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "detected_amp" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "detected_amp" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail
        
reporting_mail_sender_ip_hostname_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/threat_content_filter
 
    mail sender ip hostname detail threat content filter (smaApiV20ReportingMailSenderIpHostnameDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail threat content filter
        
reporting_mail_sender_ip_hostname_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/total_clean_recipients
 
    mail sender ip hostname detail total clean recipients (smaApiV20ReportingMailSenderIpHostnameDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail total clean recipients
        
reporting_mail_sender_ip_hostname_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/total_dlp_incidents
 
    mail sender ip hostname detail total dlp incidents (smaApiV20ReportingMailSenderIpHostnameDetailTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail total dlp incidents
        
reporting_mail_sender_ip_hostname_detail_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/total_recipients_processed
 
    mail sender ip hostname detail total recipients processed (smaApiV20ReportingMailSenderIpHostnameDetailTotalRecipientsProcessedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_processed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail total recipients processed
        
reporting_mail_sender_ip_hostname_detail_total_recipients_processed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/total_threat_recipients
 
    mail sender ip hostname detail total threat recipients (smaApiV20ReportingMailSenderIpHostnameDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail total threat recipients
        
reporting_mail_sender_ip_hostname_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_subject_stats
 
    mail subject stats (smaApiV20ReportingMailSubjectStatsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "num_msgs" : [ "", "" ]
    }, {
      "num_msgs" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail subject stats
        
reporting_mail_subject_stats
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_subject_stats/num_msgs
 
    mail subject stats num msgs (smaApiV20ReportingMailSubjectStatsNumMsgsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "num_msgs" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail subject stats num msgs
        
reporting_mail_subject_stats_num_msgs
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/bytes_in
 
    mail system capacity bytes in (smaApiV20ReportingMailSystemCapacityBytesInGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bytes_in" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity bytes in
        
reporting_mail_system_capacity_bytes_in
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/bytes_out
 
    mail system capacity bytes out (smaApiV20ReportingMailSystemCapacityBytesOutGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bytes_out" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity bytes out
        
reporting_mail_system_capacity_bytes_out
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity
 
    mail system capacity (smaApiV20ReportingMailSystemCapacityGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "overall_percent_cpu_usage" : [ "", "" ],
      "workqueue_average_messages" : [ "", "" ],
      "incoming_connections" : [ "", "" ],
      "workqueue_average_time_spent" : [ "", "" ],
      "bytes_in" : [ "", "" ],
      "average_incoming_message_size_in_bytes" : [ "", "" ],
      "outgoing_messages" : [ "", "" ],
      "average_memory_page_swapping" : [ "", "" ],
      "overall_percent_cpu_usage_for_mail_count" : [ "", "" ],
      "bytes_out" : [ "", "" ],
      "overall_percent_cpu_usage_for_reporting" : [ "", "" ],
      "workqueue_maximum_messages" : [ "", "" ],
      "average_outgoing_message_size_in_bytes" : [ "", "" ],
      "incoming_messages" : [ "", "" ],
      "outgoing_connections" : [ "", "" ],
      "overall_percent_cpu_usage_for_antivirus" : [ "", "" ],
      "overall_percent_cpu_usage_for_quarantine" : [ "", "" ],
      "workqueue_messages_max" : [ "", "" ],
      "overall_percent_cpu_usage_for_antispam" : [ "", "" ],
      "res_con_start_count" : [ "", "" ]
    }, {
      "overall_percent_cpu_usage" : [ "", "" ],
      "workqueue_average_messages" : [ "", "" ],
      "incoming_connections" : [ "", "" ],
      "workqueue_average_time_spent" : [ "", "" ],
      "bytes_in" : [ "", "" ],
      "average_incoming_message_size_in_bytes" : [ "", "" ],
      "outgoing_messages" : [ "", "" ],
      "average_memory_page_swapping" : [ "", "" ],
      "overall_percent_cpu_usage_for_mail_count" : [ "", "" ],
      "bytes_out" : [ "", "" ],
      "overall_percent_cpu_usage_for_reporting" : [ "", "" ],
      "workqueue_maximum_messages" : [ "", "" ],
      "average_outgoing_message_size_in_bytes" : [ "", "" ],
      "incoming_messages" : [ "", "" ],
      "outgoing_connections" : [ "", "" ],
      "overall_percent_cpu_usage_for_antivirus" : [ "", "" ],
      "overall_percent_cpu_usage_for_quarantine" : [ "", "" ],
      "workqueue_messages_max" : [ "", "" ],
      "overall_percent_cpu_usage_for_antispam" : [ "", "" ],
      "res_con_start_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity
        
reporting_mail_system_capacity
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/incoming_connections
 
    mail system capacity incoming connections (smaApiV20ReportingMailSystemCapacityIncomingConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity incoming connections
        
reporting_mail_system_capacity_incoming_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/incoming_messages
 
    mail system capacity incoming messages (smaApiV20ReportingMailSystemCapacityIncomingMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_messages" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity incoming messages
        
reporting_mail_system_capacity_incoming_messages
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/outgoing_connections
 
    mail system capacity outgoing connections (smaApiV20ReportingMailSystemCapacityOutgoingConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity outgoing connections
        
reporting_mail_system_capacity_outgoing_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/outgoing_messages
 
    mail system capacity outgoing messages (smaApiV20ReportingMailSystemCapacityOutgoingMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_messages" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity outgoing messages
        
reporting_mail_system_capacity_outgoing_messages
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/res_con_start_count
 
    mail system capacity res con start count (smaApiV20ReportingMailSystemCapacityResConStartCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "res_con_start_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity res con start count
        
reporting_mail_system_capacity_res_con_start_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/workqueue_messages_max
 
    mail system capacity workqueue messages max (smaApiV20ReportingMailSystemCapacityWorkqueueMessagesMaxGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "workqueue_messages_max" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity workqueue messages max
        
reporting_mail_system_capacity_workqueue_messages_max
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_summary/domain
 
    mail threatfeeds indicator summary domain (smaApiV20ReportingMailThreatfeedsIndicatorSummaryDomainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "domain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator summary domain
        
reporting_mail_threatfeeds_indicator_summary_domain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_summary/file_hash
 
    mail threatfeeds indicator summary file hash (smaApiV20ReportingMailThreatfeedsIndicatorSummaryFileHashGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "file_hash" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator summary file hash
        
reporting_mail_threatfeeds_indicator_summary_file_hash
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_summary
 
    mail threatfeeds indicator summary (smaApiV20ReportingMailThreatfeedsIndicatorSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "file_hash" : [ "", "" ],
      "domain" : [ "", "" ],
      "url" : [ "", "" ]
    }, {
      "file_hash" : [ "", "" ],
      "domain" : [ "", "" ],
      "url" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator summary
        
reporting_mail_threatfeeds_indicator_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_summary/url
 
    mail threatfeeds indicator summary url (smaApiV20ReportingMailThreatfeedsIndicatorSummaryUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator summary url
        
reporting_mail_threatfeeds_indicator_summary_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_value_detail
 
    mail threatfeeds indicator value detail (smaApiV20ReportingMailThreatfeedsIndicatorValueDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "ioc_consumed" : [ "", "" ],
      "ioc_type" : [ "", "" ]
    }, {
      "ioc_consumed" : [ "", "" ],
      "ioc_type" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator value detail
        
reporting_mail_threatfeeds_indicator_value_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_value_detail/ioc_consumed
 
    mail threatfeeds indicator value detail ioc consumed (smaApiV20ReportingMailThreatfeedsIndicatorValueDetailIocConsumedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ioc_consumed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator value detail ioc consumed
        
reporting_mail_threatfeeds_indicator_value_detail_ioc_consumed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_value_detail/ioc_type
 
    mail threatfeeds indicator value detail ioc type (smaApiV20ReportingMailThreatfeedsIndicatorValueDetailIocTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ioc_type" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator value detail ioc type
        
reporting_mail_threatfeeds_indicator_value_detail_ioc_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/domain_indicator
 
    mail threatfeeds source detail domain indicator (smaApiV20ReportingMailThreatfeedsSourceDetailDomainIndicatorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "domain_indicator" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail domain indicator
        
reporting_mail_threatfeeds_source_detail_domain_indicator
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/file_hash_indicator
 
    mail threatfeeds source detail file hash indicator (smaApiV20ReportingMailThreatfeedsSourceDetailFileHashIndicatorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "file_hash_indicator" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail file hash indicator
        
reporting_mail_threatfeeds_source_detail_file_hash_indicator
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail
 
    mail threatfeeds source detail (smaApiV20ReportingMailThreatfeedsSourceDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "domain_indicator" : [ "", "" ],
      "file_hash_indicator" : [ "", "" ],
      "url_indicator" : [ "", "" ],
      "total_messages_matched" : [ "", "" ],
      "ip_indicator" : [ "", "" ]
    }, {
      "domain_indicator" : [ "", "" ],
      "file_hash_indicator" : [ "", "" ],
      "url_indicator" : [ "", "" ],
      "total_messages_matched" : [ "", "" ],
      "ip_indicator" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail
        
reporting_mail_threatfeeds_source_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/ip_indicator
 
    mail threatfeeds source detail ip indicator (smaApiV20ReportingMailThreatfeedsSourceDetailIpIndicatorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ip_indicator" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail ip indicator
        
reporting_mail_threatfeeds_source_detail_ip_indicator
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/total_messages_matched
 
    mail threatfeeds source detail total messages matched (smaApiV20ReportingMailThreatfeedsSourceDetailTotalMessagesMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_messages_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail total messages matched
        
reporting_mail_threatfeeds_source_detail_total_messages_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/url_indicator
 
    mail threatfeeds source detail url indicator (smaApiV20ReportingMailThreatfeedsSourceDetailUrlIndicatorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "url_indicator" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail url indicator
        
reporting_mail_threatfeeds_source_detail_url_indicator
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_category_summary
 
    mail url category summary (smaApiV20ReportingMailUrlCategorySummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    }, {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url category summary
        
reporting_mail_url_category_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_category_summary/incoming_count
 
    mail url category summary incoming count (smaApiV20ReportingMailUrlCategorySummaryIncomingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url category summary incoming count
        
reporting_mail_url_category_summary_incoming_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_category_summary/outgoing_count
 
    mail url category summary outgoing count (smaApiV20ReportingMailUrlCategorySummaryOutgoingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url category summary outgoing count
        
reporting_mail_url_category_summary_outgoing_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_domain_summary
 
    mail url domain summary (smaApiV20ReportingMailUrlDomainSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    }, {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url domain summary
        
reporting_mail_url_domain_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_domain_summary/incoming_count
 
    mail url domain summary incoming count (smaApiV20ReportingMailUrlDomainSummaryIncomingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url domain summary incoming count
        
reporting_mail_url_domain_summary_incoming_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_domain_summary/outgoing_count
 
    mail url domain summary outgoing count (smaApiV20ReportingMailUrlDomainSummaryOutgoingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url domain summary outgoing count
        
reporting_mail_url_domain_summary_outgoing_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_reputation_summary
 
    mail url reputation summary (smaApiV20ReportingMailUrlReputationSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    }, {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url reputation summary
        
reporting_mail_url_reputation_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_reputation_summary/incoming_count
 
    mail url reputation summary incoming count (smaApiV20ReportingMailUrlReputationSummaryIncomingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url reputation summary incoming count
        
reporting_mail_url_reputation_summary_incoming_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_reputation_summary/outgoing_count
 
    mail url reputation summary outgoing count (smaApiV20ReportingMailUrlReputationSummaryOutgoingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url reputation summary outgoing count
        
reporting_mail_url_reputation_summary_outgoing_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_content_filter_incoming
 
    mail users content filter incoming (smaApiV20ReportingMailUsersContentFilterIncomingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users content filter incoming
        
reporting_mail_users_content_filter_incoming
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_content_filter_incoming/recipients_matched
 
    mail users content filter incoming recipients matched (smaApiV20ReportingMailUsersContentFilterIncomingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users content filter incoming recipients matched
        
reporting_mail_users_content_filter_incoming_recipients_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_content_filter_outgoing
 
    mail users content filter outgoing (smaApiV20ReportingMailUsersContentFilterOutgoingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users content filter outgoing
        
reporting_mail_users_content_filter_outgoing
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_content_filter_outgoing/recipients_matched
 
    mail users content filter outgoing recipients matched (smaApiV20ReportingMailUsersContentFilterOutgoingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users content filter outgoing recipients matched
        
reporting_mail_users_content_filter_outgoing_recipients_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail
 
    mail users detail (smaApiV20ReportingMailUsersDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "incoming_detected_content_filter" : [ "", "" ],
      "incoming_total_clean_recipients" : [ "", "" ],
      "outgoing_total_clean_recipients" : [ "", "" ],
      "incoming_detected_amp" : [ "", "" ],
      "outgoing_detected_ims_spam_increment_over_case" : [ "", "" ],
      "incoming_threat_content_filter" : [ "", "" ],
      "outgoing_detected_spam" : [ "", "" ],
      "incoming_bulk_mail" : [ "", "" ],
      "incoming_graymail" : [ "", "" ],
      "incoming_marketing_mail" : [ "", "" ],
      "incoming_detected_spam" : [ "", "" ],
      "outgoing_detected_content_filter" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "incoming_detected_ims_spam_increment_over_case" : [ "", "" ],
      "outgoing_detected_virus" : [ "", "" ],
      "outgoing_detected_amp" : [ "", "" ],
      "outgoing_total_recipients" : [ "", "" ],
      "incoming_total_recipients" : [ "", "" ],
      "incoming_detected_virus" : [ "", "" ],
      "outgoing_threat_content_filter" : [ "", "" ],
      "incoming_social_mail" : [ "", "" ]
    }, {
      "incoming_detected_content_filter" : [ "", "" ],
      "incoming_total_clean_recipients" : [ "", "" ],
      "outgoing_total_clean_recipients" : [ "", "" ],
      "incoming_detected_amp" : [ "", "" ],
      "outgoing_detected_ims_spam_increment_over_case" : [ "", "" ],
      "incoming_threat_content_filter" : [ "", "" ],
      "outgoing_detected_spam" : [ "", "" ],
      "incoming_bulk_mail" : [ "", "" ],
      "incoming_graymail" : [ "", "" ],
      "incoming_marketing_mail" : [ "", "" ],
      "incoming_detected_spam" : [ "", "" ],
      "outgoing_detected_content_filter" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "incoming_detected_ims_spam_increment_over_case" : [ "", "" ],
      "outgoing_detected_virus" : [ "", "" ],
      "outgoing_detected_amp" : [ "", "" ],
      "outgoing_total_recipients" : [ "", "" ],
      "incoming_total_recipients" : [ "", "" ],
      "incoming_detected_virus" : [ "", "" ],
      "outgoing_threat_content_filter" : [ "", "" ],
      "incoming_social_mail" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail
        
reporting_mail_users_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_bulk_mail
 
    mail users detail incoming bulk mail (smaApiV20ReportingMailUsersDetailIncomingBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming bulk mail
        
reporting_mail_users_detail_incoming_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_amp
 
    mail users detail incoming detected amp (smaApiV20ReportingMailUsersDetailIncomingDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected amp
        
reporting_mail_users_detail_incoming_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_content_filter
 
    mail users detail incoming detected content filter (smaApiV20ReportingMailUsersDetailIncomingDetectedContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected content filter
        
reporting_mail_users_detail_incoming_detected_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_ims_spam_increment_over_case
 
    mail users detail incoming detected ims spam increment over case (smaApiV20ReportingMailUsersDetailIncomingDetectedImsSpamIncrementOverCaseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_ims_spam_increment_over_case" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected ims spam increment over case
        
reporting_mail_users_detail_incoming_detected_ims_spam_increment_over_case
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_spam
 
    mail users detail incoming detected spam (smaApiV20ReportingMailUsersDetailIncomingDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected spam
        
reporting_mail_users_detail_incoming_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_virus
 
    mail users detail incoming detected virus (smaApiV20ReportingMailUsersDetailIncomingDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected virus
        
reporting_mail_users_detail_incoming_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_graymail
 
    mail users detail incoming graymail (smaApiV20ReportingMailUsersDetailIncomingGraymailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_graymail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming graymail
        
reporting_mail_users_detail_incoming_graymail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_marketing_mail
 
    mail users detail incoming marketing mail (smaApiV20ReportingMailUsersDetailIncomingMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming marketing mail
        
reporting_mail_users_detail_incoming_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_social_mail
 
    mail users detail incoming social mail (smaApiV20ReportingMailUsersDetailIncomingSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming social mail
        
reporting_mail_users_detail_incoming_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_threat_content_filter
 
    mail users detail incoming threat content filter (smaApiV20ReportingMailUsersDetailIncomingThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming threat content filter
        
reporting_mail_users_detail_incoming_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_total_clean_recipients
 
    mail users detail incoming total clean recipients (smaApiV20ReportingMailUsersDetailIncomingTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming total clean recipients
        
reporting_mail_users_detail_incoming_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_total_recipients
 
    mail users detail incoming total recipients (smaApiV20ReportingMailUsersDetailIncomingTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming total recipients
        
reporting_mail_users_detail_incoming_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_amp
 
    mail users detail outgoing detected amp (smaApiV20ReportingMailUsersDetailOutgoingDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected amp
        
reporting_mail_users_detail_outgoing_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_content_filter
 
    mail users detail outgoing detected content filter (smaApiV20ReportingMailUsersDetailOutgoingDetectedContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected content filter
        
reporting_mail_users_detail_outgoing_detected_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_ims_spam_increment_over_case
 
    mail users detail outgoing detected ims spam increment over case (smaApiV20ReportingMailUsersDetailOutgoingDetectedImsSpamIncrementOverCaseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_ims_spam_increment_over_case" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected ims spam increment over case
        
reporting_mail_users_detail_outgoing_detected_ims_spam_increment_over_case
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_spam
 
    mail users detail outgoing detected spam (smaApiV20ReportingMailUsersDetailOutgoingDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected spam
        
reporting_mail_users_detail_outgoing_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_virus
 
    mail users detail outgoing detected virus (smaApiV20ReportingMailUsersDetailOutgoingDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected virus
        
reporting_mail_users_detail_outgoing_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_threat_content_filter
 
    mail users detail outgoing threat content filter (smaApiV20ReportingMailUsersDetailOutgoingThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing threat content filter
        
reporting_mail_users_detail_outgoing_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_total_clean_recipients
 
    mail users detail outgoing total clean recipients (smaApiV20ReportingMailUsersDetailOutgoingTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing total clean recipients
        
reporting_mail_users_detail_outgoing_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_total_recipients
 
    mail users detail outgoing total recipients (smaApiV20ReportingMailUsersDetailOutgoingTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing total recipients
        
reporting_mail_users_detail_outgoing_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_virus_type_detail
 
    mail virus type detail (smaApiV20ReportingMailVirusTypeDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_recipients" : [ "", "" ],
      "outgoing_total_recipients" : [ "", "" ],
      "incoming_total_recipients" : [ "", "" ]
    }, {
      "total_recipients" : [ "", "" ],
      "outgoing_total_recipients" : [ "", "" ],
      "incoming_total_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail virus type detail
        
reporting_mail_virus_type_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_virus_type_detail/incoming_total_recipients
 
    mail virus type detail incoming total recipients (smaApiV20ReportingMailVirusTypeDetailIncomingTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail virus type detail incoming total recipients
        
reporting_mail_virus_type_detail_incoming_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_virus_type_detail/outgoing_total_recipients
 
    mail virus type detail outgoing total recipients (smaApiV20ReportingMailVirusTypeDetailOutgoingTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail virus type detail outgoing total recipients
        
reporting_mail_virus_type_detail_outgoing_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_virus_type_detail/total_recipients
 
    mail virus type detail total recipients (smaApiV20ReportingMailVirusTypeDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail virus type detail total recipients
        
reporting_mail_virus_type_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_specific_threat_summary
 
    mail vof specific threat summary (smaApiV20ReportingMailVofSpecificThreatSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected_virus_or_malware" : 0
    }, {
      "threat_detected_virus_or_malware" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof specific threat summary
        
reporting_mail_vof_specific_threat_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threat_details
 
    mail vof threat details (smaApiV20ReportingMailVofThreatDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threat details
        
reporting_mail_vof_threat_details
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threat_details/threat_detected
 
    mail vof threat details threat detected (smaApiV20ReportingMailVofThreatDetailsThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threat details threat detected
        
reporting_mail_vof_threat_details_threat_detected
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threat_summary
 
    mail vof threat summary (smaApiV20ReportingMailVofThreatSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threat summary
        
reporting_mail_vof_threat_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threat_summary/threat_detected
 
    mail vof threat summary threat detected (smaApiV20ReportingMailVofThreatSummaryThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threat summary threat detected
        
reporting_mail_vof_threat_summary_threat_detected
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_level
 
    mail vof threats by level (smaApiV20ReportingMailVofThreatsByLevelGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by level
        
reporting_mail_vof_threats_by_level
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_level/threat_detected
 
    mail vof threats by level threat detected (smaApiV20ReportingMailVofThreatsByLevelThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by level threat detected
        
reporting_mail_vof_threats_by_level_threat_detected
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_threat_type
 
    mail vof threats by threat type (smaApiV20ReportingMailVofThreatsByThreatTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by threat type
        
reporting_mail_vof_threats_by_threat_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_threat_type/threat_detected
 
    mail vof threats by threat type threat detected (smaApiV20ReportingMailVofThreatsByThreatTypeThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by threat type threat detected
        
reporting_mail_vof_threats_by_threat_type_threat_detected
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_time_threshold
 
    mail vof threats by time threshold (smaApiV20ReportingMailVofThreatsByTimeThresholdGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "local_store_quarantine_message_exit" : [ "", "" ],
      "quarantine_message_exit" : [ "", "" ]
    }, {
      "local_store_quarantine_message_exit" : [ "", "" ],
      "quarantine_message_exit" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by time threshold
        
reporting_mail_vof_threats_by_time_threshold
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_time_threshold/local_store_quarantine_message_exit
 
    mail vof threats by time threshold local store quarantine message exit (smaApiV20ReportingMailVofThreatsByTimeThresholdLocalStoreQuarantineMessageExitGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "local_store_quarantine_message_exit" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by time threshold local store quarantine message exit
        
reporting_mail_vof_threats_by_time_threshold_local_store_quarantine_message_exit
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_time_threshold/quarantine_message_exit
 
    mail vof threats by time threshold quarantine message exit (smaApiV20ReportingMailVofThreatsByTimeThresholdQuarantineMessageExitGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "quarantine_message_exit" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by time threshold quarantine message exit
        
reporting_mail_vof_threats_by_time_threshold_quarantine_message_exit
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_type
 
    mail vof threats by type (smaApiV20ReportingMailVofThreatsByTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by type
        
reporting_mail_vof_threats_by_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_type/threat_detected
 
    mail vof threats by type threat detected (smaApiV20ReportingMailVofThreatsByTypeThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by type threat detected
        
reporting_mail_vof_threats_by_type_threat_detected
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_rewritten_url
 
    mail vof threats rewritten url (smaApiV20ReportingMailVofThreatsRewrittenUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "rewritten_url" : [ "", "" ]
    }, {
      "rewritten_url" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats rewritten url
        
reporting_mail_vof_threats_rewritten_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_rewritten_url/rewritten_url
 
    mail vof threats rewritten url rewritten url (smaApiV20ReportingMailVofThreatsRewrittenUrlRewrittenUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewritten_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats rewritten url rewritten url
        
reporting_mail_vof_threats_rewritten_url_rewritten_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/reporting_system
 
    reporting system (smaApiV20ReportingReportingSystemGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "heartbeat" : [ "", "" ],
      "end_time" : [ "", "" ],
      "begin_time" : [ "", "" ]
    }, {
      "heartbeat" : [ "", "" ],
      "end_time" : [ "", "" ],
      "begin_time" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    reporting system
        
reporting_reporting_system
    
  
  
  
    
    Up
    get /sma/api/v2.0/config/legacy_archived_reports
 
    Retrieve legacy archived entries (smaApiV20ConfigLegacyArchivedReportsGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "meta" : {
      "totalCount" : 0
    },
    "legacy_archived_reports" : [ {
      "properties" : {
        "periodic_report_format" : "periodic_report_format",
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_generated" : "periodic_report_generated",
        "periodic_report_time_range" : "periodic_report_time_range",
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_product_type" : "periodic_report_product_type"
      }
    }, {
      "properties" : {
        "periodic_report_format" : "periodic_report_format",
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_generated" : "periodic_report_generated",
        "periodic_report_time_range" : "periodic_report_time_range",
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_product_type" : "periodic_report_product_type"
      }
    } ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve legacy archived reports entries
        
config_legacy_archived_reports_view
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/completed_timestamp
 
    mail amp file analysis by filename completed timestamp (smaApiV20ReportingMailAmpFileAnalysisByFilenameCompletedTimestampGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "completed_timestamp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename completed timestamp
        
reporting_mail_amp_file_analysis_by_filename_completed_timestamp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/console_url
 
    mail amp file analysis by filename console url (smaApiV20ReportingMailAmpFileAnalysisByFilenameConsoleUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "console_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename console url
        
reporting_mail_amp_file_analysis_by_filename_console_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename
 
    mail amp file analysis by filename (smaApiV20ReportingMailAmpFileAnalysisByFilenameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "score" : [ "", "" ],
      "interim_verdict" : [ "", "" ],
      "run_id" : [ "", "" ],
      "console_url" : [ "", "" ],
      "submit_timestamp" : [ "", "" ],
      "msg_direction" : [ "", "" ],
      "completed_timestamp" : [ "", "" ],
      "url" : [ "", "" ],
      "status" : [ "", "" ]
    }, {
      "score" : [ "", "" ],
      "interim_verdict" : [ "", "" ],
      "run_id" : [ "", "" ],
      "console_url" : [ "", "" ],
      "submit_timestamp" : [ "", "" ],
      "msg_direction" : [ "", "" ],
      "completed_timestamp" : [ "", "" ],
      "url" : [ "", "" ],
      "status" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename
        
reporting_mail_amp_file_analysis_by_filename
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/interim_verdict
 
    mail amp file analysis by filename interim verdict (smaApiV20ReportingMailAmpFileAnalysisByFilenameInterimVerdictGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "interim_verdict" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename interim verdict
        
reporting_mail_amp_file_analysis_by_filename_interim_verdict
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/msg_direction
 
    mail amp file analysis by filename msg direction (smaApiV20ReportingMailAmpFileAnalysisByFilenameMsgDirectionGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msg_direction" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename msg direction
        
reporting_mail_amp_file_analysis_by_filename_msg_direction
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/run_id
 
    mail amp file analysis by filename run id (smaApiV20ReportingMailAmpFileAnalysisByFilenameRunIdGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "run_id" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename run id
        
reporting_mail_amp_file_analysis_by_filename_run_id
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/score
 
    mail amp file analysis by filename score (smaApiV20ReportingMailAmpFileAnalysisByFilenameScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename score
        
reporting_mail_amp_file_analysis_by_filename_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/status
 
    mail amp file analysis by filename status (smaApiV20ReportingMailAmpFileAnalysisByFilenameStatusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "status" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename status
        
reporting_mail_amp_file_analysis_by_filename_status
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/submit_timestamp
 
    mail amp file analysis by filename submit timestamp (smaApiV20ReportingMailAmpFileAnalysisByFilenameSubmitTimestampGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "submit_timestamp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename submit timestamp
        
reporting_mail_amp_file_analysis_by_filename_submit_timestamp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/url
 
    mail amp file analysis by filename url (smaApiV20ReportingMailAmpFileAnalysisByFilenameUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename url
        
reporting_mail_amp_file_analysis_by_filename_url
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/console_url
 
    mail amp reputation update console url (smaApiV20ReportingMailAmpReputationUpdateConsoleUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "console_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update console url
        
reporting_mail_amp_reputation_update_console_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/filenames
 
    mail amp reputation update filenames (smaApiV20ReportingMailAmpReputationUpdateFilenamesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "filenames" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update filenames
        
reporting_mail_amp_reputation_update_filenames
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update
 
    mail amp reputation update (smaApiV20ReportingMailAmpReputationUpdateGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "timestamped_tuple" : [ "", "" ],
      "console_url" : [ "", "" ],
      "filenames" : [ "", "" ],
      "msg_direction" : [ "", "" ],
      "old_disposition" : [ "", "" ]
    }, {
      "timestamped_tuple" : [ "", "" ],
      "console_url" : [ "", "" ],
      "filenames" : [ "", "" ],
      "msg_direction" : [ "", "" ],
      "old_disposition" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update
        
reporting_mail_amp_reputation_update
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/msg_direction
 
    mail amp reputation update msg direction (smaApiV20ReportingMailAmpReputationUpdateMsgDirectionGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msg_direction" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update msg direction
        
reporting_mail_amp_reputation_update_msg_direction
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/old_disposition
 
    mail amp reputation update old disposition (smaApiV20ReportingMailAmpReputationUpdateOldDispositionGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "old_disposition" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update old disposition
        
reporting_mail_amp_reputation_update_old_disposition
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/timestamped_tuple
 
    mail amp reputation update timestamped tuple (smaApiV20ReportingMailAmpReputationUpdateTimestampedTupleGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "timestamped_tuple" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update timestamped tuple
        
reporting_mail_amp_reputation_update_timestamped_tuple
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/auth_disallow
 
    mail authentication incoming domain auth disallow (smaApiV20ReportingMailAuthenticationIncomingDomainAuthDisallowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "auth_disallow" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain auth disallow
        
reporting_mail_authentication_incoming_domain_auth_disallow
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/auth_fail
 
    mail authentication incoming domain auth fail (smaApiV20ReportingMailAuthenticationIncomingDomainAuthFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "auth_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain auth fail
        
reporting_mail_authentication_incoming_domain_auth_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/auth_success
 
    mail authentication incoming domain auth success (smaApiV20ReportingMailAuthenticationIncomingDomainAuthSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "auth_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain auth success
        
reporting_mail_authentication_incoming_domain_auth_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/cert_fail
 
    mail authentication incoming domain cert fail (smaApiV20ReportingMailAuthenticationIncomingDomainCertFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain cert fail
        
reporting_mail_authentication_incoming_domain_cert_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/cert_fallback_fail
 
    mail authentication incoming domain cert fallback fail (smaApiV20ReportingMailAuthenticationIncomingDomainCertFallbackFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_fallback_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain cert fallback fail
        
reporting_mail_authentication_incoming_domain_cert_fallback_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/cert_fallback_success
 
    mail authentication incoming domain cert fallback success (smaApiV20ReportingMailAuthenticationIncomingDomainCertFallbackSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_fallback_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain cert fallback success
        
reporting_mail_authentication_incoming_domain_cert_fallback_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/cert_success
 
    mail authentication incoming domain cert success (smaApiV20ReportingMailAuthenticationIncomingDomainCertSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain cert success
        
reporting_mail_authentication_incoming_domain_cert_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain
 
    mail authentication incoming domain (smaApiV20ReportingMailAuthenticationIncomingDomainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_success" : [ "", "" ],
      "auth_success" : [ "", "" ],
      "total" : [ "", "" ],
      "noauth" : [ "", "" ],
      "cert_fallback_fail" : [ "", "" ],
      "auth_fail" : [ "", "" ],
      "cert_fail" : [ "", "" ],
      "cert_fallback_success" : [ "", "" ],
      "auth_disallow" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain
        
reporting_mail_authentication_incoming_domain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/noauth
 
    mail authentication incoming domain noauth (smaApiV20ReportingMailAuthenticationIncomingDomainNoauthGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "noauth" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain noauth
        
reporting_mail_authentication_incoming_domain_noauth
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/total
 
    mail authentication incoming domain total (smaApiV20ReportingMailAuthenticationIncomingDomainTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain total
        
reporting_mail_authentication_incoming_domain_total
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip
 
    mail authentication incoming domain ip (smaApiV20ReportingMailAuthenticationIncomingDomainIpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "last_cert_fail" : [ "", "" ],
      "last_cert_success" : [ "", "" ],
      "last_auth_success" : [ "", "" ],
      "last_cert_fallback" : [ "", "" ],
      "last_auth_fail" : [ "", "" ],
      "last_auth_disallow" : [ "", "" ]
    }, {
      "last_cert_fail" : [ "", "" ],
      "last_cert_success" : [ "", "" ],
      "last_auth_success" : [ "", "" ],
      "last_cert_fallback" : [ "", "" ],
      "last_auth_fail" : [ "", "" ],
      "last_auth_disallow" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip
        
reporting_mail_authentication_incoming_domain_ip
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_auth_disallow
 
    mail authentication incoming domain ip last auth disallow (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastAuthDisallowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_auth_disallow" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last auth disallow
        
reporting_mail_authentication_incoming_domain_ip_last_auth_disallow
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_auth_fail
 
    mail authentication incoming domain ip last auth fail (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastAuthFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_auth_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last auth fail
        
reporting_mail_authentication_incoming_domain_ip_last_auth_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_auth_success
 
    mail authentication incoming domain ip last auth success (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastAuthSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_auth_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last auth success
        
reporting_mail_authentication_incoming_domain_ip_last_auth_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_cert_fail
 
    mail authentication incoming domain ip last cert fail (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastCertFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_cert_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last cert fail
        
reporting_mail_authentication_incoming_domain_ip_last_cert_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_cert_fallback
 
    mail authentication incoming domain ip last cert fallback (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastCertFallbackGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_cert_fallback" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last cert fallback
        
reporting_mail_authentication_incoming_domain_ip_last_cert_fallback
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_cert_success
 
    mail authentication incoming domain ip last cert success (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastCertSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_cert_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last cert success
        
reporting_mail_authentication_incoming_domain_ip_last_cert_success
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary
 
    mail authentication summary (smaApiV20ReportingMailAuthenticationSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "received_total" : [ "", "" ],
      "received_conn_cert_fail" : [ "", "" ],
      "received_conn_total" : [ "", "" ],
      "received_conn_auth_fail" : [ "", "" ],
      "received_conn_noauth" : [ "", "" ],
      "received_noauth" : [ "", "" ],
      "received_conn_auth_success" : [ "", "" ],
      "received_auth" : [ "", "" ],
      "received_conn_cert_success" : [ "", "" ]
    }, {
      "received_total" : [ "", "" ],
      "received_conn_cert_fail" : [ "", "" ],
      "received_conn_total" : [ "", "" ],
      "received_conn_auth_fail" : [ "", "" ],
      "received_conn_noauth" : [ "", "" ],
      "received_noauth" : [ "", "" ],
      "received_conn_auth_success" : [ "", "" ],
      "received_auth" : [ "", "" ],
      "received_conn_cert_success" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary
        
reporting_mail_authentication_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_auth
 
    mail authentication summary received auth (smaApiV20ReportingMailAuthenticationSummaryReceivedAuthGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_auth" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received auth
        
reporting_mail_authentication_summary_received_auth
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_auth_fail
 
    mail authentication summary received conn auth fail (smaApiV20ReportingMailAuthenticationSummaryReceivedConnAuthFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_auth_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn auth fail
        
reporting_mail_authentication_summary_received_conn_auth_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_auth_success
 
    mail authentication summary received conn auth success (smaApiV20ReportingMailAuthenticationSummaryReceivedConnAuthSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_auth_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn auth success
        
reporting_mail_authentication_summary_received_conn_auth_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_cert_fail
 
    mail authentication summary received conn cert fail (smaApiV20ReportingMailAuthenticationSummaryReceivedConnCertFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_cert_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn cert fail
        
reporting_mail_authentication_summary_received_conn_cert_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_cert_success
 
    mail authentication summary received conn cert success (smaApiV20ReportingMailAuthenticationSummaryReceivedConnCertSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_cert_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn cert success
        
reporting_mail_authentication_summary_received_conn_cert_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_noauth
 
    mail authentication summary received conn noauth (smaApiV20ReportingMailAuthenticationSummaryReceivedConnNoauthGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_noauth" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn noauth
        
reporting_mail_authentication_summary_received_conn_noauth
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_total
 
    mail authentication summary received conn total (smaApiV20ReportingMailAuthenticationSummaryReceivedConnTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn total
        
reporting_mail_authentication_summary_received_conn_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_noauth
 
    mail authentication summary received noauth (smaApiV20ReportingMailAuthenticationSummaryReceivedNoauthGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_noauth" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received noauth
        
reporting_mail_authentication_summary_received_noauth
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_total
 
    mail authentication summary received total (smaApiV20ReportingMailAuthenticationSummaryReceivedTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received total
        
reporting_mail_authentication_summary_received_total
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_incoming
 
    mail content filter incoming (smaApiV20ReportingMailContentFilterIncomingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter incoming
        
reporting_mail_content_filter_incoming
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_incoming/recipients_matched
 
    mail content filter incoming recipients matched (smaApiV20ReportingMailContentFilterIncomingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter incoming recipients matched
        
reporting_mail_content_filter_incoming_recipients_matched
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_outgoing
 
    mail content filter outgoing (smaApiV20ReportingMailContentFilterOutgoingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter outgoing
        
reporting_mail_content_filter_outgoing
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_outgoing/recipients_matched
 
    mail content filter outgoing recipients matched (smaApiV20ReportingMailContentFilterOutgoingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter outgoing recipients matched
        
reporting_mail_content_filter_outgoing_recipients_matched
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_users
 
    mail content filter users (smaApiV20ReportingMailContentFilterUsersGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter users
        
reporting_mail_content_filter_users
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_users/recipients_matched
 
    mail content filter users recipients matched (smaApiV20ReportingMailContentFilterUsersRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter users recipients matched
        
reporting_mail_content_filter_users_recipients_matched
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_dane_fail
 
    mail destination domain detail conn dane fail (smaApiV20ReportingMailDestinationDomainDetailConnDaneFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_dane_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn dane fail
        
reporting_mail_destination_domain_detail_conn_dane_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_dane_success
 
    mail destination domain detail conn dane success (smaApiV20ReportingMailDestinationDomainDetailConnDaneSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_dane_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn dane success
        
reporting_mail_destination_domain_detail_conn_dane_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_last_tls_status
 
    mail destination domain detail conn last tls status (smaApiV20ReportingMailDestinationDomainDetailConnLastTlsStatusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_last_tls_status" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn last tls status
        
reporting_mail_destination_domain_detail_conn_last_tls_status
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_plain
 
    mail destination domain detail conn plain (smaApiV20ReportingMailDestinationDomainDetailConnPlainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_plain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn plain
        
reporting_mail_destination_domain_detail_conn_plain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_fail
 
    mail destination domain detail conn tls fail (smaApiV20ReportingMailDestinationDomainDetailConnTlsFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls fail
        
reporting_mail_destination_domain_detail_conn_tls_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_opt_fail
 
    mail destination domain detail conn tls opt fail (smaApiV20ReportingMailDestinationDomainDetailConnTlsOptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_opt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls opt fail
        
reporting_mail_destination_domain_detail_conn_tls_opt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_opt_success
 
    mail destination domain detail conn tls opt success (smaApiV20ReportingMailDestinationDomainDetailConnTlsOptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_opt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls opt success
        
reporting_mail_destination_domain_detail_conn_tls_opt_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_success
 
    mail destination domain detail conn tls success (smaApiV20ReportingMailDestinationDomainDetailConnTlsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls success
        
reporting_mail_destination_domain_detail_conn_tls_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_total
 
    mail destination domain detail conn tls total (smaApiV20ReportingMailDestinationDomainDetailConnTlsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls total
        
reporting_mail_destination_domain_detail_conn_tls_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/delivered
 
    mail destination domain detail delivered (smaApiV20ReportingMailDestinationDomainDetailDeliveredGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail delivered
        
reporting_mail_destination_domain_detail_delivered
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/detected_amp
 
    mail destination domain detail detected amp (smaApiV20ReportingMailDestinationDomainDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail detected amp
        
reporting_mail_destination_domain_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/detected_spam
 
    mail destination domain detail detected spam (smaApiV20ReportingMailDestinationDomainDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail detected spam
        
reporting_mail_destination_domain_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/detected_virus
 
    mail destination domain detail detected virus (smaApiV20ReportingMailDestinationDomainDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail detected virus
        
reporting_mail_destination_domain_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/encrypted_tls
 
    mail destination domain detail encrypted tls (smaApiV20ReportingMailDestinationDomainDetailEncryptedTlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "encrypted_tls" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail encrypted tls
        
reporting_mail_destination_domain_detail_encrypted_tls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail
 
    mail destination domain detail (smaApiV20ReportingMailDestinationDomainDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "encrypted_tls" : [ "", "" ],
      "conn_dane_success" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "conn_tls_fail" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "delivered" : [ "", "" ],
      "conn_plain" : [ "", "" ],
      "conn_last_tls_status" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "hard_bounces" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "conn_dane_fail" : [ "", "" ],
      "conn_tls_opt_fail" : [ "", "" ],
      "conn_tls_opt_success" : [ "", "" ],
      "conn_tls_success" : [ "", "" ],
      "conn_tls_total" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "encrypted_tls" : [ "", "" ],
      "conn_dane_success" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "conn_tls_fail" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "delivered" : [ "", "" ],
      "conn_plain" : [ "", "" ],
      "conn_last_tls_status" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "hard_bounces" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "conn_dane_fail" : [ "", "" ],
      "conn_tls_opt_fail" : [ "", "" ],
      "conn_tls_opt_success" : [ "", "" ],
      "conn_tls_success" : [ "", "" ],
      "conn_tls_total" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail
        
reporting_mail_destination_domain_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/hard_bounces
 
    mail destination domain detail hard bounces (smaApiV20ReportingMailDestinationDomainDetailHardBouncesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "hard_bounces" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail hard bounces
        
reporting_mail_destination_domain_detail_hard_bounces
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/threat_content_filter
 
    mail destination domain detail threat content filter (smaApiV20ReportingMailDestinationDomainDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail threat content filter
        
reporting_mail_destination_domain_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/total_clean_recipients
 
    mail destination domain detail total clean recipients (smaApiV20ReportingMailDestinationDomainDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail total clean recipients
        
reporting_mail_destination_domain_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/total_recipients
 
    mail destination domain detail total recipients (smaApiV20ReportingMailDestinationDomainDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail total recipients
        
reporting_mail_destination_domain_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/total_recipients_processed
 
    mail destination domain detail total recipients processed (smaApiV20ReportingMailDestinationDomainDetailTotalRecipientsProcessedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_processed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail total recipients processed
        
reporting_mail_destination_domain_detail_total_recipients_processed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/total_threat_recipients
 
    mail destination domain detail total threat recipients (smaApiV20ReportingMailDestinationDomainDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail total threat recipients
        
reporting_mail_destination_domain_detail_total_threat_recipients
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_action_delivered
 
    mail dlp outgoing policy detail dlp action delivered (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpActionDeliveredGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_action_delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp action delivered
        
reporting_mail_dlp_outgoing_policy_detail_dlp_action_delivered
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_action_dropped
 
    mail dlp outgoing policy detail dlp action dropped (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpActionDroppedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_action_dropped" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp action dropped
        
reporting_mail_dlp_outgoing_policy_detail_dlp_action_dropped
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_action_encrypted
 
    mail dlp outgoing policy detail dlp action encrypted (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpActionEncryptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_action_encrypted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp action encrypted
        
reporting_mail_dlp_outgoing_policy_detail_dlp_action_encrypted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_incidents_critical
 
    mail dlp outgoing policy detail dlp incidents critical (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpIncidentsCriticalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_critical" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp incidents critical
        
reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_critical
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_incidents_high
 
    mail dlp outgoing policy detail dlp incidents high (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpIncidentsHighGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_high" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp incidents high
        
reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_high
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_incidents_low
 
    mail dlp outgoing policy detail dlp incidents low (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpIncidentsLowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_low" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp incidents low
        
reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_low
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_incidents_medium
 
    mail dlp outgoing policy detail dlp incidents medium (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpIncidentsMediumGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_medium" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp incidents medium
        
reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_medium
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail
 
    mail dlp outgoing policy detail (smaApiV20ReportingMailDlpOutgoingPolicyDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "dlp_action_dropped" : [ "", "" ],
      "dlp_incidents_high" : [ "", "" ],
      "dlp_incidents_medium" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "dlp_incidents_low" : [ "", "" ],
      "dlp_incidents_critical" : [ "", "" ],
      "dlp_action_encrypted" : [ "", "" ],
      "dlp_action_delivered" : [ "", "" ]
    }, {
      "dlp_action_dropped" : [ "", "" ],
      "dlp_incidents_high" : [ "", "" ],
      "dlp_incidents_medium" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "dlp_incidents_low" : [ "", "" ],
      "dlp_incidents_critical" : [ "", "" ],
      "dlp_action_encrypted" : [ "", "" ],
      "dlp_action_delivered" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail
        
reporting_mail_dlp_outgoing_policy_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/total_dlp_incidents
 
    mail dlp outgoing policy detail total dlp incidents (smaApiV20ReportingMailDlpOutgoingPolicyDetailTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail total dlp incidents
        
reporting_mail_dlp_outgoing_policy_detail_total_dlp_incidents
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/dlp_incidents_critical
 
    mail dlp outgoing traffic summary dlp incidents critical (smaApiV20ReportingMailDlpOutgoingTrafficSummaryDlpIncidentsCriticalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_critical" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary dlp incidents critical
        
reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_critical
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/dlp_incidents_high
 
    mail dlp outgoing traffic summary dlp incidents high (smaApiV20ReportingMailDlpOutgoingTrafficSummaryDlpIncidentsHighGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_high" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary dlp incidents high
        
reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_high
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/dlp_incidents_low
 
    mail dlp outgoing traffic summary dlp incidents low (smaApiV20ReportingMailDlpOutgoingTrafficSummaryDlpIncidentsLowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_low" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary dlp incidents low
        
reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_low
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/dlp_incidents_medium
 
    mail dlp outgoing traffic summary dlp incidents medium (smaApiV20ReportingMailDlpOutgoingTrafficSummaryDlpIncidentsMediumGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_medium" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary dlp incidents medium
        
reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_medium
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary
 
    mail dlp outgoing traffic summary (smaApiV20ReportingMailDlpOutgoingTrafficSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "dlp_incidents_high" : [ "", "" ],
      "dlp_incidents_medium" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "dlp_incidents_low" : [ "", "" ],
      "dlp_incidents_critical" : [ "", "" ]
    }, {
      "dlp_incidents_high" : [ "", "" ],
      "dlp_incidents_medium" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "dlp_incidents_low" : [ "", "" ],
      "dlp_incidents_critical" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary
        
reporting_mail_dlp_outgoing_traffic_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/total_dlp_incidents
 
    mail dlp outgoing traffic summary total dlp incidents (smaApiV20ReportingMailDlpOutgoingTrafficSummaryTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary total dlp incidents
        
reporting_mail_dlp_outgoing_traffic_summary_total_dlp_incidents
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail
 
    mail dlp users policy detail (smaApiV20ReportingMailDlpUsersPolicyDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_quarantined" : [ "", "" ],
      "outgoing_dlp_action_dropped" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "outgoing_dlp_incidents_high" : [ "", "" ],
      "outgoing_dlp_action_encrypted" : [ "", "" ],
      "outgoing_dlp_incidents_medium" : [ "", "" ],
      "outgoing_dlp_incidents_low" : [ "", "" ],
      "outgoing_dlp_incidents_critical" : [ "", "" ],
      "outgoing_dlp_action_delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail
        
reporting_mail_dlp_users_policy_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_action_delivered
 
    mail dlp users policy detail outgoing dlp action delivered (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpActionDeliveredGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp action delivered
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_delivered
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_action_dropped
 
    mail dlp users policy detail outgoing dlp action dropped (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpActionDroppedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_dropped" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp action dropped
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_dropped
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_action_encrypted
 
    mail dlp users policy detail outgoing dlp action encrypted (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpActionEncryptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_encrypted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp action encrypted
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_encrypted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_action_quarantined
 
    mail dlp users policy detail outgoing dlp action quarantined (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpActionQuarantinedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_quarantined" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp action quarantined
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_quarantined
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_incidents_critical
 
    mail dlp users policy detail outgoing dlp incidents critical (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpIncidentsCriticalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_incidents_critical" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp incidents critical
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_critical
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_incidents_high
 
    mail dlp users policy detail outgoing dlp incidents high (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpIncidentsHighGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_incidents_high" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp incidents high
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_high
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_incidents_low
 
    mail dlp users policy detail outgoing dlp incidents low (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpIncidentsLowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_incidents_low" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp incidents low
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_low
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_incidents_medium
 
    mail dlp users policy detail outgoing dlp incidents medium (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpIncidentsMediumGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_incidents_medium" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp incidents medium
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_medium
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/total_dlp_incidents
 
    mail dlp users policy detail total dlp incidents (smaApiV20ReportingMailDlpUsersPolicyDetailTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail total dlp incidents
        
reporting_mail_dlp_users_policy_detail_total_dlp_incidents
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_failed_none
 
    mail dmarc incoming traffic summary dmarc failed none (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcFailedNoneGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_failed_none" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc failed none
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_none
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_failed_quarantined
 
    mail dmarc incoming traffic summary dmarc failed quarantined (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcFailedQuarantinedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_failed_quarantined" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc failed quarantined
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_quarantined
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_failed_rejected
 
    mail dmarc incoming traffic summary dmarc failed rejected (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcFailedRejectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_failed_rejected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc failed rejected
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_rejected
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_failed_total
 
    mail dmarc incoming traffic summary dmarc failed total (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcFailedTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_failed_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc failed total
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_passed
 
    mail dmarc incoming traffic summary dmarc passed (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcPassedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_passed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc passed
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_passed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_total_attempted
 
    mail dmarc incoming traffic summary dmarc total attempted (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcTotalAttemptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_total_attempted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc total attempted
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_total_attempted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary
 
    mail dmarc incoming traffic summary (smaApiV20ReportingMailDmarcIncomingTrafficSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "dmarc_total_attempted" : [ "", "" ],
      "dmarc_passed" : [ "", "" ],
      "dmarc_failed_none" : [ "", "" ],
      "dmarc_failed_quarantined" : [ "", "" ],
      "dmarc_failed_rejected" : [ "", "" ],
      "dmarc_failed_total" : [ "", "" ]
    }, {
      "dmarc_total_attempted" : [ "", "" ],
      "dmarc_passed" : [ "", "" ],
      "dmarc_failed_none" : [ "", "" ],
      "dmarc_failed_quarantined" : [ "", "" ],
      "dmarc_failed_rejected" : [ "", "" ],
      "dmarc_failed_total" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary
        
reporting_mail_dmarc_incoming_traffic_summary
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_rate_limit/env_sender_incidents
 
    mail env sender rate limit env sender incidents (smaApiV20ReportingMailEnvSenderRateLimitEnvSenderIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "env_sender_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender rate limit env sender incidents
        
reporting_mail_env_sender_rate_limit_env_sender_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_rate_limit/env_sender_rejected_rcpts
 
    mail env sender rate limit env sender rejected rcpts (smaApiV20ReportingMailEnvSenderRateLimitEnvSenderRejectedRcptsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "env_sender_rejected_rcpts" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender rate limit env sender rejected rcpts
        
reporting_mail_env_sender_rate_limit_env_sender_rejected_rcpts
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_rate_limit
 
    mail env sender rate limit (smaApiV20ReportingMailEnvSenderRateLimitGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "env_sender_rejected_rcpts" : [ "", "" ],
      "env_sender_incidents" : [ "", "" ]
    }, {
      "env_sender_rejected_rcpts" : [ "", "" ],
      "env_sender_incidents" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender rate limit
        
reporting_mail_env_sender_rate_limit
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_stats
 
    mail env sender stats (smaApiV20ReportingMailEnvSenderStatsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "num_msgs" : [ "", "" ]
    }, {
      "num_msgs" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender stats
        
reporting_mail_env_sender_stats
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_stats/num_msgs
 
    mail env sender stats num msgs (smaApiV20ReportingMailEnvSenderStatsNumMsgsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "num_msgs" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender stats num msgs
        
reporting_mail_env_sender_stats_num_msgs
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_fed_content_filter_incoming
 
    mail fed content filter incoming (smaApiV20ReportingMailFedContentFilterIncomingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "recipients_matched" : [ "", "" ]
    }, {
      "recipients_matched" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail fed content filter incoming
        
reporting_mail_fed_content_filter_incoming
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_fed_content_filter_incoming/recipients_matched
 
    mail fed content filter incoming recipients matched (smaApiV20ReportingMailFedContentFilterIncomingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail fed content filter incoming recipients matched
        
reporting_mail_fed_content_filter_incoming_recipients_matched
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_hvm_msg_filter_stats
 
    mail hvm msg filter stats (smaApiV20ReportingMailHvmMsgFilterStatsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "num_matches" : [ "", "" ]
    }, {
      "num_matches" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail hvm msg filter stats
        
reporting_mail_hvm_msg_filter_stats
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_hvm_msg_filter_stats/num_matches
 
    mail hvm msg filter stats num matches (smaApiV20ReportingMailHvmMsgFilterStatsNumMatchesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "num_matches" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail hvm msg filter stats num matches
        
reporting_mail_hvm_msg_filter_stats_num_matches
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/blacklist
 
    mail incoming amp summary blacklist (smaApiV20ReportingMailIncomingAmpSummaryBlacklistGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blacklist" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary blacklist
        
reporting_mail_incoming_amp_summary_blacklist
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/clamav_lowrisk
 
    mail incoming amp summary clamav lowrisk (smaApiV20ReportingMailIncomingAmpSummaryClamavLowriskGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "clamav_lowrisk" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary clamav lowrisk
        
reporting_mail_incoming_amp_summary_clamav_lowrisk
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/clean
 
    mail incoming amp summary clean (smaApiV20ReportingMailIncomingAmpSummaryCleanGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "clean" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary clean
        
reporting_mail_incoming_amp_summary_clean
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/custom_threshold
 
    mail incoming amp summary custom threshold (smaApiV20ReportingMailIncomingAmpSummaryCustomThresholdGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "custom_threshold" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary custom threshold
        
reporting_mail_incoming_amp_summary_custom_threshold
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary
 
    mail incoming amp summary (smaApiV20ReportingMailIncomingAmpSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "unscannable" : [ "", "" ],
      "malware" : [ "", "" ],
      "custom_threshold" : [ "", "" ],
      "blacklist" : [ "", "" ],
      "clamav_lowrisk" : [ "", "" ],
      "clean" : [ "", "" ],
      "lowrisk" : [ "", "" ],
      "unknown" : [ "", "" ]
    }, {
      "unscannable" : [ "", "" ],
      "malware" : [ "", "" ],
      "custom_threshold" : [ "", "" ],
      "blacklist" : [ "", "" ],
      "clamav_lowrisk" : [ "", "" ],
      "clean" : [ "", "" ],
      "lowrisk" : [ "", "" ],
      "unknown" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary
        
reporting_mail_incoming_amp_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/lowrisk
 
    mail incoming amp summary lowrisk (smaApiV20ReportingMailIncomingAmpSummaryLowriskGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "lowrisk" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary lowrisk
        
reporting_mail_incoming_amp_summary_lowrisk
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/malware
 
    mail incoming amp summary malware (smaApiV20ReportingMailIncomingAmpSummaryMalwareGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "malware" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary malware
        
reporting_mail_incoming_amp_summary_malware
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/unknown
 
    mail incoming amp summary unknown (smaApiV20ReportingMailIncomingAmpSummaryUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary unknown
        
reporting_mail_incoming_amp_summary_unknown
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/unscannable
 
    mail incoming amp summary unscannable (smaApiV20ReportingMailIncomingAmpSummaryUnscannableGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unscannable" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary unscannable
        
reporting_mail_incoming_amp_summary_unscannable
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/blocked_dmarc
 
    mail incoming domain detail blocked dmarc (smaApiV20ReportingMailIncomingDomainDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail blocked dmarc
        
reporting_mail_incoming_domain_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/blocked_invalid_recipient
 
    mail incoming domain detail blocked invalid recipient (smaApiV20ReportingMailIncomingDomainDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail blocked invalid recipient
        
reporting_mail_incoming_domain_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/blocked_reputation
 
    mail incoming domain detail blocked reputation (smaApiV20ReportingMailIncomingDomainDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail blocked reputation
        
reporting_mail_incoming_domain_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/bulk_mail
 
    mail incoming domain detail bulk mail (smaApiV20ReportingMailIncomingDomainDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail bulk mail
        
reporting_mail_incoming_domain_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_plain
 
    mail incoming domain detail conn plain (smaApiV20ReportingMailIncomingDomainDetailConnPlainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_plain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn plain
        
reporting_mail_incoming_domain_detail_conn_plain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_fail
 
    mail incoming domain detail conn tls fail (smaApiV20ReportingMailIncomingDomainDetailConnTlsFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls fail
        
reporting_mail_incoming_domain_detail_conn_tls_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_opt_fail
 
    mail incoming domain detail conn tls opt fail (smaApiV20ReportingMailIncomingDomainDetailConnTlsOptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_opt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls opt fail
        
reporting_mail_incoming_domain_detail_conn_tls_opt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_opt_success
 
    mail incoming domain detail conn tls opt success (smaApiV20ReportingMailIncomingDomainDetailConnTlsOptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_opt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls opt success
        
reporting_mail_incoming_domain_detail_conn_tls_opt_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_success
 
    mail incoming domain detail conn tls success (smaApiV20ReportingMailIncomingDomainDetailConnTlsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls success
        
reporting_mail_incoming_domain_detail_conn_tls_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_total
 
    mail incoming domain detail conn tls total (smaApiV20ReportingMailIncomingDomainDetailConnTlsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls total
        
reporting_mail_incoming_domain_detail_conn_tls_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/detected_amp
 
    mail incoming domain detail detected amp (smaApiV20ReportingMailIncomingDomainDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail detected amp
        
reporting_mail_incoming_domain_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/detected_spam
 
    mail incoming domain detail detected spam (smaApiV20ReportingMailIncomingDomainDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail detected spam
        
reporting_mail_incoming_domain_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/detected_virus
 
    mail incoming domain detail detected virus (smaApiV20ReportingMailIncomingDomainDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail detected virus
        
reporting_mail_incoming_domain_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/encrypted_tls
 
    mail incoming domain detail encrypted tls (smaApiV20ReportingMailIncomingDomainDetailEncryptedTlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "encrypted_tls" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail encrypted tls
        
reporting_mail_incoming_domain_detail_encrypted_tls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail
 
    mail incoming domain detail (smaApiV20ReportingMailIncomingDomainDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "conn_plain" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "conn_tls_opt_fail" : [ "", "" ],
      "conn_tls_success" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ],
      "total_throttled_recipients" : [ "", "" ],
      "encrypted_tls" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "total_rejected_connections" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "conn_tls_fail" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "total_accepted_connections" : [ "", "" ],
      "conn_tls_opt_success" : [ "", "" ],
      "conn_tls_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail
        
reporting_mail_incoming_domain_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/last_sender_group
 
    mail incoming domain detail last sender group (smaApiV20ReportingMailIncomingDomainDetailLastSenderGroupGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail last sender group
        
reporting_mail_incoming_domain_detail_last_sender_group
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/last_sender_group_name
 
    mail incoming domain detail last sender group name (smaApiV20ReportingMailIncomingDomainDetailLastSenderGroupNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail last sender group name
        
reporting_mail_incoming_domain_detail_last_sender_group_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/marketing_mail
 
    mail incoming domain detail marketing mail (smaApiV20ReportingMailIncomingDomainDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail marketing mail
        
reporting_mail_incoming_domain_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/social_mail
 
    mail incoming domain detail social mail (smaApiV20ReportingMailIncomingDomainDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail social mail
        
reporting_mail_incoming_domain_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/threat_content_filter
 
    mail incoming domain detail threat content filter (smaApiV20ReportingMailIncomingDomainDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail threat content filter
        
reporting_mail_incoming_domain_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_accepted_connections
 
    mail incoming domain detail total accepted connections (smaApiV20ReportingMailIncomingDomainDetailTotalAcceptedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_accepted_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total accepted connections
        
reporting_mail_incoming_domain_detail_total_accepted_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_clean_recipients
 
    mail incoming domain detail total clean recipients (smaApiV20ReportingMailIncomingDomainDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total clean recipients
        
reporting_mail_incoming_domain_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_graymail_recipients
 
    mail incoming domain detail total graymail recipients (smaApiV20ReportingMailIncomingDomainDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total graymail recipients
        
reporting_mail_incoming_domain_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_recipients
 
    mail incoming domain detail total recipients (smaApiV20ReportingMailIncomingDomainDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total recipients
        
reporting_mail_incoming_domain_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_rejected_connections
 
    mail incoming domain detail total rejected connections (smaApiV20ReportingMailIncomingDomainDetailTotalRejectedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_rejected_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total rejected connections
        
reporting_mail_incoming_domain_detail_total_rejected_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_threat_recipients
 
    mail incoming domain detail total threat recipients (smaApiV20ReportingMailIncomingDomainDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total threat recipients
        
reporting_mail_incoming_domain_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_throttled_recipients
 
    mail incoming domain detail total throttled recipients (smaApiV20ReportingMailIncomingDomainDetailTotalThrottledRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_throttled_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total throttled recipients
        
reporting_mail_incoming_domain_detail_total_throttled_recipients
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/blocked_dmarc
 
    mail incoming domain ip detail blocked dmarc (smaApiV20ReportingMailIncomingDomainIpDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail blocked dmarc
        
reporting_mail_incoming_domain_ip_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/blocked_invalid_recipient
 
    mail incoming domain ip detail blocked invalid recipient (smaApiV20ReportingMailIncomingDomainIpDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail blocked invalid recipient
        
reporting_mail_incoming_domain_ip_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/blocked_reputation
 
    mail incoming domain ip detail blocked reputation (smaApiV20ReportingMailIncomingDomainIpDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail blocked reputation
        
reporting_mail_incoming_domain_ip_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/bulk_mail
 
    mail incoming domain ip detail bulk mail (smaApiV20ReportingMailIncomingDomainIpDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail bulk mail
        
reporting_mail_incoming_domain_ip_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/detected_amp
 
    mail incoming domain ip detail detected amp (smaApiV20ReportingMailIncomingDomainIpDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail detected amp
        
reporting_mail_incoming_domain_ip_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/detected_spam
 
    mail incoming domain ip detail detected spam (smaApiV20ReportingMailIncomingDomainIpDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail detected spam
        
reporting_mail_incoming_domain_ip_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/detected_virus
 
    mail incoming domain ip detail detected virus (smaApiV20ReportingMailIncomingDomainIpDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail detected virus
        
reporting_mail_incoming_domain_ip_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/dns_verified
 
    mail incoming domain ip detail dns verified (smaApiV20ReportingMailIncomingDomainIpDetailDnsVerifiedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dns_verified" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail dns verified
        
reporting_mail_incoming_domain_ip_detail_dns_verified
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail
 
    mail incoming domain ip detail (smaApiV20ReportingMailIncomingDomainIpDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "sbrs_score" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "dns_verified" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "sbrs_score" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "dns_verified" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail
        
reporting_mail_incoming_domain_ip_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/last_sender_group
 
    mail incoming domain ip detail last sender group (smaApiV20ReportingMailIncomingDomainIpDetailLastSenderGroupGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail last sender group
        
reporting_mail_incoming_domain_ip_detail_last_sender_group
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/last_sender_group_name
 
    mail incoming domain ip detail last sender group name (smaApiV20ReportingMailIncomingDomainIpDetailLastSenderGroupNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail last sender group name
        
reporting_mail_incoming_domain_ip_detail_last_sender_group_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/marketing_mail
 
    mail incoming domain ip detail marketing mail (smaApiV20ReportingMailIncomingDomainIpDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail marketing mail
        
reporting_mail_incoming_domain_ip_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/sbrs_score
 
    mail incoming domain ip detail sbrs score (smaApiV20ReportingMailIncomingDomainIpDetailSbrsScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sbrs_score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail sbrs score
        
reporting_mail_incoming_domain_ip_detail_sbrs_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/social_mail
 
    mail incoming domain ip detail socail mail (smaApiV20ReportingMailIncomingDomainIpDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail socail mail
        
reporting_mail_incoming_domain_ip_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/threat_content_filter
 
    mail incoming domain ip detail threat content filter (smaApiV20ReportingMailIncomingDomainIpDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail threat content filter
        
reporting_mail_incoming_domain_ip_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/total_clean_recipients
 
    mail incoming domain ip detail total clean recipients (smaApiV20ReportingMailIncomingDomainIpDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail total clean recipients
        
reporting_mail_incoming_domain_ip_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/total_graymail_recipients
 
    mail incoming domain ip detail total graymail recipients (smaApiV20ReportingMailIncomingDomainIpDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail total graymail recipients
        
reporting_mail_incoming_domain_ip_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/total_recipients
 
    mail incoming domain ip detail total recipients (smaApiV20ReportingMailIncomingDomainIpDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail total recipients
        
reporting_mail_incoming_domain_ip_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/total_threat_recipients
 
    mail incoming domain ip detail total threat recipients (smaApiV20ReportingMailIncomingDomainIpDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail total threat recipients
        
reporting_mail_incoming_domain_ip_detail_total_threat_recipients
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_hat_connections
 
    mail incoming hat connections (smaApiV20ReportingMailIncomingHatConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_hat_connections" : [ "", "" ],
      "total_hat_messages" : [ "", "" ]
    }, {
      "total_hat_connections" : [ "", "" ],
      "total_hat_messages" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming hat connections
        
reporting_mail_incoming_hat_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_hat_connections/total_hat_connections
 
    mail incoming hat connections total hat connections (smaApiV20ReportingMailIncomingHatConnectionsTotalHatConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_hat_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming hat connections total hat connections
        
reporting_mail_incoming_hat_connections_total_hat_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_hat_connections/total_hat_messages
 
    mail incoming hat connections total hat messages (smaApiV20ReportingMailIncomingHatConnectionsTotalHatMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_hat_messages" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming hat connections total hat messages
        
reporting_mail_incoming_hat_connections_total_hat_messages
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/blocked_dmarc
 
    mail incoming ip hostname detail blocked dmarc (smaApiV20ReportingMailIncomingIpHostnameDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail blocked dmarc
        
reporting_mail_incoming_ip_hostname_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/blocked_invalid_recipient
 
    mail incoming ip hostname detail blocked invalid recipient (smaApiV20ReportingMailIncomingIpHostnameDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail blocked invalid recipient
        
reporting_mail_incoming_ip_hostname_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/blocked_reputation
 
    mail incoming ip hostname detail blocked reputation (smaApiV20ReportingMailIncomingIpHostnameDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail blocked reputation
        
reporting_mail_incoming_ip_hostname_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/bulk_mail
 
    mail incoming ip hostname detail bulk mail (smaApiV20ReportingMailIncomingIpHostnameDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail bulk mail
        
reporting_mail_incoming_ip_hostname_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/detected_amp
 
    mail incoming ip hostname detail detected amp (smaApiV20ReportingMailIncomingIpHostnameDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail detected amp
        
reporting_mail_incoming_ip_hostname_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/detected_spam
 
    mail incoming ip hostname detail detected spam (smaApiV20ReportingMailIncomingIpHostnameDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail detected spam
        
reporting_mail_incoming_ip_hostname_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/detected_virus
 
    mail incoming ip hostname detail detected virus (smaApiV20ReportingMailIncomingIpHostnameDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail detected virus
        
reporting_mail_incoming_ip_hostname_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/dns_verified
 
    mail incoming ip hostname detail dns verified (smaApiV20ReportingMailIncomingIpHostnameDetailDnsVerifiedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dns_verified" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail dns verified
        
reporting_mail_incoming_ip_hostname_detail_dns_verified
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail
 
    mail incoming ip hostname detail (smaApiV20ReportingMailIncomingIpHostnameDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sbrs_score" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "dns_verified" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail
        
reporting_mail_incoming_ip_hostname_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/last_sender_group
 
    mail incoming ip hostname detail last sender group (smaApiV20ReportingMailIncomingIpHostnameDetailLastSenderGroupGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail last sender group
        
reporting_mail_incoming_ip_hostname_detail_last_sender_group
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/last_sender_group_name
 
    mail incoming ip hostname detail last sender group name (smaApiV20ReportingMailIncomingIpHostnameDetailLastSenderGroupNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail last sender group name
        
reporting_mail_incoming_ip_hostname_detail_last_sender_group_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/marketing_mail
 
    mail incoming ip hostname detail marketing mail (smaApiV20ReportingMailIncomingIpHostnameDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail marketing mail
        
reporting_mail_incoming_ip_hostname_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/sbrs_score
 
    mail incoming ip hostname detail sbrs score (smaApiV20ReportingMailIncomingIpHostnameDetailSbrsScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sbrs_score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail sbrs score
        
reporting_mail_incoming_ip_hostname_detail_sbrs_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/social_mail
 
    mail incoming ip hostname detail social mail (smaApiV20ReportingMailIncomingIpHostnameDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail social mail
        
reporting_mail_incoming_ip_hostname_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/threat_content_filter
 
    mail incoming ip hostname detail threat content filter (smaApiV20ReportingMailIncomingIpHostnameDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail threat content filter
        
reporting_mail_incoming_ip_hostname_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/total_clean_recipients
 
    mail incoming ip hostname detail total clean recipients (smaApiV20ReportingMailIncomingIpHostnameDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail total clean recipients
        
reporting_mail_incoming_ip_hostname_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/total_graymail_recipients
 
    mail incoming ip hostname detail total graymail recipients (smaApiV20ReportingMailIncomingIpHostnameDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail total graymail recipients
        
reporting_mail_incoming_ip_hostname_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/total_recipients
 
    mail incoming ip hostname detail total recipients (smaApiV20ReportingMailIncomingIpHostnameDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail total recipients
        
reporting_mail_incoming_ip_hostname_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/total_threat_recipients
 
    mail incoming ip hostname detail total threat recipients (smaApiV20ReportingMailIncomingIpHostnameDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail total threat recipients
        
reporting_mail_incoming_ip_hostname_detail_total_threat_recipients
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail/detected_amp
 
    mail incoming malware threat file detail detected amp (smaApiV20ReportingMailIncomingMalwareThreatFileDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail detected amp
        
reporting_mail_incoming_malware_threat_file_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail
 
    mail incoming malware threat file detail (smaApiV20ReportingMailIncomingMalwareThreatFileDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "detected_amp" : [ "", "" ]
    }, {
      "detected_amp" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail
        
reporting_mail_incoming_malware_threat_file_detail
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/amp_verdict_time
 
    mail incoming malware threat file detail by filename amp verdict time (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameAmpVerdictTimeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "amp_verdict_time" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename amp verdict time
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_amp_verdict_time
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/console_url
 
    mail incoming malware threat file detail by filename console url (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameConsoleUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "console_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename console url
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_console_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/detected_amp
 
    mail incoming malware threat file detail by filename detected amp (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename detected amp
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename
 
    mail incoming malware threat file detail by filename (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "score" : [ "", "" ],
      "amp_verdict_time" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "threat_name" : [ "", "" ],
      "console_url" : [ "", "" ],
      "threat_type" : [ "", "" ],
      "upload_flag" : [ "", "" ]
    }, {
      "score" : [ "", "" ],
      "amp_verdict_time" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "threat_name" : [ "", "" ],
      "console_url" : [ "", "" ],
      "threat_type" : [ "", "" ],
      "upload_flag" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename
        
reporting_mail_incoming_malware_threat_file_detail_by_filename
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/score
 
    mail incoming malware threat file detail by filename score (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename score
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/threat_name
 
    mail incoming malware threat file detail by filename threat name (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameThreatNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename threat name
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_threat_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/threat_type
 
    mail incoming malware threat file detail by filename threat type (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameThreatTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_type" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename threat type
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_threat_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/upload_flag
 
    mail incoming malware threat file detail by filename upload flag (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameUploadFlagGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "upload_flag" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename upload flag
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_upload_flag
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_summary/detected_amp_files
 
    mail incoming malware threat file detail summary detected amp files (smaApiV20ReportingMailIncomingMalwareThreatFileDetailSummaryDetectedAmpFilesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp_files" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail summary detected amp files
        
reporting_mail_incoming_malware_threat_file_detail_summary_detected_amp_files
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_summary/detected_amp
 
    mail incoming malware threat file detail summary detected amp (smaApiV20ReportingMailIncomingMalwareThreatFileDetailSummaryDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail summary detected amp
        
reporting_mail_incoming_malware_threat_file_detail_summary_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_summary
 
    mail incoming malware threat file detail summary (smaApiV20ReportingMailIncomingMalwareThreatFileDetailSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "detected_amp_files" : [ "", "" ],
      "detected_amp" : [ "", "" ]
    }, {
      "detected_amp_files" : [ "", "" ],
      "detected_amp" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail summary
        
reporting_mail_incoming_malware_threat_file_detail_summary
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/blocked_dmarc
 
    mail incoming network detail blocked dmarc (smaApiV20ReportingMailIncomingNetworkDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail blocked dmarc
        
reporting_mail_incoming_network_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/blocked_invalid_recipient
 
    mail incoming network detail blocked invalid recipient (smaApiV20ReportingMailIncomingNetworkDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail blocked invalid recipient
        
reporting_mail_incoming_network_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/blocked_reputation
 
    mail incoming network detail blocked reputation (smaApiV20ReportingMailIncomingNetworkDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail blocked reputation
        
reporting_mail_incoming_network_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/bulk_mail
 
    mail incoming network detail bulk mail (smaApiV20ReportingMailIncomingNetworkDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail bulk mail
        
reporting_mail_incoming_network_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/detected_amp
 
    mail incoming network detail detected amp (smaApiV20ReportingMailIncomingNetworkDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail detected amp
        
reporting_mail_incoming_network_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/detected_spam
 
    mail incoming network detail detected spam (smaApiV20ReportingMailIncomingNetworkDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail detected spam
        
reporting_mail_incoming_network_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/detected_virus
 
    mail incoming network detail detected virus (smaApiV20ReportingMailIncomingNetworkDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail detected virus
        
reporting_mail_incoming_network_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail
 
    mail incoming network detail (smaApiV20ReportingMailIncomingNetworkDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_throttled_recipients" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "total_rejected_connections" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "total_accepted_connections" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "total_throttled_recipients" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "total_rejected_connections" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "total_accepted_connections" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail
        
reporting_mail_incoming_network_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/last_sender_group
 
    mail incoming network detail last sender group (smaApiV20ReportingMailIncomingNetworkDetailLastSenderGroupGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail last sender group
        
reporting_mail_incoming_network_detail_last_sender_group
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/last_sender_group_name
 
    mail incoming network detail last sender group name (smaApiV20ReportingMailIncomingNetworkDetailLastSenderGroupNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail last sender group name
        
reporting_mail_incoming_network_detail_last_sender_group_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/marketing_mail
 
    mail incoming network detail marketing mail (smaApiV20ReportingMailIncomingNetworkDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail marketing mail
        
reporting_mail_incoming_network_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/social_mail
 
    mail incoming network detail social mail (smaApiV20ReportingMailIncomingNetworkDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail social mail
        
reporting_mail_incoming_network_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/threat_content_filter
 
    mail incoming network detail threat content filter (smaApiV20ReportingMailIncomingNetworkDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail threat content filter
        
reporting_mail_incoming_network_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_accepted_connections
 
    mail incoming network detail total accepted connections (smaApiV20ReportingMailIncomingNetworkDetailTotalAcceptedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_accepted_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total accepted connections
        
reporting_mail_incoming_network_detail_total_accepted_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_clean_recipients
 
    mail incoming network detail total clean recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total clean recipients
        
reporting_mail_incoming_network_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_graymail_recipients
 
    mail incoming network detail total graymail recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total graymail recipients
        
reporting_mail_incoming_network_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_recipients
 
    mail incoming network detail total recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total recipients
        
reporting_mail_incoming_network_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_rejected_connections
 
    mail incoming network detail total rejected connections (smaApiV20ReportingMailIncomingNetworkDetailTotalRejectedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_rejected_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total rejected connections
        
reporting_mail_incoming_network_detail_total_rejected_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_threat_recipients
 
    mail incoming network detail total threat recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total threat recipients
        
reporting_mail_incoming_network_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_throttled_recipients
 
    mail incoming network detail total throttled recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalThrottledRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_throttled_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total throttled recipients
        
reporting_mail_incoming_network_detail_total_throttled_recipients
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/blocked_dmarc
 
    mail incoming network domain detail blocked dmarc (smaApiV20ReportingMailIncomingNetworkDomainDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail blocked dmarc
        
reporting_mail_incoming_network_domain_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/blocked_invalid_recipient
 
    mail incoming network domain detail blocked invalid recipient (smaApiV20ReportingMailIncomingNetworkDomainDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail blocked invalid recipient
        
reporting_mail_incoming_network_domain_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/blocked_reputation
 
    mail incoming network domain detail blocked reputation (smaApiV20ReportingMailIncomingNetworkDomainDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail blocked reputation
        
reporting_mail_incoming_network_domain_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/bulk_mail
 
    mail incoming network domain detail bulk mail (smaApiV20ReportingMailIncomingNetworkDomainDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail bulk mail
        
reporting_mail_incoming_network_domain_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/detected_amp
 
    mail incoming network domain detail detected amp (smaApiV20ReportingMailIncomingNetworkDomainDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail detected amp
        
reporting_mail_incoming_network_domain_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/detected_spam
 
    mail incoming network domain detail detected spam (smaApiV20ReportingMailIncomingNetworkDomainDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail detected spam
        
reporting_mail_incoming_network_domain_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/detected_virus
 
    mail incoming network domain detail detected virus (smaApiV20ReportingMailIncomingNetworkDomainDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail detected virus
        
reporting_mail_incoming_network_domain_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail
 
    mail incoming network domain detail (smaApiV20ReportingMailIncomingNetworkDomainDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_throttled_recipients" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "total_rejected_connections" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "total_accepted_connections" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail
        
reporting_mail_incoming_network_domain_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/marketing_mail
 
    mail incoming network domain detail marketing mail (smaApiV20ReportingMailIncomingNetworkDomainDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail marketing mail
        
reporting_mail_incoming_network_domain_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/social_mail
 
    mail incoming network domain detail social mail (smaApiV20ReportingMailIncomingNetworkDomainDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail social mail
        
reporting_mail_incoming_network_domain_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/threat_content_filter
 
    mail incoming network domain detail threat content filter (smaApiV20ReportingMailIncomingNetworkDomainDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail threat content filter
        
reporting_mail_incoming_network_domain_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_accepted_connections
 
    mail incoming network domain detail total accepted connections (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalAcceptedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_accepted_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total accepted connections
        
reporting_mail_incoming_network_domain_detail_total_accepted_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_clean_recipients
 
    mail incoming network domain detail total clean recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total clean recipients
        
reporting_mail_incoming_network_domain_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_graymail_recipients
 
    mail incoming network domain detail total graymail recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total graymail recipients
        
reporting_mail_incoming_network_domain_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_recipients
 
    mail incoming network domain detail total recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total recipients
        
reporting_mail_incoming_network_domain_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_rejected_connections
 
    mail incoming network domain detail total rejected connections (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalRejectedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_rejected_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total rejected connections
        
reporting_mail_incoming_network_domain_detail_total_rejected_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_threat_recipients
 
    mail incoming network domain detail total threat recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total threat recipients
        
reporting_mail_incoming_network_domain_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_throttled_recipients
 
    mail incoming network domain detail total throttled recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalThrottledRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_throttled_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total throttled recipients
        
reporting_mail_incoming_network_domain_detail_total_throttled_recipients
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/blocked_dmarc
 
    mail incoming traffic summary blocked dmarc (smaApiV20ReportingMailIncomingTrafficSummaryBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary blocked dmarc
        
reporting_mail_incoming_traffic_summary_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/blocked_invalid_recipient
 
    mail incoming traffic summary blocked invalid recipient (smaApiV20ReportingMailIncomingTrafficSummaryBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary blocked invalid recipient
        
reporting_mail_incoming_traffic_summary_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/blocked_reputation
 
    mail incoming traffic summary blocked reputation (smaApiV20ReportingMailIncomingTrafficSummaryBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary blocked reputation
        
reporting_mail_incoming_traffic_summary_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/bulk_mail
 
    mail incoming traffic summary bulk mail (smaApiV20ReportingMailIncomingTrafficSummaryBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary bulk mail
        
reporting_mail_incoming_traffic_summary_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/detected_amp
 
    mail incoming traffic summary detected amp (smaApiV20ReportingMailIncomingTrafficSummaryDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary detected amp
        
reporting_mail_incoming_traffic_summary_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/detected_spam
 
    mail incoming traffic summary detected spam (smaApiV20ReportingMailIncomingTrafficSummaryDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary detected spam
        
reporting_mail_incoming_traffic_summary_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/detected_virus
 
    mail incoming traffic summary detected virus (smaApiV20ReportingMailIncomingTrafficSummaryDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary detected virus
        
reporting_mail_incoming_traffic_summary_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary
 
    mail incoming traffic summary (smaApiV20ReportingMailIncomingTrafficSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "failed_dkim" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "verif_decrypt_success" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "ims_spam_increment_over_case" : [ "", "" ],
      "failed_spf" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "verif_decrypt_fail" : [ "", "" ],
      "total_spoofed_emails" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ],
      "malicious_url" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_spam_suspect" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_spam_certain" : [ "", "" ],
      "detected_virus_per_msg" : [ "", "" ],
      "total_mailbox_auto_remediated_recipients" : [ "", "" ]
    }, {
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "failed_dkim" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "verif_decrypt_success" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "ims_spam_increment_over_case" : [ "", "" ],
      "failed_spf" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "verif_decrypt_fail" : [ "", "" ],
      "total_spoofed_emails" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ],
      "malicious_url" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_spam_suspect" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_spam_certain" : [ "", "" ],
      "detected_virus_per_msg" : [ "", "" ],
      "total_mailbox_auto_remediated_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary
        
reporting_mail_incoming_traffic_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/ims_spam_increment_over_case
 
    mail incoming traffic summary ims spam increment over case (smaApiV20ReportingMailIncomingTrafficSummaryImsSpamIncrementOverCaseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ims_spam_increment_over_case" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary ims spam increment over case
        
reporting_mail_incoming_traffic_summary_ims_spam_increment_over_case
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/malicious_url
 
    mail incoming traffic summary malicious url (smaApiV20ReportingMailIncomingTrafficSummaryMaliciousUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "malicious_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary malicious url
        
reporting_mail_incoming_traffic_summary_malicious_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/marketing_mail
 
    mail incoming traffic summary marketing mail (smaApiV20ReportingMailIncomingTrafficSummaryMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary marketing mail
        
reporting_mail_incoming_traffic_summary_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/social_mail
 
    mail incoming traffic summary social mail (smaApiV20ReportingMailIncomingTrafficSummarySocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary social mail
        
reporting_mail_incoming_traffic_summary_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/threat_content_filter
 
    mail incoming traffic summary threat content filter (smaApiV20ReportingMailIncomingTrafficSummaryThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary threat content filter
        
reporting_mail_incoming_traffic_summary_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/total_clean_recipients
 
    mail incoming traffic summary total clean recipients (smaApiV20ReportingMailIncomingTrafficSummaryTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary total clean recipients
        
reporting_mail_incoming_traffic_summary_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/total_graymail_recipients
 
    mail incoming traffic summary total graymail recipients (smaApiV20ReportingMailIncomingTrafficSummaryTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary total graymail recipients
        
reporting_mail_incoming_traffic_summary_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/total_recipients
 
    mail incoming traffic summary total recipients (smaApiV20ReportingMailIncomingTrafficSummaryTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary total recipients
        
reporting_mail_incoming_traffic_summary_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/total_threat_recipients
 
    mail incoming traffic summary total threat recipients (smaApiV20ReportingMailIncomingTrafficSummaryTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary total threat recipients
        
reporting_mail_incoming_traffic_summary_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/verif_decrypt_fail
 
    mail incoming traffic summary verif decrypt fail (smaApiV20ReportingMailIncomingTrafficSummaryVerifDecryptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "verif_decrypt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary verif decrypt fail
        
reporting_mail_incoming_traffic_summary_verif_decrypt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/verif_decrypt_success
 
    mail incoming traffic summary verif decrypt success (smaApiV20ReportingMailIncomingTrafficSummaryVerifDecryptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "verif_decrypt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary verif decrypt success
        
reporting_mail_incoming_traffic_summary_verif_decrypt_success
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_urlclick_track_details
 
    mail incoming urlclick track details (smaApiV20ReportingMailIncomingUrlclickTrackDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewrite_reason" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming urlclick track details
        
reporting_mail_incoming_urlclick_track_details
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_urlclick_track_details/rewrite_reason
 
    mail incoming urlclick track details rewrite reason (smaApiV20ReportingMailIncomingUrlclickTrackDetailsRewriteReasonGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewrite_reason" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming urlclick track details rewrite reason
        
reporting_mail_incoming_urlclick_track_details_rewrite_reason
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_malicious_users
 
    mail incoming web interaction track malicious users (smaApiV20ReportingMailIncomingWebInteractionTrackMaliciousUsersGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "users_count" : [ "", "" ]
    }, {
      "users_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track malicious users
        
reporting_mail_incoming_web_interaction_track_malicious_users
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_malicious_users/users_count
 
    mail incoming web interaction track malicious users users count (smaApiV20ReportingMailIncomingWebInteractionTrackMaliciousUsersUsersCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "users_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track malicious users users count
        
reporting_mail_incoming_web_interaction_track_malicious_users_users_count
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls/allowed
 
    mail incoming web interaction track urls allowed (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsAllowedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "allowed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls allowed
        
reporting_mail_incoming_web_interaction_track_urls_allowed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls/blocked
 
    mail incoming web interaction track urls blocked (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsBlockedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls blocked
        
reporting_mail_incoming_web_interaction_track_urls_blocked
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls
 
    mail incoming web interaction track urls (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "blocked" : [ "", "" ],
      "allowed" : [ "", "" ],
      "msg_count" : [ "", "" ],
      "unknown" : [ "", "" ]
    }, {
      "blocked" : [ "", "" ],
      "allowed" : [ "", "" ],
      "msg_count" : [ "", "" ],
      "unknown" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls
        
reporting_mail_incoming_web_interaction_track_urls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls/msg_count
 
    mail incoming web interaction track urls msg count (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsMsgCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msg_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls msg count
        
reporting_mail_incoming_web_interaction_track_urls_msg_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls/unknown
 
    mail incoming web interaction track urls unknown (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls unknown
        
reporting_mail_incoming_web_interaction_track_urls_unknown
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_md_attachment_incoming_file_type
 
    mail md attachment incoming file type (smaApiV20ReportingMailMdAttachmentIncomingFileTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_recipients" : [ "", "" ]
    }, {
      "total_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail md attachment incoming file type
        
reporting_mail_md_attachment_incoming_file_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_md_attachment_incoming_file_type/total_recipients
 
    mail md attachment incoming file type total recipients (smaApiV20ReportingMailMdAttachmentIncomingFileTypeTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail md attachment incoming file type total recipients
        
reporting_mail_md_attachment_incoming_file_type_total_recipients
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_md_attachment_outgoing_file_type
 
    mail md attachment outgoing file type (smaApiV20ReportingMailMdAttachmentOutgoingFileTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_recipients" : [ "", "" ]
    }, {
      "total_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail md attachment outgoing file type
        
reporting_mail_md_attachment_outgoing_file_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_md_attachment_outgoing_file_type/total_recipients
 
    mail md attachment outgoing file type total recipients (smaApiV20ReportingMailMdAttachmentOutgoingFileTypeTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail md attachment outgoing file type total recipients
        
reporting_mail_md_attachment_outgoing_file_type_total_recipients
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_msg_filter_stats
 
    mail msg filter stats (smaApiV20ReportingMailMsgFilterStatsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "num_matches" : [ "", "" ]
    }, {
      "num_matches" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail msg filter stats
        
reporting_mail_msg_filter_stats
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_msg_filter_stats/num_matches
 
    mail msg filter stats num matches (smaApiV20ReportingMailMsgFilterStatsNumMatchesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "num_matches" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail msg filter stats num matches
        
reporting_mail_msg_filter_stats_num_matches
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/blacklist
 
    mail outgoing amp summary blacklist (smaApiV20ReportingMailOutgoingAmpSummaryBlacklistGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blacklist" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary blacklist
        
reporting_mail_outgoing_amp_summary_blacklist
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/clamav_lowrisk
 
    mail outgoing amp summary clamav lowrisk (smaApiV20ReportingMailOutgoingAmpSummaryClamavLowriskGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "clamav_lowrisk" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary clamav lowrisk
        
reporting_mail_outgoing_amp_summary_clamav_lowrisk
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/clean
 
    mail outgoing amp summary clean (smaApiV20ReportingMailOutgoingAmpSummaryCleanGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "clean" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary clean
        
reporting_mail_outgoing_amp_summary_clean
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/custom_threshold
 
    mail outgoing amp summary custom threshold (smaApiV20ReportingMailOutgoingAmpSummaryCustomThresholdGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "custom_threshold" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary custom threshold
        
reporting_mail_outgoing_amp_summary_custom_threshold
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary
 
    mail outgoing amp summary unscannable (smaApiV20ReportingMailOutgoingAmpSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unscannable" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary unscannable
        
reporting_mail_outgoing_amp_summary_unscannable
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/lowrisk
 
    mail outgoing amp summary lowrisk (smaApiV20ReportingMailOutgoingAmpSummaryLowriskGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "lowrisk" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary lowrisk
        
reporting_mail_outgoing_amp_summary_lowrisk
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/malware
 
    mail outgoing amp summary malware (smaApiV20ReportingMailOutgoingAmpSummaryMalwareGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "malware" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary malware
        
reporting_mail_outgoing_amp_summary_malware
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/unknown
 
    mail outgoing amp summary unknown (smaApiV20ReportingMailOutgoingAmpSummaryUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary unknown
        
reporting_mail_outgoing_amp_summary_unknown
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/unscannable
 
    mail outgoing amp summary unscannable (smaApiV20ReportingMailOutgoingAmpSummaryUnscannableGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unscannable" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary unscannable
        
reporting_mail_outgoing_amp_summary_unscannable
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/amp_verdict_time
 
    mail outgoing malware threat file detail by filename amp verdict time (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameAmpVerdictTimeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "amp_verdict_time" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename amp verdict time
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_amp_verdict_time
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/console_url
 
    mail outgoing malware threat file detail by filename console url (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameConsoleUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "console_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename console url
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_console_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/detected_amp
 
    mail outgoing malware threat file detail by filename (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "score" : [ "", "" ],
      "amp_verdict_time" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "threat_name" : [ "", "" ],
      "console_url" : [ "", "" ],
      "threat_type" : [ "", "" ],
      "upload_flag" : [ "", "" ]
    }, {
      "score" : [ "", "" ],
      "amp_verdict_time" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "threat_name" : [ "", "" ],
      "console_url" : [ "", "" ],
      "threat_type" : [ "", "" ],
      "upload_flag" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename
 
    mail outgoing malware threat file detail by filename detected amp (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename detected amp
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/score
 
    mail outgoing malware threat file detail by filename score (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename score
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/threat_name
 
    mail outgoing malware threat file detail by filename threat name (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameThreatNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename threat name
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_threat_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/threat_type
 
    mail outgoing malware threat file detail by filename threat type (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameThreatTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_type" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename threat type
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_threat_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/upload_flag
 
    mail outgoing malware threat file detail by filename upload flag (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameUploadFlagGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "upload_flag" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename upload flag
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_upload_flag
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_summary/detected_amp_files
 
    mail outgoing malware threat file detail summary detected amp files (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailSummaryDetectedAmpFilesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp_files" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail summary detected amp files
        
reporting_mail_outgoing_malware_threat_file_detail_summary_detected_amp_files
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_summary/detected_amp
 
    mail outgoing malware threat file detail summary detected amp (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailSummaryDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail summary detected amp
        
reporting_mail_outgoing_malware_threat_file_detail_summary_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_summary
 
    mail outgoing malware threat file detail summary detected amp (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail summary detected amp
        
reporting_mail_outgoing_malware_threat_file_detail_summary_detected_amp
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/detected_amp
 
    mail outgoing traffic summary detected amp (smaApiV20ReportingMailOutgoingTrafficSummaryDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary detected amp
        
reporting_mail_outgoing_traffic_summary_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/detected_spam
 
    mail outgoing traffic summary detected spam (smaApiV20ReportingMailOutgoingTrafficSummaryDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary detected spam
        
reporting_mail_outgoing_traffic_summary_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/detected_virus
 
    mail outgoing traffic summary detected virus (smaApiV20ReportingMailOutgoingTrafficSummaryDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary detected virus
        
reporting_mail_outgoing_traffic_summary_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary
 
    mail outgoing traffic summary (smaApiV20ReportingMailOutgoingTrafficSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_hard_bounces" : [ "", "" ],
      "malicious_url" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "cres_failed" : [ "", "" ],
      "ims_spam_increment_over_case" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "detected_virus_per_msg" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "total_recipients_delivered" : [ "", "" ],
      "cres_successful" : [ "", "" ]
    }, {
      "total_hard_bounces" : [ "", "" ],
      "malicious_url" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "cres_failed" : [ "", "" ],
      "ims_spam_increment_over_case" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "detected_virus_per_msg" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "total_recipients_delivered" : [ "", "" ],
      "cres_successful" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary
        
reporting_mail_outgoing_traffic_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/ims_spam_increment_over_case
 
    mail outgoing traffic summary ims spam increment over case (smaApiV20ReportingMailOutgoingTrafficSummaryImsSpamIncrementOverCaseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ims_spam_increment_over_case" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary ims spam increment over case
        
reporting_mail_outgoing_traffic_summary_ims_spam_increment_over_case
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/malicious_url
 
    mail outgoing traffic summary malicious url (smaApiV20ReportingMailOutgoingTrafficSummaryMaliciousUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "malicious_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary malicious url
        
reporting_mail_outgoing_traffic_summary_malicious_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/threat_content_filter
 
    mail outgoing traffic summary threat content filter (smaApiV20ReportingMailOutgoingTrafficSummaryThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary threat content filter
        
reporting_mail_outgoing_traffic_summary_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_clean_recipients
 
    mail outgoing traffic summary total clean recipients (smaApiV20ReportingMailOutgoingTrafficSummaryTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total clean recipients
        
reporting_mail_outgoing_traffic_summary_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_dlp_incidents
 
    mail outgoing traffic summary total dlp incidents (smaApiV20ReportingMailOutgoingTrafficSummaryTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total dlp incidents
        
reporting_mail_outgoing_traffic_summary_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_hard_bounces
 
    mail outgoing traffic summary total hard bounces (smaApiV20ReportingMailOutgoingTrafficSummaryTotalHardBouncesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_hard_bounces" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total hard bounces
        
reporting_mail_outgoing_traffic_summary_total_hard_bounces
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_recipients_delivered
 
    mail outgoing traffic summary total recipients delivered (smaApiV20ReportingMailOutgoingTrafficSummaryTotalRecipientsDeliveredGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total recipients delivered
        
reporting_mail_outgoing_traffic_summary_total_recipients_delivered
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_recipients
 
    mail outgoing traffic summary total recipients (smaApiV20ReportingMailOutgoingTrafficSummaryTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total recipients
        
reporting_mail_outgoing_traffic_summary_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_recipients_processed
 
    mail outgoing traffic summary total recipients processed (smaApiV20ReportingMailOutgoingTrafficSummaryTotalRecipientsProcessedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_processed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total recipients processed
        
reporting_mail_outgoing_traffic_summary_total_recipients_processed
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_urlclick_track_details
 
    mail outgoing urlclick track details (smaApiV20ReportingMailOutgoingUrlclickTrackDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewrite_reason" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing urlclick track details
        
reporting_mail_outgoing_urlclick_track_details
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_urlclick_track_details/rewrite_reason
 
    mail outgoing urlclick track details rewrite reason (smaApiV20ReportingMailOutgoingUrlclickTrackDetailsRewriteReasonGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewrite_reason" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing urlclick track details rewrite reason
        
reporting_mail_outgoing_urlclick_track_details_rewrite_reason
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_malicious_users
 
    mail outgoing web interaction track malicious users (smaApiV20ReportingMailOutgoingWebInteractionTrackMaliciousUsersGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "users_count" : [ "", "" ]
    }, {
      "users_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track malicious users
        
reporting_mail_outgoing_web_interaction_track_malicious_users
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_malicious_users/users_count
 
    mail outgoing web interaction track malicious users users count (smaApiV20ReportingMailOutgoingWebInteractionTrackMaliciousUsersUsersCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "users_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track malicious users users count
        
reporting_mail_outgoing_web_interaction_track_malicious_users_users_count
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls/allowed
 
    mail outgoing web interaction track urls allowed (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsAllowedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "allowed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls allowed
        
reporting_mail_outgoing_web_interaction_track_urls_allowed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls/blocked
 
    mail outgoing web interaction track urls blocked (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsBlockedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls blocked
        
reporting_mail_outgoing_web_interaction_track_urls_blocked
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls
 
    mail outgoing web interaction track urls (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "blocked" : [ "", "" ],
      "allowed" : [ "", "" ],
      "msg_count" : [ "", "" ],
      "unknown" : [ "", "" ]
    }, {
      "blocked" : [ "", "" ],
      "allowed" : [ "", "" ],
      "msg_count" : [ "", "" ],
      "unknown" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls
        
reporting_mail_outgoing_web_interaction_track_urls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls/msg_count
 
    mail outgoing web interaction track urls msg count (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsMsgCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msg_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls msg count
        
reporting_mail_outgoing_web_interaction_track_urls_msg_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls/unknown
 
    mail outgoing web interaction track urls unknown (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls unknown
        
reporting_mail_outgoing_web_interaction_track_urls_unknown
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary
 
    mail security summary (smaApiV20ReportingMailSecuritySummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "received_total" : [ "", "" ],
      "received_conn_plain" : [ "", "" ],
      "received_conn_total" : [ "", "" ],
      "received_conn_tls_opt_fail" : [ "", "" ],
      "sent_conn_plain" : [ "", "" ],
      "sent_conn_total" : [ "", "" ],
      "received_conn_tls_opt_success" : [ "", "" ],
      "sent_conn_tls_success" : [ "", "" ],
      "received_encrypted_tls" : [ "", "" ],
      "sent_encrypted_tls" : [ "", "" ],
      "sent_conn_tls_opt_success" : [ "", "" ],
      "sent_unencrypted" : [ "", "" ],
      "sent_conn_dane_success" : [ "", "" ],
      "received_conn_tls_fail" : [ "", "" ],
      "sent_conn_dane_fail" : [ "", "" ],
      "sent_total" : [ "", "" ],
      "received_unencrypted" : [ "", "" ],
      "sent_conn_tls_opt_fail" : [ "", "" ],
      "sent_conn_tls_fail" : [ "", "" ],
      "received_conn_tls_success" : [ "", "" ]
    }, {
      "received_total" : [ "", "" ],
      "received_conn_plain" : [ "", "" ],
      "received_conn_total" : [ "", "" ],
      "received_conn_tls_opt_fail" : [ "", "" ],
      "sent_conn_plain" : [ "", "" ],
      "sent_conn_total" : [ "", "" ],
      "received_conn_tls_opt_success" : [ "", "" ],
      "sent_conn_tls_success" : [ "", "" ],
      "received_encrypted_tls" : [ "", "" ],
      "sent_encrypted_tls" : [ "", "" ],
      "sent_conn_tls_opt_success" : [ "", "" ],
      "sent_unencrypted" : [ "", "" ],
      "sent_conn_dane_success" : [ "", "" ],
      "received_conn_tls_fail" : [ "", "" ],
      "sent_conn_dane_fail" : [ "", "" ],
      "sent_total" : [ "", "" ],
      "received_unencrypted" : [ "", "" ],
      "sent_conn_tls_opt_fail" : [ "", "" ],
      "sent_conn_tls_fail" : [ "", "" ],
      "received_conn_tls_success" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary
        
reporting_mail_security_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_plain
 
    mail security summary received conn plain (smaApiV20ReportingMailSecuritySummaryReceivedConnPlainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_plain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn plain
        
reporting_mail_security_summary_received_conn_plain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_tls_fail
 
    mail security summary received conn tls fail (smaApiV20ReportingMailSecuritySummaryReceivedConnTlsFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_tls_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn tls fail
        
reporting_mail_security_summary_received_conn_tls_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_tls_opt_fail
 
    mail security summary received conn tls opt fail (smaApiV20ReportingMailSecuritySummaryReceivedConnTlsOptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_tls_opt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn tls opt fail
        
reporting_mail_security_summary_received_conn_tls_opt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_tls_opt_success
 
    mail security summary received conn tls opt success (smaApiV20ReportingMailSecuritySummaryReceivedConnTlsOptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_tls_opt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn tls opt success
        
reporting_mail_security_summary_received_conn_tls_opt_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_tls_success
 
    mail security summary received conn tls success (smaApiV20ReportingMailSecuritySummaryReceivedConnTlsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_tls_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn tls success
        
reporting_mail_security_summary_received_conn_tls_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_total
 
    mail security summary received conn total (smaApiV20ReportingMailSecuritySummaryReceivedConnTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn total
        
reporting_mail_security_summary_received_conn_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_encrypted_tls
 
    mail security summary received encrypted tls (smaApiV20ReportingMailSecuritySummaryReceivedEncryptedTlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_encrypted_tls" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received encrypted tls
        
reporting_mail_security_summary_received_encrypted_tls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_total
 
    mail security summary received total (smaApiV20ReportingMailSecuritySummaryReceivedTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received total
        
reporting_mail_security_summary_received_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_unencrypted
 
    mail security summary received unencrypted (smaApiV20ReportingMailSecuritySummaryReceivedUnencryptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_unencrypted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received unencrypted
        
reporting_mail_security_summary_received_unencrypted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_dane_fail
 
    mail security summary sent conn dane fail (smaApiV20ReportingMailSecuritySummarySentConnDaneFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_dane_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn dane fail
        
reporting_mail_security_summary_sent_conn_dane_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_dane_success
 
    mail security summary sent conn dane success (smaApiV20ReportingMailSecuritySummarySentConnDaneSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_dane_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn dane success
        
reporting_mail_security_summary_sent_conn_dane_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_plain
 
    mail security summary sent conn plain (smaApiV20ReportingMailSecuritySummarySentConnPlainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_plain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn plain
        
reporting_mail_security_summary_sent_conn_plain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_tls_fail
 
    mail security summary sent conn tls fail (smaApiV20ReportingMailSecuritySummarySentConnTlsFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_tls_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn tls fail
        
reporting_mail_security_summary_sent_conn_tls_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_tls_opt_fail
 
    mail security summary sent conn tls opt fail (smaApiV20ReportingMailSecuritySummarySentConnTlsOptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_tls_opt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn tls opt fail
        
reporting_mail_security_summary_sent_conn_tls_opt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_tls_opt_success
 
    mail security summary sent conn tls opt success (smaApiV20ReportingMailSecuritySummarySentConnTlsOptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_tls_opt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn tls opt success
        
reporting_mail_security_summary_sent_conn_tls_opt_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_tls_success
 
    mail security summary sent conn tls success (smaApiV20ReportingMailSecuritySummarySentConnTlsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_tls_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn tls success
        
reporting_mail_security_summary_sent_conn_tls_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_total
 
    mail security summary sent conn total (smaApiV20ReportingMailSecuritySummarySentConnTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn total
        
reporting_mail_security_summary_sent_conn_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_encrypted_tls
 
    mail security summary sent encrypted tls (smaApiV20ReportingMailSecuritySummarySentEncryptedTlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_encrypted_tls" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent encrypted tls
        
reporting_mail_security_summary_sent_encrypted_tls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_total
 
    mail security summary sent total (smaApiV20ReportingMailSecuritySummarySentTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent total
        
reporting_mail_security_summary_sent_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_unencrypted
 
    mail security summary sent unencrypted (smaApiV20ReportingMailSecuritySummarySentUnencryptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_unencrypted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent unencrypted
        
reporting_mail_security_summary_sent_unencrypted
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/detected_amp
 
    mail sender domain detail detected amp (smaApiV20ReportingMailSenderDomainDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail detected amp
        
reporting_mail_sender_domain_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/detected_spam
 
    mail sender domain detail detected spam (smaApiV20ReportingMailSenderDomainDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail detected spam
        
reporting_mail_sender_domain_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/detected_virus
 
    mail sender domain detail detected virus (smaApiV20ReportingMailSenderDomainDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail detected virus
        
reporting_mail_sender_domain_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail
 
    mail sender domain detail (smaApiV20ReportingMailSenderDomainDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "detected_amp" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "detected_amp" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail
        
reporting_mail_sender_domain_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/threat_content_filter
 
    mail sender domain detail threat content filter (smaApiV20ReportingMailSenderDomainDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail threat content filter
        
reporting_mail_sender_domain_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/total_clean_recipients
 
    mail sender domain detail total clean recipients (smaApiV20ReportingMailSenderDomainDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail total clean recipients
        
reporting_mail_sender_domain_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/total_dlp_incidents
 
    mail sender domain detail total dlp incidents (smaApiV20ReportingMailSenderDomainDetailTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail total dlp incidents
        
reporting_mail_sender_domain_detail_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/total_recipients_processed
 
    mail sender domain detail total recipients processed (smaApiV20ReportingMailSenderDomainDetailTotalRecipientsProcessedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_processed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail total recipients processed
        
reporting_mail_sender_domain_detail_total_recipients_processed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/total_threat_recipients
 
    mail sender domain detail total threat recipients (smaApiV20ReportingMailSenderDomainDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail total threat recipients
        
reporting_mail_sender_domain_detail_total_threat_recipients
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/awful
 
    mail sender domain reputation awful (smaApiV20ReportingMailSenderDomainReputationAwfulGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "awful" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation awful
        
reporting_mail_sender_domain_reputation_awful
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation
 
    mail sender domain reputation (smaApiV20ReportingMailSenderDomainReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "not_scanned" : [ "", "" ],
      "unscannable" : [ "", "" ],
      "tainted" : [ "", "" ],
      "poor" : [ "", "" ],
      "awful" : [ "", "" ],
      "neutral" : [ "", "" ],
      "good" : [ "", "" ],
      "unknown" : [ "", "" ],
      "weak" : [ "", "" ]
    }, {
      "not_scanned" : [ "", "" ],
      "unscannable" : [ "", "" ],
      "tainted" : [ "", "" ],
      "poor" : [ "", "" ],
      "awful" : [ "", "" ],
      "neutral" : [ "", "" ],
      "good" : [ "", "" ],
      "unknown" : [ "", "" ],
      "weak" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation
        
reporting_mail_sender_domain_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/good
 
    mail sender domain reputation good (smaApiV20ReportingMailSenderDomainReputationGoodGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "good" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation good
        
reporting_mail_sender_domain_reputation_good
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/neutral
 
    mail sender domain reputation neutral (smaApiV20ReportingMailSenderDomainReputationNeutralGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "neutral" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation neutral
        
reporting_mail_sender_domain_reputation_neutral
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/not_scanned
 
    mail sender domain reputation not scanned (smaApiV20ReportingMailSenderDomainReputationNotScannedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "not_scanned" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation not scanned
        
reporting_mail_sender_domain_reputation_not_scanned
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/poor
 
    mail sender domain reputation poor (smaApiV20ReportingMailSenderDomainReputationPoorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "poor" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation poor
        
reporting_mail_sender_domain_reputation_poor
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/tainted
 
    mail sender domain reputation tainted (smaApiV20ReportingMailSenderDomainReputationTaintedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "tainted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation tainted
        
reporting_mail_sender_domain_reputation_tainted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/unknown
 
    mail sender domain reputation unknown (smaApiV20ReportingMailSenderDomainReputationUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation unknown
        
reporting_mail_sender_domain_reputation_unknown
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/unscannable
 
    mail sender domain reputation unscannable (smaApiV20ReportingMailSenderDomainReputationUnscannableGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unscannable" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation unscannable
        
reporting_mail_sender_domain_reputation_unscannable
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/weak
 
    mail sender domain reputation weak (smaApiV20ReportingMailSenderDomainReputationWeakGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "weak" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation weak
        
reporting_mail_sender_domain_reputation_weak
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_threat_categories
 
    mail sender domain threat categories (smaApiV20ReportingMailSenderDomainThreatCategoriesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_threat_messages" : [ "", "" ]
    }, {
      "total_threat_messages" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain threat categories
        
reporting_mail_sender_domain_threat_categories
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_threat_categories/total_threat_messages
 
    mail sender domain threat categories total threat messages (smaApiV20ReportingMailSenderDomainThreatCategoriesTotalThreatMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_messages" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain threat categories total threat messages
        
reporting_mail_sender_domain_threat_categories_total_threat_messages
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_detail
 
    mail sender group detail (smaApiV20ReportingMailSenderGroupDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group detail
        
reporting_mail_sender_group_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_detail/total_connections
 
    mail sender group detail total connections (smaApiV20ReportingMailSenderGroupDetailTotalConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group detail total connections
        
reporting_mail_sender_group_detail_total_connections
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary/connections_accept
 
    mail sender group summary connections accept (smaApiV20ReportingMailSenderGroupSummaryConnectionsAcceptGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "connections_accept" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary connections accept
        
reporting_mail_sender_group_summary_connections_accept
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary/connections_reject
 
    mail sender group summary connections reject (smaApiV20ReportingMailSenderGroupSummaryConnectionsRejectGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "connections_reject" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary connections reject
        
reporting_mail_sender_group_summary_connections_reject
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary/connections_relay
 
    mail sender group summary connections relay (smaApiV20ReportingMailSenderGroupSummaryConnectionsRelayGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "connections_relay" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary connections relay
        
reporting_mail_sender_group_summary_connections_relay
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary/connections_tcp_refuse
 
    mail sender group summary connections tcp refuse (smaApiV20ReportingMailSenderGroupSummaryConnectionsTcpRefuseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "connections_tcp_refuse" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary connections tcp refuse
        
reporting_mail_sender_group_summary_connections_tcp_refuse
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary
 
    mail sender group summary (smaApiV20ReportingMailSenderGroupSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "connections_tcp_refuse" : [ "", "" ],
      "connections_relay" : [ "", "" ],
      "connections_reject" : [ "", "" ],
      "connections_accept" : [ "", "" ]
    }, {
      "connections_tcp_refuse" : [ "", "" ],
      "connections_relay" : [ "", "" ],
      "connections_reject" : [ "", "" ],
      "connections_accept" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary
        
reporting_mail_sender_group_summary
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/detected_amp
 
    mail sender ip hostname detail detected amp (smaApiV20ReportingMailSenderIpHostnameDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail detected amp
        
reporting_mail_sender_ip_hostname_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/detected_spam
 
    mail sender ip hostname detail detected spam (smaApiV20ReportingMailSenderIpHostnameDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail detected spam
        
reporting_mail_sender_ip_hostname_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/detected_virus
 
    mail sender ip hostname detail detected virus (smaApiV20ReportingMailSenderIpHostnameDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail detected virus
        
reporting_mail_sender_ip_hostname_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail
 
    mail sender ip hostname detail (smaApiV20ReportingMailSenderIpHostnameDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "detected_amp" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "detected_amp" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail
        
reporting_mail_sender_ip_hostname_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/threat_content_filter
 
    mail sender ip hostname detail threat content filter (smaApiV20ReportingMailSenderIpHostnameDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail threat content filter
        
reporting_mail_sender_ip_hostname_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/total_clean_recipients
 
    mail sender ip hostname detail total clean recipients (smaApiV20ReportingMailSenderIpHostnameDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail total clean recipients
        
reporting_mail_sender_ip_hostname_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/total_dlp_incidents
 
    mail sender ip hostname detail total dlp incidents (smaApiV20ReportingMailSenderIpHostnameDetailTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail total dlp incidents
        
reporting_mail_sender_ip_hostname_detail_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/total_recipients_processed
 
    mail sender ip hostname detail total recipients processed (smaApiV20ReportingMailSenderIpHostnameDetailTotalRecipientsProcessedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_processed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail total recipients processed
        
reporting_mail_sender_ip_hostname_detail_total_recipients_processed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/total_threat_recipients
 
    mail sender ip hostname detail total threat recipients (smaApiV20ReportingMailSenderIpHostnameDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail total threat recipients
        
reporting_mail_sender_ip_hostname_detail_total_threat_recipients
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_subject_stats
 
    mail subject stats (smaApiV20ReportingMailSubjectStatsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "num_msgs" : [ "", "" ]
    }, {
      "num_msgs" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail subject stats
        
reporting_mail_subject_stats
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_subject_stats/num_msgs
 
    mail subject stats num msgs (smaApiV20ReportingMailSubjectStatsNumMsgsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "num_msgs" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail subject stats num msgs
        
reporting_mail_subject_stats_num_msgs
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/bytes_in
 
    mail system capacity bytes in (smaApiV20ReportingMailSystemCapacityBytesInGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bytes_in" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity bytes in
        
reporting_mail_system_capacity_bytes_in
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/bytes_out
 
    mail system capacity bytes out (smaApiV20ReportingMailSystemCapacityBytesOutGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bytes_out" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity bytes out
        
reporting_mail_system_capacity_bytes_out
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity
 
    mail system capacity (smaApiV20ReportingMailSystemCapacityGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "overall_percent_cpu_usage" : [ "", "" ],
      "workqueue_average_messages" : [ "", "" ],
      "incoming_connections" : [ "", "" ],
      "workqueue_average_time_spent" : [ "", "" ],
      "bytes_in" : [ "", "" ],
      "average_incoming_message_size_in_bytes" : [ "", "" ],
      "outgoing_messages" : [ "", "" ],
      "average_memory_page_swapping" : [ "", "" ],
      "overall_percent_cpu_usage_for_mail_count" : [ "", "" ],
      "bytes_out" : [ "", "" ],
      "overall_percent_cpu_usage_for_reporting" : [ "", "" ],
      "workqueue_maximum_messages" : [ "", "" ],
      "average_outgoing_message_size_in_bytes" : [ "", "" ],
      "incoming_messages" : [ "", "" ],
      "outgoing_connections" : [ "", "" ],
      "overall_percent_cpu_usage_for_antivirus" : [ "", "" ],
      "overall_percent_cpu_usage_for_quarantine" : [ "", "" ],
      "workqueue_messages_max" : [ "", "" ],
      "overall_percent_cpu_usage_for_antispam" : [ "", "" ],
      "res_con_start_count" : [ "", "" ]
    }, {
      "overall_percent_cpu_usage" : [ "", "" ],
      "workqueue_average_messages" : [ "", "" ],
      "incoming_connections" : [ "", "" ],
      "workqueue_average_time_spent" : [ "", "" ],
      "bytes_in" : [ "", "" ],
      "average_incoming_message_size_in_bytes" : [ "", "" ],
      "outgoing_messages" : [ "", "" ],
      "average_memory_page_swapping" : [ "", "" ],
      "overall_percent_cpu_usage_for_mail_count" : [ "", "" ],
      "bytes_out" : [ "", "" ],
      "overall_percent_cpu_usage_for_reporting" : [ "", "" ],
      "workqueue_maximum_messages" : [ "", "" ],
      "average_outgoing_message_size_in_bytes" : [ "", "" ],
      "incoming_messages" : [ "", "" ],
      "outgoing_connections" : [ "", "" ],
      "overall_percent_cpu_usage_for_antivirus" : [ "", "" ],
      "overall_percent_cpu_usage_for_quarantine" : [ "", "" ],
      "workqueue_messages_max" : [ "", "" ],
      "overall_percent_cpu_usage_for_antispam" : [ "", "" ],
      "res_con_start_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity
        
reporting_mail_system_capacity
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/incoming_connections
 
    mail system capacity incoming connections (smaApiV20ReportingMailSystemCapacityIncomingConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity incoming connections
        
reporting_mail_system_capacity_incoming_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/incoming_messages
 
    mail system capacity incoming messages (smaApiV20ReportingMailSystemCapacityIncomingMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_messages" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity incoming messages
        
reporting_mail_system_capacity_incoming_messages
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/outgoing_connections
 
    mail system capacity outgoing connections (smaApiV20ReportingMailSystemCapacityOutgoingConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity outgoing connections
        
reporting_mail_system_capacity_outgoing_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/outgoing_messages
 
    mail system capacity outgoing messages (smaApiV20ReportingMailSystemCapacityOutgoingMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_messages" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity outgoing messages
        
reporting_mail_system_capacity_outgoing_messages
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/res_con_start_count
 
    mail system capacity res con start count (smaApiV20ReportingMailSystemCapacityResConStartCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "res_con_start_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity res con start count
        
reporting_mail_system_capacity_res_con_start_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/workqueue_messages_max
 
    mail system capacity workqueue messages max (smaApiV20ReportingMailSystemCapacityWorkqueueMessagesMaxGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "workqueue_messages_max" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity workqueue messages max
        
reporting_mail_system_capacity_workqueue_messages_max
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_summary/domain
 
    mail threatfeeds indicator summary domain (smaApiV20ReportingMailThreatfeedsIndicatorSummaryDomainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "domain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator summary domain
        
reporting_mail_threatfeeds_indicator_summary_domain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_summary/file_hash
 
    mail threatfeeds indicator summary file hash (smaApiV20ReportingMailThreatfeedsIndicatorSummaryFileHashGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "file_hash" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator summary file hash
        
reporting_mail_threatfeeds_indicator_summary_file_hash
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_summary
 
    mail threatfeeds indicator summary (smaApiV20ReportingMailThreatfeedsIndicatorSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "file_hash" : [ "", "" ],
      "domain" : [ "", "" ],
      "url" : [ "", "" ]
    }, {
      "file_hash" : [ "", "" ],
      "domain" : [ "", "" ],
      "url" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator summary
        
reporting_mail_threatfeeds_indicator_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_summary/url
 
    mail threatfeeds indicator summary url (smaApiV20ReportingMailThreatfeedsIndicatorSummaryUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator summary url
        
reporting_mail_threatfeeds_indicator_summary_url
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_value_detail
 
    mail threatfeeds indicator value detail (smaApiV20ReportingMailThreatfeedsIndicatorValueDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "ioc_consumed" : [ "", "" ],
      "ioc_type" : [ "", "" ]
    }, {
      "ioc_consumed" : [ "", "" ],
      "ioc_type" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator value detail
        
reporting_mail_threatfeeds_indicator_value_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_value_detail/ioc_consumed
 
    mail threatfeeds indicator value detail ioc consumed (smaApiV20ReportingMailThreatfeedsIndicatorValueDetailIocConsumedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ioc_consumed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator value detail ioc consumed
        
reporting_mail_threatfeeds_indicator_value_detail_ioc_consumed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_value_detail/ioc_type
 
    mail threatfeeds indicator value detail ioc type (smaApiV20ReportingMailThreatfeedsIndicatorValueDetailIocTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ioc_type" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator value detail ioc type
        
reporting_mail_threatfeeds_indicator_value_detail_ioc_type
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/domain_indicator
 
    mail threatfeeds source detail domain indicator (smaApiV20ReportingMailThreatfeedsSourceDetailDomainIndicatorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "domain_indicator" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail domain indicator
        
reporting_mail_threatfeeds_source_detail_domain_indicator
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/file_hash_indicator
 
    mail threatfeeds source detail file hash indicator (smaApiV20ReportingMailThreatfeedsSourceDetailFileHashIndicatorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "file_hash_indicator" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail file hash indicator
        
reporting_mail_threatfeeds_source_detail_file_hash_indicator
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail
 
    mail threatfeeds source detail (smaApiV20ReportingMailThreatfeedsSourceDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "domain_indicator" : [ "", "" ],
      "file_hash_indicator" : [ "", "" ],
      "url_indicator" : [ "", "" ],
      "total_messages_matched" : [ "", "" ],
      "ip_indicator" : [ "", "" ]
    }, {
      "domain_indicator" : [ "", "" ],
      "file_hash_indicator" : [ "", "" ],
      "url_indicator" : [ "", "" ],
      "total_messages_matched" : [ "", "" ],
      "ip_indicator" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail
        
reporting_mail_threatfeeds_source_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/ip_indicator
 
    mail threatfeeds source detail ip indicator (smaApiV20ReportingMailThreatfeedsSourceDetailIpIndicatorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ip_indicator" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail ip indicator
        
reporting_mail_threatfeeds_source_detail_ip_indicator
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/total_messages_matched
 
    mail threatfeeds source detail total messages matched (smaApiV20ReportingMailThreatfeedsSourceDetailTotalMessagesMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_messages_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail total messages matched
        
reporting_mail_threatfeeds_source_detail_total_messages_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/url_indicator
 
    mail threatfeeds source detail url indicator (smaApiV20ReportingMailThreatfeedsSourceDetailUrlIndicatorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "url_indicator" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail url indicator
        
reporting_mail_threatfeeds_source_detail_url_indicator
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_category_summary
 
    mail url category summary (smaApiV20ReportingMailUrlCategorySummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    }, {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url category summary
        
reporting_mail_url_category_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_category_summary/incoming_count
 
    mail url category summary incoming count (smaApiV20ReportingMailUrlCategorySummaryIncomingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url category summary incoming count
        
reporting_mail_url_category_summary_incoming_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_category_summary/outgoing_count
 
    mail url category summary outgoing count (smaApiV20ReportingMailUrlCategorySummaryOutgoingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url category summary outgoing count
        
reporting_mail_url_category_summary_outgoing_count
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_domain_summary
 
    mail url domain summary (smaApiV20ReportingMailUrlDomainSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    }, {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url domain summary
        
reporting_mail_url_domain_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_domain_summary/incoming_count
 
    mail url domain summary incoming count (smaApiV20ReportingMailUrlDomainSummaryIncomingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url domain summary incoming count
        
reporting_mail_url_domain_summary_incoming_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_domain_summary/outgoing_count
 
    mail url domain summary outgoing count (smaApiV20ReportingMailUrlDomainSummaryOutgoingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url domain summary outgoing count
        
reporting_mail_url_domain_summary_outgoing_count
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_reputation_summary
 
    mail url reputation summary (smaApiV20ReportingMailUrlReputationSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    }, {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url reputation summary
        
reporting_mail_url_reputation_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_reputation_summary/incoming_count
 
    mail url reputation summary incoming count (smaApiV20ReportingMailUrlReputationSummaryIncomingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url reputation summary incoming count
        
reporting_mail_url_reputation_summary_incoming_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_reputation_summary/outgoing_count
 
    mail url reputation summary outgoing count (smaApiV20ReportingMailUrlReputationSummaryOutgoingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url reputation summary outgoing count
        
reporting_mail_url_reputation_summary_outgoing_count
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_content_filter_incoming
 
    mail users content filter incoming (smaApiV20ReportingMailUsersContentFilterIncomingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users content filter incoming
        
reporting_mail_users_content_filter_incoming
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_content_filter_incoming/recipients_matched
 
    mail users content filter incoming recipients matched (smaApiV20ReportingMailUsersContentFilterIncomingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users content filter incoming recipients matched
        
reporting_mail_users_content_filter_incoming_recipients_matched
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_content_filter_outgoing
 
    mail users content filter outgoing (smaApiV20ReportingMailUsersContentFilterOutgoingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users content filter outgoing
        
reporting_mail_users_content_filter_outgoing
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_content_filter_outgoing/recipients_matched
 
    mail users content filter outgoing recipients matched (smaApiV20ReportingMailUsersContentFilterOutgoingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users content filter outgoing recipients matched
        
reporting_mail_users_content_filter_outgoing_recipients_matched
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail
 
    mail users detail (smaApiV20ReportingMailUsersDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "incoming_detected_content_filter" : [ "", "" ],
      "incoming_total_clean_recipients" : [ "", "" ],
      "outgoing_total_clean_recipients" : [ "", "" ],
      "incoming_detected_amp" : [ "", "" ],
      "outgoing_detected_ims_spam_increment_over_case" : [ "", "" ],
      "incoming_threat_content_filter" : [ "", "" ],
      "outgoing_detected_spam" : [ "", "" ],
      "incoming_bulk_mail" : [ "", "" ],
      "incoming_graymail" : [ "", "" ],
      "incoming_marketing_mail" : [ "", "" ],
      "incoming_detected_spam" : [ "", "" ],
      "outgoing_detected_content_filter" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "incoming_detected_ims_spam_increment_over_case" : [ "", "" ],
      "outgoing_detected_virus" : [ "", "" ],
      "outgoing_detected_amp" : [ "", "" ],
      "outgoing_total_recipients" : [ "", "" ],
      "incoming_total_recipients" : [ "", "" ],
      "incoming_detected_virus" : [ "", "" ],
      "outgoing_threat_content_filter" : [ "", "" ],
      "incoming_social_mail" : [ "", "" ]
    }, {
      "incoming_detected_content_filter" : [ "", "" ],
      "incoming_total_clean_recipients" : [ "", "" ],
      "outgoing_total_clean_recipients" : [ "", "" ],
      "incoming_detected_amp" : [ "", "" ],
      "outgoing_detected_ims_spam_increment_over_case" : [ "", "" ],
      "incoming_threat_content_filter" : [ "", "" ],
      "outgoing_detected_spam" : [ "", "" ],
      "incoming_bulk_mail" : [ "", "" ],
      "incoming_graymail" : [ "", "" ],
      "incoming_marketing_mail" : [ "", "" ],
      "incoming_detected_spam" : [ "", "" ],
      "outgoing_detected_content_filter" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "incoming_detected_ims_spam_increment_over_case" : [ "", "" ],
      "outgoing_detected_virus" : [ "", "" ],
      "outgoing_detected_amp" : [ "", "" ],
      "outgoing_total_recipients" : [ "", "" ],
      "incoming_total_recipients" : [ "", "" ],
      "incoming_detected_virus" : [ "", "" ],
      "outgoing_threat_content_filter" : [ "", "" ],
      "incoming_social_mail" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail
        
reporting_mail_users_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_bulk_mail
 
    mail users detail incoming bulk mail (smaApiV20ReportingMailUsersDetailIncomingBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming bulk mail
        
reporting_mail_users_detail_incoming_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_amp
 
    mail users detail incoming detected amp (smaApiV20ReportingMailUsersDetailIncomingDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected amp
        
reporting_mail_users_detail_incoming_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_content_filter
 
    mail users detail incoming detected content filter (smaApiV20ReportingMailUsersDetailIncomingDetectedContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected content filter
        
reporting_mail_users_detail_incoming_detected_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_ims_spam_increment_over_case
 
    mail users detail incoming detected ims spam increment over case (smaApiV20ReportingMailUsersDetailIncomingDetectedImsSpamIncrementOverCaseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_ims_spam_increment_over_case" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected ims spam increment over case
        
reporting_mail_users_detail_incoming_detected_ims_spam_increment_over_case
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_spam
 
    mail users detail incoming detected spam (smaApiV20ReportingMailUsersDetailIncomingDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected spam
        
reporting_mail_users_detail_incoming_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_virus
 
    mail users detail incoming detected virus (smaApiV20ReportingMailUsersDetailIncomingDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected virus
        
reporting_mail_users_detail_incoming_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_graymail
 
    mail users detail incoming graymail (smaApiV20ReportingMailUsersDetailIncomingGraymailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_graymail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming graymail
        
reporting_mail_users_detail_incoming_graymail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_marketing_mail
 
    mail users detail incoming marketing mail (smaApiV20ReportingMailUsersDetailIncomingMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming marketing mail
        
reporting_mail_users_detail_incoming_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_social_mail
 
    mail users detail incoming social mail (smaApiV20ReportingMailUsersDetailIncomingSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming social mail
        
reporting_mail_users_detail_incoming_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_threat_content_filter
 
    mail users detail incoming threat content filter (smaApiV20ReportingMailUsersDetailIncomingThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming threat content filter
        
reporting_mail_users_detail_incoming_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_total_clean_recipients
 
    mail users detail incoming total clean recipients (smaApiV20ReportingMailUsersDetailIncomingTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming total clean recipients
        
reporting_mail_users_detail_incoming_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_total_recipients
 
    mail users detail incoming total recipients (smaApiV20ReportingMailUsersDetailIncomingTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming total recipients
        
reporting_mail_users_detail_incoming_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_amp
 
    mail users detail outgoing detected amp (smaApiV20ReportingMailUsersDetailOutgoingDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected amp
        
reporting_mail_users_detail_outgoing_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_content_filter
 
    mail users detail outgoing detected content filter (smaApiV20ReportingMailUsersDetailOutgoingDetectedContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected content filter
        
reporting_mail_users_detail_outgoing_detected_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_ims_spam_increment_over_case
 
    mail users detail outgoing detected ims spam increment over case (smaApiV20ReportingMailUsersDetailOutgoingDetectedImsSpamIncrementOverCaseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_ims_spam_increment_over_case" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected ims spam increment over case
        
reporting_mail_users_detail_outgoing_detected_ims_spam_increment_over_case
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_spam
 
    mail users detail outgoing detected spam (smaApiV20ReportingMailUsersDetailOutgoingDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected spam
        
reporting_mail_users_detail_outgoing_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_virus
 
    mail users detail outgoing detected virus (smaApiV20ReportingMailUsersDetailOutgoingDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected virus
        
reporting_mail_users_detail_outgoing_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_threat_content_filter
 
    mail users detail outgoing threat content filter (smaApiV20ReportingMailUsersDetailOutgoingThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing threat content filter
        
reporting_mail_users_detail_outgoing_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_total_clean_recipients
 
    mail users detail outgoing total clean recipients (smaApiV20ReportingMailUsersDetailOutgoingTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing total clean recipients
        
reporting_mail_users_detail_outgoing_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_total_recipients
 
    mail users detail outgoing total recipients (smaApiV20ReportingMailUsersDetailOutgoingTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing total recipients
        
reporting_mail_users_detail_outgoing_total_recipients
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_virus_type_detail
 
    mail virus type detail (smaApiV20ReportingMailVirusTypeDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_recipients" : [ "", "" ],
      "outgoing_total_recipients" : [ "", "" ],
      "incoming_total_recipients" : [ "", "" ]
    }, {
      "total_recipients" : [ "", "" ],
      "outgoing_total_recipients" : [ "", "" ],
      "incoming_total_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail virus type detail
        
reporting_mail_virus_type_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_virus_type_detail/incoming_total_recipients
 
    mail virus type detail incoming total recipients (smaApiV20ReportingMailVirusTypeDetailIncomingTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail virus type detail incoming total recipients
        
reporting_mail_virus_type_detail_incoming_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_virus_type_detail/outgoing_total_recipients
 
    mail virus type detail outgoing total recipients (smaApiV20ReportingMailVirusTypeDetailOutgoingTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail virus type detail outgoing total recipients
        
reporting_mail_virus_type_detail_outgoing_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_virus_type_detail/total_recipients
 
    mail virus type detail total recipients (smaApiV20ReportingMailVirusTypeDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail virus type detail total recipients
        
reporting_mail_virus_type_detail_total_recipients
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_specific_threat_summary
 
    mail vof specific threat summary (smaApiV20ReportingMailVofSpecificThreatSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected_virus_or_malware" : 0
    }, {
      "threat_detected_virus_or_malware" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof specific threat summary
        
reporting_mail_vof_specific_threat_summary
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threat_details
 
    mail vof threat details (smaApiV20ReportingMailVofThreatDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threat details
        
reporting_mail_vof_threat_details
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threat_details/threat_detected
 
    mail vof threat details threat detected (smaApiV20ReportingMailVofThreatDetailsThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threat details threat detected
        
reporting_mail_vof_threat_details_threat_detected
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threat_summary
 
    mail vof threat summary (smaApiV20ReportingMailVofThreatSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threat summary
        
reporting_mail_vof_threat_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threat_summary/threat_detected
 
    mail vof threat summary threat detected (smaApiV20ReportingMailVofThreatSummaryThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threat summary threat detected
        
reporting_mail_vof_threat_summary_threat_detected
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_level
 
    mail vof threats by level (smaApiV20ReportingMailVofThreatsByLevelGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by level
        
reporting_mail_vof_threats_by_level
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_level/threat_detected
 
    mail vof threats by level threat detected (smaApiV20ReportingMailVofThreatsByLevelThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by level threat detected
        
reporting_mail_vof_threats_by_level_threat_detected
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_threat_type
 
    mail vof threats by threat type (smaApiV20ReportingMailVofThreatsByThreatTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by threat type
        
reporting_mail_vof_threats_by_threat_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_threat_type/threat_detected
 
    mail vof threats by threat type threat detected (smaApiV20ReportingMailVofThreatsByThreatTypeThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by threat type threat detected
        
reporting_mail_vof_threats_by_threat_type_threat_detected
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_time_threshold
 
    mail vof threats by time threshold (smaApiV20ReportingMailVofThreatsByTimeThresholdGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "local_store_quarantine_message_exit" : [ "", "" ],
      "quarantine_message_exit" : [ "", "" ]
    }, {
      "local_store_quarantine_message_exit" : [ "", "" ],
      "quarantine_message_exit" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by time threshold
        
reporting_mail_vof_threats_by_time_threshold
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_time_threshold/local_store_quarantine_message_exit
 
    mail vof threats by time threshold local store quarantine message exit (smaApiV20ReportingMailVofThreatsByTimeThresholdLocalStoreQuarantineMessageExitGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "local_store_quarantine_message_exit" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by time threshold local store quarantine message exit
        
reporting_mail_vof_threats_by_time_threshold_local_store_quarantine_message_exit
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_time_threshold/quarantine_message_exit
 
    mail vof threats by time threshold quarantine message exit (smaApiV20ReportingMailVofThreatsByTimeThresholdQuarantineMessageExitGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "quarantine_message_exit" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by time threshold quarantine message exit
        
reporting_mail_vof_threats_by_time_threshold_quarantine_message_exit
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_type
 
    mail vof threats by type (smaApiV20ReportingMailVofThreatsByTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by type
        
reporting_mail_vof_threats_by_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_type/threat_detected
 
    mail vof threats by type threat detected (smaApiV20ReportingMailVofThreatsByTypeThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by type threat detected
        
reporting_mail_vof_threats_by_type_threat_detected
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_rewritten_url
 
    mail vof threats rewritten url (smaApiV20ReportingMailVofThreatsRewrittenUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "rewritten_url" : [ "", "" ]
    }, {
      "rewritten_url" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats rewritten url
        
reporting_mail_vof_threats_rewritten_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_rewritten_url/rewritten_url
 
    mail vof threats rewritten url rewritten url (smaApiV20ReportingMailVofThreatsRewrittenUrlRewrittenUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewritten_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats rewritten url rewritten url
        
reporting_mail_vof_threats_rewritten_url_rewritten_url
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_deleted
 
    summary of the mailbox auto remediated messages deleted (smaApiV20ReportingMailMarSummaryMsgsDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_deleted" : 0
    }, {
      "msgs_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages deleted
        
reporting_mail_mar_summary_msgs_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_failed
 
    summary of the mailbox auto remediated messages forwarded (smaApiV20ReportingMailMarSummaryMsgsFailedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_failed" : 0
    }, {
      "msgs_failed" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages failed
        
reporting_mail_mar_summary_msgs_failed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_forwarded_deleted
 
    summary of the mailbox auto remediated messages forwarded deleted (smaApiV20ReportingMailMarSummaryMsgsForwardedDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded_deleted" : 0
    }, {
      "msgs_forwarded_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages forwarded deleted
        
reporting_mail_mar_summary_msgs_forwarded_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_forwarded
 
    summary of the mailbox auto remediated messages forwarded (smaApiV20ReportingMailMarSummaryMsgsForwardedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded" : 0
    }, {
      "msgs_forwarded" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages forwarded
        
reporting_mail_mar_summary_msgs_forwarded
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_total
 
    summary of the mailbox auto remediated messages total (smaApiV20ReportingMailMarSummaryMsgsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_total" : 0
    }, {
      "msgs_total" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages total
        
reporting_mail_mar_summary_msgs_total
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary
 
    summary of the mailbox auto remediated messages (smaApiV20ReportingMailMarSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded_deleted" : 1,
      "msgs_total" : 6,
      "msgs_forwarded" : 5,
      "msgs_failed" : 5,
      "msgs_deleted" : 0
    }, {
      "msgs_forwarded_deleted" : 1,
      "msgs_total" : 6,
      "msgs_forwarded" : 5,
      "msgs_failed" : 5,
      "msgs_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages
        
reporting_mail_mar_summary
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/action
 
    mailbox auto remediation action (smaApiV20ReportingMailMailboxAutoRemediationActionGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "action" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation action
        
reporting_mail_mailbox_auto_remediation_action
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/completed_timestamp
 
    mailbox auto remediation completed timestamp (smaApiV20ReportingMailMailboxAutoRemediationCompletedTimestampGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "completed_timestamp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation completed timestamp
        
reporting_mail_mailbox_auto_remediation_completed_timestamp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/filenames
 
    mailbox auto remediation filenames (smaApiV20ReportingMailMailboxAutoRemediationFilenamesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "filenames" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation filenames
        
reporting_mail_mailbox_auto_remediation_filenames
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation
 
    mailbox auto remediation (smaApiV20ReportingMailMailboxAutoRemediationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "reason" : [ "", "" ],
      "rcpts_failure" : [ "", "" ],
      "rcpts_success" : [ "", "" ],
      "profile" : [ "", "" ],
      "action" : [ "", "" ],
      "filenames" : [ "", "" ],
      "completed_timestamp" : [ "", "" ]
    }, {
      "reason" : [ "", "" ],
      "rcpts_failure" : [ "", "" ],
      "rcpts_success" : [ "", "" ],
      "profile" : [ "", "" ],
      "action" : [ "", "" ],
      "filenames" : [ "", "" ],
      "completed_timestamp" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation
        
reporting_mail_mailbox_auto_remediation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/rcpts_failure
 
    mailbox auto remediation rcpts failure (smaApiV20ReportingMailMailboxAutoRemediationRcptsFailureGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rcpts_failure" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation rcpts failure
        
reporting_mail_mailbox_auto_remediation_rcpts_failure
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/rcpts_success
 
    mailbox auto remediation rcpts success (smaApiV20ReportingMailMailboxAutoRemediationRcptsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rcpts_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation rcpts success
        
reporting_mail_mailbox_auto_remediation_rcpts_success
    
  
  
  
    
    Up
    get /sma/api/v2.0/message-tracking/amp-details
 
    Retrieve details of AMP action details of messages with different attributes (smaApiV20MessageTrackingAmpDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      icid (optional)
      
            Query Parameter —  
      mid (optional)
      
            Query Parameter —  
      serialNumber (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "messages" : {
      "hostName" : "hostName",
      "attachments" : [ "attachments", "attachments" ],
      "senderGroup" : "senderGroup",
      "subject" : "subject",
      "showAMPDetails" : true,
      "mid" : [ 0, 0 ],
      "smtpAuthId" : "smtpAuthId",
      "ampDetails" : [ {
        "lastEvent" : true,
        "description" : "description",
        "timestamp" : "timestamp"
      }, {
        "lastEvent" : true,
        "description" : "description",
        "timestamp" : "timestamp"
      } ],
      "midHeader" : "midHeader",
      "sender" : "sender",
      "recipient" : [ "recipient", "recipient" ],
      "sendingHostSummary" : {
        "sbrsScore" : "sbrsScore",
        "ipAddress" : "ipAddress",
        "reverseDnsHostname" : "reverseDnsHostname"
      },
      "messageSize" : "messageSize",
      "direction" : "direction",
      "timestamp" : "timestamp"
    }
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve details of AMP action details messages with different attributes
        
message-tracking_amp-details
    
  
  
    
    Up
    get /sma/api/v2.0/message-tracking/connection-details
 
    Retrieve connection details of messages with different attributes (smaApiV20MessageTrackingConnectionDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      icid (optional)
      
            Query Parameter —  
      mid (optional)
      
            Query Parameter —  
      serialNumber (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "sbrs" : "sbrs",
  "senderGroup" : "senderGroup",
  "messages" : {
    "summary" : [ {
      "lastEvent" : true,
      "description" : "description",
      "timestamp" : "timestamp"
    }, {
      "lastEvent" : true,
      "description" : "description",
      "timestamp" : "timestamp"
    } ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve connection details of messages with different attributes
        
message-tracking_connection-details
    
  
  
    
    Up
    get /sma/api/v2.0/message-tracking/details
 
    Retrieve details of messages with different attributes (smaApiV20MessageTrackingDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      icid (optional)
      
            Query Parameter —  
      mid (optional)
      
            Query Parameter —  
      serialNumber (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "messages" : {
      "summary" : [ {
        "lastEvent" : true,
        "description" : "description",
        "timestamp" : "timestamp"
      }, {
        "lastEvent" : true,
        "description" : "description",
        "timestamp" : "timestamp"
      } ],
      "hostName" : "hostName",
      "attachments" : [ "attachments", "attachments" ],
      "senderGroup" : "senderGroup",
      "subject" : "subject",
      "mid" : [ 0, 0 ],
      "isCompleteData" : true,
      "showURL" : true,
      "mailPolicy" : [ "mailPolicy", "mailPolicy" ],
      "smtpAuthId" : "smtpAuthId",
      "showSummaryTimeBox" : true,
      "messageStatus" : "messageStatus",
      "showAMP" : true,
      "midHeader" : "midHeader",
      "sender" : "sender",
      "recipient" : [ "recipient", "recipient" ],
      "sendingHostSummary" : {
        "sbrsScore" : "sbrsScore",
        "ipAddress" : "ipAddress",
        "reverseDnsHostname" : "reverseDnsHostname"
      },
      "messageSize" : "messageSize",
      "showDLP" : true,
      "direction" : "direction",
      "timestamp" : "timestamp"
    }
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve details of messages with different attributes
        
message-tracking_details
    
  
  
    
    Up
    get /sma/api/v2.0/message-tracking/dlp-details
 
    Retrieve details of DLP of messages with different attributes (smaApiV20MessageTrackingDlpDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      icid (optional)
      
            Query Parameter —  
      mid (optional)
      
            Query Parameter —  
      serialNumber (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "messages" : {
      "hostName" : "hostName",
      "attachments" : [ "attachments", "attachments" ],
      "showDLPDetails" : true,
      "senderGroup" : "senderGroup",
      "subject" : "subject",
      "mid" : [ 6, 6 ],
      "smtpAuthId" : "smtpAuthId",
      "midHeader" : "midHeader",
      "sender" : "sender",
      "recipient" : [ "recipient", "recipient" ],
      "sendingHostSummary" : {
        "sbrsScore" : "sbrsScore",
        "ipAddress" : "ipAddress",
        "reverseDnsHostname" : "reverseDnsHostname"
      },
      "messageSize" : "messageSize",
      "dlpDetails" : {
        "dlpMatchedContent" : [ {
          "messagePartMatch" : [ {
            "classifierMatch" : [ "classifierMatch", "classifierMatch" ],
            "classifier" : "classifier"
          }, {
            "classifierMatch" : [ "classifierMatch", "classifierMatch" ],
            "classifier" : "classifier"
          } ],
          "messagePart" : "messagePart"
        }, {
          "messagePartMatch" : [ {
            "classifierMatch" : [ "classifierMatch", "classifierMatch" ],
            "classifier" : "classifier"
          }, {
            "classifierMatch" : [ "classifierMatch", "classifierMatch" ],
            "classifier" : "classifier"
          } ],
          "messagePart" : "messagePart"
        } ],
        "mid" : "mid",
        "dlpPolicy" : "dlpPolicy",
        "riskFactor" : 0,
        "violationSeverity" : "violationSeverity"
      },
      "direction" : "direction",
      "timestamp" : "timestamp"
    }
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve details of DLP of messages with different attributes
        
message-tracking_dlp-details
    
  
  
    
    Up
    get /sma/api/v2.0/message-tracking/messages
 
    Message-tracking messages (smaApiV20MessageTrackingMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      ciscoHost (optional)
      
            Query Parameter —  
      searchOption (optional)
      
            Query Parameter —  default: messages 
      offset (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : [ {
    "attributes" : {
      "hostName" : "hostName",
      "serialNumber" : "serialNumber",
      "icid" : 0,
      "sbrs" : "sbrs",
      "senderGroup" : "senderGroup",
      "subject" : "subject",
      "verdictChart" : "verdictChart",
      "mid" : [ 6, 6 ],
      "isCompleteData" : true,
      "mailPolicy" : [ "mailPolicy", "mailPolicy" ],
      "messageStatus" : "messageStatus",
      "sender" : "sender",
      "recipient" : [ "recipient", "recipient" ],
      "replyTo" : "replyTo",
      "senderDomain" : "senderDomain",
      "senderIp" : "senderIp",
      "direction" : "direction",
      "timestamp" : "timestamp"
    }
  }, {
    "attributes" : {
      "hostName" : "hostName",
      "serialNumber" : "serialNumber",
      "icid" : 0,
      "sbrs" : "sbrs",
      "senderGroup" : "senderGroup",
      "subject" : "subject",
      "verdictChart" : "verdictChart",
      "mid" : [ 6, 6 ],
      "isCompleteData" : true,
      "mailPolicy" : [ "mailPolicy", "mailPolicy" ],
      "messageStatus" : "messageStatus",
      "sender" : "sender",
      "recipient" : [ "recipient", "recipient" ],
      "replyTo" : "replyTo",
      "senderDomain" : "senderDomain",
      "senderIp" : "senderIp",
      "direction" : "direction",
      "timestamp" : "timestamp"
    }
  } ],
  "meta" : {
    "num_bad_records" : 1,
    "totalCount" : 5
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Searching for message-tracking messages
        
message-tracking_messages
    
  
  
    
    Up
    get /sma/api/v2.0/message-tracking/url-details
 
    Retrieve details of URL details of messages with different attributes (smaApiV20MessageTrackingUrlDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      icid (optional)
      
            Query Parameter —  
      mid (optional)
      
            Query Parameter —  
      serialNumber (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "messages" : {
      "sdrReputation" : "sdrReputation",
      "hostName" : "hostName",
      "attachments" : [ "attachments", "attachments" ],
      "senderGroup" : "senderGroup",
      "subject" : "subject",
      "mid" : [ 0, 0 ],
      "urlDetails" : [ {
        "lastEvent" : true,
        "description" : "description",
        "timestamp" : "timestamp"
      }, {
        "lastEvent" : true,
        "description" : "description",
        "timestamp" : "timestamp"
      } ],
      "smtpAuthId" : "smtpAuthId",
      "sdrAge" : "sdrAge",
      "midHeader" : "midHeader",
      "sender" : "sender",
      "recipient" : [ "recipient", "recipient" ],
      "sendingHostSummary" : {
        "sbrsScore" : "sbrsScore",
        "ipAddress" : "ipAddress",
        "reverseDnsHostname" : "reverseDnsHostname"
      },
      "showURLDetails" : true,
      "sdrCategory" : "sdrCategory",
      "direction" : "direction"
    }
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve details of URL details of messages with different attributes
        
message-tracking_url-details
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/advanced_phishing_protection_summary
 
    advanced phishing protection summary (smaApiV20ReportingAdvancedPhishingProtectionSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "failure" : 0,
      "success" : 6
    }, {
      "failure" : 0,
      "success" : 6
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    advanced phishing protection summary
        
reporting_mail_advanced_phishing_protection_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/completed_timestamp
 
    mail amp file analysis by filename completed timestamp (smaApiV20ReportingMailAmpFileAnalysisByFilenameCompletedTimestampGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "completed_timestamp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename completed timestamp
        
reporting_mail_amp_file_analysis_by_filename_completed_timestamp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/console_url
 
    mail amp file analysis by filename console url (smaApiV20ReportingMailAmpFileAnalysisByFilenameConsoleUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "console_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename console url
        
reporting_mail_amp_file_analysis_by_filename_console_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename
 
    mail amp file analysis by filename (smaApiV20ReportingMailAmpFileAnalysisByFilenameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "score" : [ "", "" ],
      "interim_verdict" : [ "", "" ],
      "run_id" : [ "", "" ],
      "console_url" : [ "", "" ],
      "submit_timestamp" : [ "", "" ],
      "msg_direction" : [ "", "" ],
      "completed_timestamp" : [ "", "" ],
      "url" : [ "", "" ],
      "status" : [ "", "" ]
    }, {
      "score" : [ "", "" ],
      "interim_verdict" : [ "", "" ],
      "run_id" : [ "", "" ],
      "console_url" : [ "", "" ],
      "submit_timestamp" : [ "", "" ],
      "msg_direction" : [ "", "" ],
      "completed_timestamp" : [ "", "" ],
      "url" : [ "", "" ],
      "status" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename
        
reporting_mail_amp_file_analysis_by_filename
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/interim_verdict
 
    mail amp file analysis by filename interim verdict (smaApiV20ReportingMailAmpFileAnalysisByFilenameInterimVerdictGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "interim_verdict" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename interim verdict
        
reporting_mail_amp_file_analysis_by_filename_interim_verdict
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/msg_direction
 
    mail amp file analysis by filename msg direction (smaApiV20ReportingMailAmpFileAnalysisByFilenameMsgDirectionGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msg_direction" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename msg direction
        
reporting_mail_amp_file_analysis_by_filename_msg_direction
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/run_id
 
    mail amp file analysis by filename run id (smaApiV20ReportingMailAmpFileAnalysisByFilenameRunIdGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "run_id" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename run id
        
reporting_mail_amp_file_analysis_by_filename_run_id
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/score
 
    mail amp file analysis by filename score (smaApiV20ReportingMailAmpFileAnalysisByFilenameScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename score
        
reporting_mail_amp_file_analysis_by_filename_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/status
 
    mail amp file analysis by filename status (smaApiV20ReportingMailAmpFileAnalysisByFilenameStatusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "status" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename status
        
reporting_mail_amp_file_analysis_by_filename_status
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/submit_timestamp
 
    mail amp file analysis by filename submit timestamp (smaApiV20ReportingMailAmpFileAnalysisByFilenameSubmitTimestampGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "submit_timestamp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename submit timestamp
        
reporting_mail_amp_file_analysis_by_filename_submit_timestamp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_file_analysis_by_filename/url
 
    mail amp file analysis by filename url (smaApiV20ReportingMailAmpFileAnalysisByFilenameUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp file analysis by filename url
        
reporting_mail_amp_file_analysis_by_filename_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/console_url
 
    mail amp reputation update console url (smaApiV20ReportingMailAmpReputationUpdateConsoleUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "console_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update console url
        
reporting_mail_amp_reputation_update_console_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/filenames
 
    mail amp reputation update filenames (smaApiV20ReportingMailAmpReputationUpdateFilenamesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "filenames" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update filenames
        
reporting_mail_amp_reputation_update_filenames
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update
 
    mail amp reputation update (smaApiV20ReportingMailAmpReputationUpdateGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "timestamped_tuple" : [ "", "" ],
      "console_url" : [ "", "" ],
      "filenames" : [ "", "" ],
      "msg_direction" : [ "", "" ],
      "old_disposition" : [ "", "" ]
    }, {
      "timestamped_tuple" : [ "", "" ],
      "console_url" : [ "", "" ],
      "filenames" : [ "", "" ],
      "msg_direction" : [ "", "" ],
      "old_disposition" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update
        
reporting_mail_amp_reputation_update
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/msg_direction
 
    mail amp reputation update msg direction (smaApiV20ReportingMailAmpReputationUpdateMsgDirectionGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msg_direction" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update msg direction
        
reporting_mail_amp_reputation_update_msg_direction
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/old_disposition
 
    mail amp reputation update old disposition (smaApiV20ReportingMailAmpReputationUpdateOldDispositionGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "old_disposition" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update old disposition
        
reporting_mail_amp_reputation_update_old_disposition
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_reputation_update/timestamped_tuple
 
    mail amp reputation update timestamped tuple (smaApiV20ReportingMailAmpReputationUpdateTimestampedTupleGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "timestamped_tuple" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail amp reputation update timestamped tuple
        
reporting_mail_amp_reputation_update_timestamped_tuple
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_amp_threat_summary
 
    amp threat summary details (smaApiV20ReportingMailAmpThreatSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "incoming_malicious" : 0,
      "outgoing_malicious" : 6
    }, {
      "incoming_malicious" : 0,
      "outgoing_malicious" : 6
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    AMP threat summary details
        
reporting_mail_amp_threat_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/auth_disallow
 
    mail authentication incoming domain auth disallow (smaApiV20ReportingMailAuthenticationIncomingDomainAuthDisallowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "auth_disallow" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain auth disallow
        
reporting_mail_authentication_incoming_domain_auth_disallow
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/auth_fail
 
    mail authentication incoming domain auth fail (smaApiV20ReportingMailAuthenticationIncomingDomainAuthFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "auth_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain auth fail
        
reporting_mail_authentication_incoming_domain_auth_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/auth_success
 
    mail authentication incoming domain auth success (smaApiV20ReportingMailAuthenticationIncomingDomainAuthSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "auth_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain auth success
        
reporting_mail_authentication_incoming_domain_auth_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/cert_fail
 
    mail authentication incoming domain cert fail (smaApiV20ReportingMailAuthenticationIncomingDomainCertFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain cert fail
        
reporting_mail_authentication_incoming_domain_cert_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/cert_fallback_fail
 
    mail authentication incoming domain cert fallback fail (smaApiV20ReportingMailAuthenticationIncomingDomainCertFallbackFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_fallback_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain cert fallback fail
        
reporting_mail_authentication_incoming_domain_cert_fallback_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/cert_fallback_success
 
    mail authentication incoming domain cert fallback success (smaApiV20ReportingMailAuthenticationIncomingDomainCertFallbackSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_fallback_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain cert fallback success
        
reporting_mail_authentication_incoming_domain_cert_fallback_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/cert_success
 
    mail authentication incoming domain cert success (smaApiV20ReportingMailAuthenticationIncomingDomainCertSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain cert success
        
reporting_mail_authentication_incoming_domain_cert_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain
 
    mail authentication incoming domain (smaApiV20ReportingMailAuthenticationIncomingDomainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "cert_success" : [ "", "" ],
      "auth_success" : [ "", "" ],
      "total" : [ "", "" ],
      "noauth" : [ "", "" ],
      "cert_fallback_fail" : [ "", "" ],
      "auth_fail" : [ "", "" ],
      "cert_fail" : [ "", "" ],
      "cert_fallback_success" : [ "", "" ],
      "auth_disallow" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain
        
reporting_mail_authentication_incoming_domain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip
 
    mail authentication incoming domain ip (smaApiV20ReportingMailAuthenticationIncomingDomainIpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "last_cert_fail" : [ "", "" ],
      "last_cert_success" : [ "", "" ],
      "last_auth_success" : [ "", "" ],
      "last_cert_fallback" : [ "", "" ],
      "last_auth_fail" : [ "", "" ],
      "last_auth_disallow" : [ "", "" ]
    }, {
      "last_cert_fail" : [ "", "" ],
      "last_cert_success" : [ "", "" ],
      "last_auth_success" : [ "", "" ],
      "last_cert_fallback" : [ "", "" ],
      "last_auth_fail" : [ "", "" ],
      "last_auth_disallow" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip
        
reporting_mail_authentication_incoming_domain_ip
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_auth_disallow
 
    mail authentication incoming domain ip last auth disallow (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastAuthDisallowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_auth_disallow" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last auth disallow
        
reporting_mail_authentication_incoming_domain_ip_last_auth_disallow
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_auth_fail
 
    mail authentication incoming domain ip last auth fail (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastAuthFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_auth_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last auth fail
        
reporting_mail_authentication_incoming_domain_ip_last_auth_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_auth_success
 
    mail authentication incoming domain ip last auth success (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastAuthSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_auth_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last auth success
        
reporting_mail_authentication_incoming_domain_ip_last_auth_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_cert_fail
 
    mail authentication incoming domain ip last cert fail (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastCertFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_cert_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last cert fail
        
reporting_mail_authentication_incoming_domain_ip_last_cert_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_cert_fallback
 
    mail authentication incoming domain ip last cert fallback (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastCertFallbackGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_cert_fallback" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last cert fallback
        
reporting_mail_authentication_incoming_domain_ip_last_cert_fallback
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain_ip/last_cert_success
 
    mail authentication incoming domain ip last cert success (smaApiV20ReportingMailAuthenticationIncomingDomainIpLastCertSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_cert_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain ip last cert success
        
reporting_mail_authentication_incoming_domain_ip_last_cert_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/noauth
 
    mail authentication incoming domain noauth (smaApiV20ReportingMailAuthenticationIncomingDomainNoauthGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "noauth" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain noauth
        
reporting_mail_authentication_incoming_domain_noauth
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_incoming_domain/total
 
    mail authentication incoming domain total (smaApiV20ReportingMailAuthenticationIncomingDomainTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication incoming domain total
        
reporting_mail_authentication_incoming_domain_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary
 
    mail authentication summary (smaApiV20ReportingMailAuthenticationSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "received_total" : [ "", "" ],
      "received_conn_cert_fail" : [ "", "" ],
      "received_conn_total" : [ "", "" ],
      "received_conn_auth_fail" : [ "", "" ],
      "received_conn_noauth" : [ "", "" ],
      "received_noauth" : [ "", "" ],
      "received_conn_auth_success" : [ "", "" ],
      "received_auth" : [ "", "" ],
      "received_conn_cert_success" : [ "", "" ]
    }, {
      "received_total" : [ "", "" ],
      "received_conn_cert_fail" : [ "", "" ],
      "received_conn_total" : [ "", "" ],
      "received_conn_auth_fail" : [ "", "" ],
      "received_conn_noauth" : [ "", "" ],
      "received_noauth" : [ "", "" ],
      "received_conn_auth_success" : [ "", "" ],
      "received_auth" : [ "", "" ],
      "received_conn_cert_success" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary
        
reporting_mail_authentication_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_auth
 
    mail authentication summary received auth (smaApiV20ReportingMailAuthenticationSummaryReceivedAuthGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_auth" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received auth
        
reporting_mail_authentication_summary_received_auth
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_auth_fail
 
    mail authentication summary received conn auth fail (smaApiV20ReportingMailAuthenticationSummaryReceivedConnAuthFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_auth_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn auth fail
        
reporting_mail_authentication_summary_received_conn_auth_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_auth_success
 
    mail authentication summary received conn auth success (smaApiV20ReportingMailAuthenticationSummaryReceivedConnAuthSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_auth_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn auth success
        
reporting_mail_authentication_summary_received_conn_auth_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_cert_fail
 
    mail authentication summary received conn cert fail (smaApiV20ReportingMailAuthenticationSummaryReceivedConnCertFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_cert_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn cert fail
        
reporting_mail_authentication_summary_received_conn_cert_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_cert_success
 
    mail authentication summary received conn cert success (smaApiV20ReportingMailAuthenticationSummaryReceivedConnCertSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_cert_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn cert success
        
reporting_mail_authentication_summary_received_conn_cert_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_noauth
 
    mail authentication summary received conn noauth (smaApiV20ReportingMailAuthenticationSummaryReceivedConnNoauthGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_noauth" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn noauth
        
reporting_mail_authentication_summary_received_conn_noauth
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_conn_total
 
    mail authentication summary received conn total (smaApiV20ReportingMailAuthenticationSummaryReceivedConnTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received conn total
        
reporting_mail_authentication_summary_received_conn_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_noauth
 
    mail authentication summary received noauth (smaApiV20ReportingMailAuthenticationSummaryReceivedNoauthGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_noauth" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received noauth
        
reporting_mail_authentication_summary_received_noauth
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_authentication_summary/received_total
 
    mail authentication summary received total (smaApiV20ReportingMailAuthenticationSummaryReceivedTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail authentication summary received total
        
reporting_mail_authentication_summary_received_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_incoming
 
    mail content filter incoming (smaApiV20ReportingMailContentFilterIncomingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter incoming
        
reporting_mail_content_filter_incoming
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_incoming/recipients_matched
 
    mail content filter incoming recipients matched (smaApiV20ReportingMailContentFilterIncomingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter incoming recipients matched
        
reporting_mail_content_filter_incoming_recipients_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_outgoing
 
    mail content filter outgoing (smaApiV20ReportingMailContentFilterOutgoingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter outgoing
        
reporting_mail_content_filter_outgoing
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_outgoing/recipients_matched
 
    mail content filter outgoing recipients matched (smaApiV20ReportingMailContentFilterOutgoingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter outgoing recipients matched
        
reporting_mail_content_filter_outgoing_recipients_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_users
 
    mail content filter users (smaApiV20ReportingMailContentFilterUsersGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter users
        
reporting_mail_content_filter_users
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_content_filter_users/recipients_matched
 
    mail content filter users recipients matched (smaApiV20ReportingMailContentFilterUsersRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail content filter users recipients matched
        
reporting_mail_content_filter_users_recipients_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_dane_fail
 
    mail destination domain detail conn dane fail (smaApiV20ReportingMailDestinationDomainDetailConnDaneFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_dane_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn dane fail
        
reporting_mail_destination_domain_detail_conn_dane_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_dane_success
 
    mail destination domain detail conn dane success (smaApiV20ReportingMailDestinationDomainDetailConnDaneSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_dane_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn dane success
        
reporting_mail_destination_domain_detail_conn_dane_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_last_tls_status
 
    mail destination domain detail conn last tls status (smaApiV20ReportingMailDestinationDomainDetailConnLastTlsStatusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_last_tls_status" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn last tls status
        
reporting_mail_destination_domain_detail_conn_last_tls_status
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_plain
 
    mail destination domain detail conn plain (smaApiV20ReportingMailDestinationDomainDetailConnPlainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_plain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn plain
        
reporting_mail_destination_domain_detail_conn_plain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_fail
 
    mail destination domain detail conn tls fail (smaApiV20ReportingMailDestinationDomainDetailConnTlsFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls fail
        
reporting_mail_destination_domain_detail_conn_tls_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_opt_fail
 
    mail destination domain detail conn tls opt fail (smaApiV20ReportingMailDestinationDomainDetailConnTlsOptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_opt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls opt fail
        
reporting_mail_destination_domain_detail_conn_tls_opt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_opt_success
 
    mail destination domain detail conn tls opt success (smaApiV20ReportingMailDestinationDomainDetailConnTlsOptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_opt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls opt success
        
reporting_mail_destination_domain_detail_conn_tls_opt_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_success
 
    mail destination domain detail conn tls success (smaApiV20ReportingMailDestinationDomainDetailConnTlsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls success
        
reporting_mail_destination_domain_detail_conn_tls_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/conn_tls_total
 
    mail destination domain detail conn tls total (smaApiV20ReportingMailDestinationDomainDetailConnTlsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail conn tls total
        
reporting_mail_destination_domain_detail_conn_tls_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/delivered
 
    mail destination domain detail delivered (smaApiV20ReportingMailDestinationDomainDetailDeliveredGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail delivered
        
reporting_mail_destination_domain_detail_delivered
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/detected_amp
 
    mail destination domain detail detected amp (smaApiV20ReportingMailDestinationDomainDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail detected amp
        
reporting_mail_destination_domain_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/detected_spam
 
    mail destination domain detail detected spam (smaApiV20ReportingMailDestinationDomainDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail detected spam
        
reporting_mail_destination_domain_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/detected_virus
 
    mail destination domain detail detected virus (smaApiV20ReportingMailDestinationDomainDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail detected virus
        
reporting_mail_destination_domain_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/encrypted_tls
 
    mail destination domain detail encrypted tls (smaApiV20ReportingMailDestinationDomainDetailEncryptedTlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "encrypted_tls" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail encrypted tls
        
reporting_mail_destination_domain_detail_encrypted_tls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail
 
    mail destination domain detail (smaApiV20ReportingMailDestinationDomainDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "encrypted_tls" : [ "", "" ],
      "conn_dane_success" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "conn_tls_fail" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "delivered" : [ "", "" ],
      "conn_plain" : [ "", "" ],
      "conn_last_tls_status" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "hard_bounces" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "conn_dane_fail" : [ "", "" ],
      "conn_tls_opt_fail" : [ "", "" ],
      "conn_tls_opt_success" : [ "", "" ],
      "conn_tls_success" : [ "", "" ],
      "conn_tls_total" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "encrypted_tls" : [ "", "" ],
      "conn_dane_success" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "conn_tls_fail" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "delivered" : [ "", "" ],
      "conn_plain" : [ "", "" ],
      "conn_last_tls_status" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "hard_bounces" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "conn_dane_fail" : [ "", "" ],
      "conn_tls_opt_fail" : [ "", "" ],
      "conn_tls_opt_success" : [ "", "" ],
      "conn_tls_success" : [ "", "" ],
      "conn_tls_total" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail
        
reporting_mail_destination_domain_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/hard_bounces
 
    mail destination domain detail hard bounces (smaApiV20ReportingMailDestinationDomainDetailHardBouncesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "hard_bounces" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail hard bounces
        
reporting_mail_destination_domain_detail_hard_bounces
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/threat_content_filter
 
    mail destination domain detail threat content filter (smaApiV20ReportingMailDestinationDomainDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail threat content filter
        
reporting_mail_destination_domain_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/total_clean_recipients
 
    mail destination domain detail total clean recipients (smaApiV20ReportingMailDestinationDomainDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail total clean recipients
        
reporting_mail_destination_domain_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/total_recipients
 
    mail destination domain detail total recipients (smaApiV20ReportingMailDestinationDomainDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail total recipients
        
reporting_mail_destination_domain_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/total_recipients_processed
 
    mail destination domain detail total recipients processed (smaApiV20ReportingMailDestinationDomainDetailTotalRecipientsProcessedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_processed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail total recipients processed
        
reporting_mail_destination_domain_detail_total_recipients_processed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_destination_domain_detail/total_threat_recipients
 
    mail destination domain detail total threat recipients (smaApiV20ReportingMailDestinationDomainDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail destination domain detail total threat recipients
        
reporting_mail_destination_domain_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_action_delivered
 
    mail dlp outgoing policy detail dlp action delivered (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpActionDeliveredGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_action_delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp action delivered
        
reporting_mail_dlp_outgoing_policy_detail_dlp_action_delivered
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_action_dropped
 
    mail dlp outgoing policy detail dlp action dropped (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpActionDroppedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_action_dropped" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp action dropped
        
reporting_mail_dlp_outgoing_policy_detail_dlp_action_dropped
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_action_encrypted
 
    mail dlp outgoing policy detail dlp action encrypted (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpActionEncryptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_action_encrypted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp action encrypted
        
reporting_mail_dlp_outgoing_policy_detail_dlp_action_encrypted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_incidents_critical
 
    mail dlp outgoing policy detail dlp incidents critical (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpIncidentsCriticalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_critical" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp incidents critical
        
reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_critical
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_incidents_high
 
    mail dlp outgoing policy detail dlp incidents high (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpIncidentsHighGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_high" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp incidents high
        
reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_high
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_incidents_low
 
    mail dlp outgoing policy detail dlp incidents low (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpIncidentsLowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_low" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp incidents low
        
reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_low
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/dlp_incidents_medium
 
    mail dlp outgoing policy detail dlp incidents medium (smaApiV20ReportingMailDlpOutgoingPolicyDetailDlpIncidentsMediumGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_medium" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail dlp incidents medium
        
reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_medium
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail
 
    mail dlp outgoing policy detail (smaApiV20ReportingMailDlpOutgoingPolicyDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "dlp_action_dropped" : [ "", "" ],
      "dlp_incidents_high" : [ "", "" ],
      "dlp_incidents_medium" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "dlp_incidents_low" : [ "", "" ],
      "dlp_incidents_critical" : [ "", "" ],
      "dlp_action_encrypted" : [ "", "" ],
      "dlp_action_delivered" : [ "", "" ]
    }, {
      "dlp_action_dropped" : [ "", "" ],
      "dlp_incidents_high" : [ "", "" ],
      "dlp_incidents_medium" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "dlp_incidents_low" : [ "", "" ],
      "dlp_incidents_critical" : [ "", "" ],
      "dlp_action_encrypted" : [ "", "" ],
      "dlp_action_delivered" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail
        
reporting_mail_dlp_outgoing_policy_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_policy_detail/total_dlp_incidents
 
    mail dlp outgoing policy detail total dlp incidents (smaApiV20ReportingMailDlpOutgoingPolicyDetailTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing policy detail total dlp incidents
        
reporting_mail_dlp_outgoing_policy_detail_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/dlp_incidents_critical
 
    mail dlp outgoing traffic summary dlp incidents critical (smaApiV20ReportingMailDlpOutgoingTrafficSummaryDlpIncidentsCriticalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_critical" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary dlp incidents critical
        
reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_critical
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/dlp_incidents_high
 
    mail dlp outgoing traffic summary dlp incidents high (smaApiV20ReportingMailDlpOutgoingTrafficSummaryDlpIncidentsHighGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_high" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary dlp incidents high
        
reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_high
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/dlp_incidents_low
 
    mail dlp outgoing traffic summary dlp incidents low (smaApiV20ReportingMailDlpOutgoingTrafficSummaryDlpIncidentsLowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_low" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary dlp incidents low
        
reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_low
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/dlp_incidents_medium
 
    mail dlp outgoing traffic summary dlp incidents medium (smaApiV20ReportingMailDlpOutgoingTrafficSummaryDlpIncidentsMediumGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dlp_incidents_medium" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary dlp incidents medium
        
reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_medium
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary
 
    mail dlp outgoing traffic summary (smaApiV20ReportingMailDlpOutgoingTrafficSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "dlp_incidents_high" : [ "", "" ],
      "dlp_incidents_medium" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "dlp_incidents_low" : [ "", "" ],
      "dlp_incidents_critical" : [ "", "" ]
    }, {
      "dlp_incidents_high" : [ "", "" ],
      "dlp_incidents_medium" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "dlp_incidents_low" : [ "", "" ],
      "dlp_incidents_critical" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary
        
reporting_mail_dlp_outgoing_traffic_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_outgoing_traffic_summary/total_dlp_incidents
 
    mail dlp outgoing traffic summary total dlp incidents (smaApiV20ReportingMailDlpOutgoingTrafficSummaryTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp outgoing traffic summary total dlp incidents
        
reporting_mail_dlp_outgoing_traffic_summary_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail
 
    mail dlp users policy detail (smaApiV20ReportingMailDlpUsersPolicyDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_quarantined" : [ "", "" ],
      "outgoing_dlp_action_dropped" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "outgoing_dlp_incidents_high" : [ "", "" ],
      "outgoing_dlp_action_encrypted" : [ "", "" ],
      "outgoing_dlp_incidents_medium" : [ "", "" ],
      "outgoing_dlp_incidents_low" : [ "", "" ],
      "outgoing_dlp_incidents_critical" : [ "", "" ],
      "outgoing_dlp_action_delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail
        
reporting_mail_dlp_users_policy_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_action_delivered
 
    mail dlp users policy detail outgoing dlp action delivered (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpActionDeliveredGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp action delivered
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_delivered
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_action_dropped
 
    mail dlp users policy detail outgoing dlp action dropped (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpActionDroppedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_dropped" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp action dropped
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_dropped
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_action_encrypted
 
    mail dlp users policy detail outgoing dlp action encrypted (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpActionEncryptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_encrypted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp action encrypted
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_encrypted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_action_quarantined
 
    mail dlp users policy detail outgoing dlp action quarantined (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpActionQuarantinedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_action_quarantined" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp action quarantined
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_quarantined
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_incidents_critical
 
    mail dlp users policy detail outgoing dlp incidents critical (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpIncidentsCriticalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_incidents_critical" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp incidents critical
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_critical
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_incidents_high
 
    mail dlp users policy detail outgoing dlp incidents high (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpIncidentsHighGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_incidents_high" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp incidents high
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_high
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_incidents_low
 
    mail dlp users policy detail outgoing dlp incidents low (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpIncidentsLowGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_incidents_low" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp incidents low
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_low
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/outgoing_dlp_incidents_medium
 
    mail dlp users policy detail outgoing dlp incidents medium (smaApiV20ReportingMailDlpUsersPolicyDetailOutgoingDlpIncidentsMediumGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_dlp_incidents_medium" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail outgoing dlp incidents medium
        
reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_medium
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dlp_users_policy_detail/total_dlp_incidents
 
    mail dlp users policy detail total dlp incidents (smaApiV20ReportingMailDlpUsersPolicyDetailTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dlp users policy detail total dlp incidents
        
reporting_mail_dlp_users_policy_detail_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_failed_none
 
    mail dmarc incoming traffic summary dmarc failed none (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcFailedNoneGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_failed_none" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc failed none
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_none
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_failed_quarantined
 
    mail dmarc incoming traffic summary dmarc failed quarantined (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcFailedQuarantinedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_failed_quarantined" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc failed quarantined
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_quarantined
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_failed_rejected
 
    mail dmarc incoming traffic summary dmarc failed rejected (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcFailedRejectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_failed_rejected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc failed rejected
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_rejected
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_failed_total
 
    mail dmarc incoming traffic summary dmarc failed total (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcFailedTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_failed_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc failed total
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_passed
 
    mail dmarc incoming traffic summary dmarc passed (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcPassedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_passed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc passed
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_passed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary/dmarc_total_attempted
 
    mail dmarc incoming traffic summary dmarc total attempted (smaApiV20ReportingMailDmarcIncomingTrafficSummaryDmarcTotalAttemptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dmarc_total_attempted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary dmarc total attempted
        
reporting_mail_dmarc_incoming_traffic_summary_dmarc_total_attempted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_dmarc_incoming_traffic_summary
 
    mail dmarc incoming traffic summary (smaApiV20ReportingMailDmarcIncomingTrafficSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "dmarc_total_attempted" : [ "", "" ],
      "dmarc_passed" : [ "", "" ],
      "dmarc_failed_none" : [ "", "" ],
      "dmarc_failed_quarantined" : [ "", "" ],
      "dmarc_failed_rejected" : [ "", "" ],
      "dmarc_failed_total" : [ "", "" ]
    }, {
      "dmarc_total_attempted" : [ "", "" ],
      "dmarc_passed" : [ "", "" ],
      "dmarc_failed_none" : [ "", "" ],
      "dmarc_failed_quarantined" : [ "", "" ],
      "dmarc_failed_rejected" : [ "", "" ],
      "dmarc_failed_total" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail dmarc incoming traffic summary
        
reporting_mail_dmarc_incoming_traffic_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_rate_limit/env_sender_incidents
 
    mail env sender rate limit env sender incidents (smaApiV20ReportingMailEnvSenderRateLimitEnvSenderIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "env_sender_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender rate limit env sender incidents
        
reporting_mail_env_sender_rate_limit_env_sender_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_rate_limit/env_sender_rejected_rcpts
 
    mail env sender rate limit env sender rejected rcpts (smaApiV20ReportingMailEnvSenderRateLimitEnvSenderRejectedRcptsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "env_sender_rejected_rcpts" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender rate limit env sender rejected rcpts
        
reporting_mail_env_sender_rate_limit_env_sender_rejected_rcpts
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_rate_limit
 
    mail env sender rate limit (smaApiV20ReportingMailEnvSenderRateLimitGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "env_sender_rejected_rcpts" : [ "", "" ],
      "env_sender_incidents" : [ "", "" ]
    }, {
      "env_sender_rejected_rcpts" : [ "", "" ],
      "env_sender_incidents" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender rate limit
        
reporting_mail_env_sender_rate_limit
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_stats
 
    mail env sender stats (smaApiV20ReportingMailEnvSenderStatsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "num_msgs" : [ "", "" ]
    }, {
      "num_msgs" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender stats
        
reporting_mail_env_sender_stats
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_env_sender_stats/num_msgs
 
    mail env sender stats num msgs (smaApiV20ReportingMailEnvSenderStatsNumMsgsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "num_msgs" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail env sender stats num msgs
        
reporting_mail_env_sender_stats_num_msgs
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_fed_content_filter_incoming
 
    mail fed content filter incoming (smaApiV20ReportingMailFedContentFilterIncomingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "recipients_matched" : [ "", "" ]
    }, {
      "recipients_matched" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail fed content filter incoming
        
reporting_mail_fed_content_filter_incoming
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_fed_content_filter_incoming/recipients_matched
 
    mail fed content filter incoming recipients matched (smaApiV20ReportingMailFedContentFilterIncomingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail fed content filter incoming recipients matched
        
reporting_mail_fed_content_filter_incoming_recipients_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_hvm_msg_filter_stats
 
    mail hvm msg filter stats (smaApiV20ReportingMailHvmMsgFilterStatsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "num_matches" : [ "", "" ]
    }, {
      "num_matches" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail hvm msg filter stats
        
reporting_mail_hvm_msg_filter_stats
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_hvm_msg_filter_stats/num_matches
 
    mail hvm msg filter stats num matches (smaApiV20ReportingMailHvmMsgFilterStatsNumMatchesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "num_matches" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail hvm msg filter stats num matches
        
reporting_mail_hvm_msg_filter_stats_num_matches
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/blacklist
 
    mail incoming amp summary blacklist (smaApiV20ReportingMailIncomingAmpSummaryBlacklistGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blacklist" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary blacklist
        
reporting_mail_incoming_amp_summary_blacklist
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/clamav_lowrisk
 
    mail incoming amp summary clamav lowrisk (smaApiV20ReportingMailIncomingAmpSummaryClamavLowriskGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "clamav_lowrisk" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary clamav lowrisk
        
reporting_mail_incoming_amp_summary_clamav_lowrisk
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/clean
 
    mail incoming amp summary clean (smaApiV20ReportingMailIncomingAmpSummaryCleanGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "clean" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary clean
        
reporting_mail_incoming_amp_summary_clean
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/custom_threshold
 
    mail incoming amp summary custom threshold (smaApiV20ReportingMailIncomingAmpSummaryCustomThresholdGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "custom_threshold" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary custom threshold
        
reporting_mail_incoming_amp_summary_custom_threshold
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary
 
    mail incoming amp summary (smaApiV20ReportingMailIncomingAmpSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "unscannable" : [ "", "" ],
      "malware" : [ "", "" ],
      "custom_threshold" : [ "", "" ],
      "blacklist" : [ "", "" ],
      "clamav_lowrisk" : [ "", "" ],
      "clean" : [ "", "" ],
      "lowrisk" : [ "", "" ],
      "unknown" : [ "", "" ]
    }, {
      "unscannable" : [ "", "" ],
      "malware" : [ "", "" ],
      "custom_threshold" : [ "", "" ],
      "blacklist" : [ "", "" ],
      "clamav_lowrisk" : [ "", "" ],
      "clean" : [ "", "" ],
      "lowrisk" : [ "", "" ],
      "unknown" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary
        
reporting_mail_incoming_amp_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/lowrisk
 
    mail incoming amp summary lowrisk (smaApiV20ReportingMailIncomingAmpSummaryLowriskGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "lowrisk" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary lowrisk
        
reporting_mail_incoming_amp_summary_lowrisk
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/malware
 
    mail incoming amp summary malware (smaApiV20ReportingMailIncomingAmpSummaryMalwareGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "malware" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary malware
        
reporting_mail_incoming_amp_summary_malware
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/unknown
 
    mail incoming amp summary unknown (smaApiV20ReportingMailIncomingAmpSummaryUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary unknown
        
reporting_mail_incoming_amp_summary_unknown
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_amp_summary/unscannable
 
    mail incoming amp summary unscannable (smaApiV20ReportingMailIncomingAmpSummaryUnscannableGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unscannable" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming amp summary unscannable
        
reporting_mail_incoming_amp_summary_unscannable
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/blocked_dmarc
 
    mail incoming domain detail blocked dmarc (smaApiV20ReportingMailIncomingDomainDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail blocked dmarc
        
reporting_mail_incoming_domain_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/blocked_invalid_recipient
 
    mail incoming domain detail blocked invalid recipient (smaApiV20ReportingMailIncomingDomainDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail blocked invalid recipient
        
reporting_mail_incoming_domain_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/blocked_reputation
 
    mail incoming domain detail blocked reputation (smaApiV20ReportingMailIncomingDomainDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail blocked reputation
        
reporting_mail_incoming_domain_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/bulk_mail
 
    mail incoming domain detail bulk mail (smaApiV20ReportingMailIncomingDomainDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail bulk mail
        
reporting_mail_incoming_domain_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_plain
 
    mail incoming domain detail conn plain (smaApiV20ReportingMailIncomingDomainDetailConnPlainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_plain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn plain
        
reporting_mail_incoming_domain_detail_conn_plain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_fail
 
    mail incoming domain detail conn tls fail (smaApiV20ReportingMailIncomingDomainDetailConnTlsFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls fail
        
reporting_mail_incoming_domain_detail_conn_tls_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_opt_fail
 
    mail incoming domain detail conn tls opt fail (smaApiV20ReportingMailIncomingDomainDetailConnTlsOptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_opt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls opt fail
        
reporting_mail_incoming_domain_detail_conn_tls_opt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_opt_success
 
    mail incoming domain detail conn tls opt success (smaApiV20ReportingMailIncomingDomainDetailConnTlsOptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_opt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls opt success
        
reporting_mail_incoming_domain_detail_conn_tls_opt_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_success
 
    mail incoming domain detail conn tls success (smaApiV20ReportingMailIncomingDomainDetailConnTlsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls success
        
reporting_mail_incoming_domain_detail_conn_tls_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/conn_tls_total
 
    mail incoming domain detail conn tls total (smaApiV20ReportingMailIncomingDomainDetailConnTlsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "conn_tls_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail conn tls total
        
reporting_mail_incoming_domain_detail_conn_tls_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/detected_amp
 
    mail incoming domain detail detected amp (smaApiV20ReportingMailIncomingDomainDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail detected amp
        
reporting_mail_incoming_domain_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/detected_spam
 
    mail incoming domain detail detected spam (smaApiV20ReportingMailIncomingDomainDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail detected spam
        
reporting_mail_incoming_domain_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/detected_virus
 
    mail incoming domain detail detected virus (smaApiV20ReportingMailIncomingDomainDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail detected virus
        
reporting_mail_incoming_domain_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/encrypted_tls
 
    mail incoming domain detail encrypted tls (smaApiV20ReportingMailIncomingDomainDetailEncryptedTlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "encrypted_tls" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail encrypted tls
        
reporting_mail_incoming_domain_detail_encrypted_tls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail
 
    mail incoming domain detail (smaApiV20ReportingMailIncomingDomainDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "conn_plain" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "conn_tls_opt_fail" : [ "", "" ],
      "conn_tls_success" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ],
      "total_throttled_recipients" : [ "", "" ],
      "encrypted_tls" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "total_rejected_connections" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "conn_tls_fail" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "total_accepted_connections" : [ "", "" ],
      "conn_tls_opt_success" : [ "", "" ],
      "conn_tls_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail
        
reporting_mail_incoming_domain_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/last_sender_group
 
    mail incoming domain detail last sender group (smaApiV20ReportingMailIncomingDomainDetailLastSenderGroupGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail last sender group
        
reporting_mail_incoming_domain_detail_last_sender_group
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/last_sender_group_name
 
    mail incoming domain detail last sender group name (smaApiV20ReportingMailIncomingDomainDetailLastSenderGroupNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail last sender group name
        
reporting_mail_incoming_domain_detail_last_sender_group_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/marketing_mail
 
    mail incoming domain detail marketing mail (smaApiV20ReportingMailIncomingDomainDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail marketing mail
        
reporting_mail_incoming_domain_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/social_mail
 
    mail incoming domain detail social mail (smaApiV20ReportingMailIncomingDomainDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail social mail
        
reporting_mail_incoming_domain_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/threat_content_filter
 
    mail incoming domain detail threat content filter (smaApiV20ReportingMailIncomingDomainDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail threat content filter
        
reporting_mail_incoming_domain_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_accepted_connections
 
    mail incoming domain detail total accepted connections (smaApiV20ReportingMailIncomingDomainDetailTotalAcceptedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_accepted_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total accepted connections
        
reporting_mail_incoming_domain_detail_total_accepted_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_clean_recipients
 
    mail incoming domain detail total clean recipients (smaApiV20ReportingMailIncomingDomainDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total clean recipients
        
reporting_mail_incoming_domain_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_graymail_recipients
 
    mail incoming domain detail total graymail recipients (smaApiV20ReportingMailIncomingDomainDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total graymail recipients
        
reporting_mail_incoming_domain_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_recipients
 
    mail incoming domain detail total recipients (smaApiV20ReportingMailIncomingDomainDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total recipients
        
reporting_mail_incoming_domain_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_rejected_connections
 
    mail incoming domain detail total rejected connections (smaApiV20ReportingMailIncomingDomainDetailTotalRejectedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_rejected_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total rejected connections
        
reporting_mail_incoming_domain_detail_total_rejected_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_threat_recipients
 
    mail incoming domain detail total threat recipients (smaApiV20ReportingMailIncomingDomainDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total threat recipients
        
reporting_mail_incoming_domain_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_detail/total_throttled_recipients
 
    mail incoming domain detail total throttled recipients (smaApiV20ReportingMailIncomingDomainDetailTotalThrottledRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_throttled_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain detail total throttled recipients
        
reporting_mail_incoming_domain_detail_total_throttled_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/blocked_dmarc
 
    mail incoming domain ip detail blocked dmarc (smaApiV20ReportingMailIncomingDomainIpDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail blocked dmarc
        
reporting_mail_incoming_domain_ip_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/blocked_invalid_recipient
 
    mail incoming domain ip detail blocked invalid recipient (smaApiV20ReportingMailIncomingDomainIpDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail blocked invalid recipient
        
reporting_mail_incoming_domain_ip_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/blocked_reputation
 
    mail incoming domain ip detail blocked reputation (smaApiV20ReportingMailIncomingDomainIpDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail blocked reputation
        
reporting_mail_incoming_domain_ip_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/bulk_mail
 
    mail incoming domain ip detail bulk mail (smaApiV20ReportingMailIncomingDomainIpDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail bulk mail
        
reporting_mail_incoming_domain_ip_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/detected_amp
 
    mail incoming domain ip detail detected amp (smaApiV20ReportingMailIncomingDomainIpDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail detected amp
        
reporting_mail_incoming_domain_ip_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/detected_spam
 
    mail incoming domain ip detail detected spam (smaApiV20ReportingMailIncomingDomainIpDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail detected spam
        
reporting_mail_incoming_domain_ip_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/detected_virus
 
    mail incoming domain ip detail detected virus (smaApiV20ReportingMailIncomingDomainIpDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail detected virus
        
reporting_mail_incoming_domain_ip_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/dns_verified
 
    mail incoming domain ip detail dns verified (smaApiV20ReportingMailIncomingDomainIpDetailDnsVerifiedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dns_verified" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail dns verified
        
reporting_mail_incoming_domain_ip_detail_dns_verified
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail
 
    mail incoming domain ip detail (smaApiV20ReportingMailIncomingDomainIpDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "sbrs_score" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "dns_verified" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "sbrs_score" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "dns_verified" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail
        
reporting_mail_incoming_domain_ip_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/last_sender_group
 
    mail incoming domain ip detail last sender group (smaApiV20ReportingMailIncomingDomainIpDetailLastSenderGroupGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail last sender group
        
reporting_mail_incoming_domain_ip_detail_last_sender_group
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/last_sender_group_name
 
    mail incoming domain ip detail last sender group name (smaApiV20ReportingMailIncomingDomainIpDetailLastSenderGroupNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail last sender group name
        
reporting_mail_incoming_domain_ip_detail_last_sender_group_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/marketing_mail
 
    mail incoming domain ip detail marketing mail (smaApiV20ReportingMailIncomingDomainIpDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail marketing mail
        
reporting_mail_incoming_domain_ip_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/sbrs_score
 
    mail incoming domain ip detail sbrs score (smaApiV20ReportingMailIncomingDomainIpDetailSbrsScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sbrs_score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail sbrs score
        
reporting_mail_incoming_domain_ip_detail_sbrs_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/social_mail
 
    mail incoming domain ip detail socail mail (smaApiV20ReportingMailIncomingDomainIpDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail socail mail
        
reporting_mail_incoming_domain_ip_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/threat_content_filter
 
    mail incoming domain ip detail threat content filter (smaApiV20ReportingMailIncomingDomainIpDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail threat content filter
        
reporting_mail_incoming_domain_ip_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/total_clean_recipients
 
    mail incoming domain ip detail total clean recipients (smaApiV20ReportingMailIncomingDomainIpDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail total clean recipients
        
reporting_mail_incoming_domain_ip_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/total_graymail_recipients
 
    mail incoming domain ip detail total graymail recipients (smaApiV20ReportingMailIncomingDomainIpDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail total graymail recipients
        
reporting_mail_incoming_domain_ip_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/total_recipients
 
    mail incoming domain ip detail total recipients (smaApiV20ReportingMailIncomingDomainIpDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail total recipients
        
reporting_mail_incoming_domain_ip_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_domain_ip_detail/total_threat_recipients
 
    mail incoming domain ip detail total threat recipients (smaApiV20ReportingMailIncomingDomainIpDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming domain ip detail total threat recipients
        
reporting_mail_incoming_domain_ip_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_hat_connections
 
    mail incoming hat connections (smaApiV20ReportingMailIncomingHatConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_hat_connections" : [ "", "" ],
      "total_hat_messages" : [ "", "" ]
    }, {
      "total_hat_connections" : [ "", "" ],
      "total_hat_messages" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming hat connections
        
reporting_mail_incoming_hat_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_hat_connections/total_hat_connections
 
    mail incoming hat connections total hat connections (smaApiV20ReportingMailIncomingHatConnectionsTotalHatConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_hat_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming hat connections total hat connections
        
reporting_mail_incoming_hat_connections_total_hat_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_hat_connections/total_hat_messages
 
    mail incoming hat connections total hat messages (smaApiV20ReportingMailIncomingHatConnectionsTotalHatMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_hat_messages" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming hat connections total hat messages
        
reporting_mail_incoming_hat_connections_total_hat_messages
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/blocked_dmarc
 
    mail incoming ip hostname detail blocked dmarc (smaApiV20ReportingMailIncomingIpHostnameDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail blocked dmarc
        
reporting_mail_incoming_ip_hostname_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/blocked_invalid_recipient
 
    mail incoming ip hostname detail blocked invalid recipient (smaApiV20ReportingMailIncomingIpHostnameDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail blocked invalid recipient
        
reporting_mail_incoming_ip_hostname_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/blocked_reputation
 
    mail incoming ip hostname detail blocked reputation (smaApiV20ReportingMailIncomingIpHostnameDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail blocked reputation
        
reporting_mail_incoming_ip_hostname_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/bulk_mail
 
    mail incoming ip hostname detail bulk mail (smaApiV20ReportingMailIncomingIpHostnameDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail bulk mail
        
reporting_mail_incoming_ip_hostname_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/detected_amp
 
    mail incoming ip hostname detail detected amp (smaApiV20ReportingMailIncomingIpHostnameDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail detected amp
        
reporting_mail_incoming_ip_hostname_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/detected_spam
 
    mail incoming ip hostname detail detected spam (smaApiV20ReportingMailIncomingIpHostnameDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail detected spam
        
reporting_mail_incoming_ip_hostname_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/detected_virus
 
    mail incoming ip hostname detail detected virus (smaApiV20ReportingMailIncomingIpHostnameDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail detected virus
        
reporting_mail_incoming_ip_hostname_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/dns_verified
 
    mail incoming ip hostname detail dns verified (smaApiV20ReportingMailIncomingIpHostnameDetailDnsVerifiedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "dns_verified" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail dns verified
        
reporting_mail_incoming_ip_hostname_detail_dns_verified
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail
 
    mail incoming ip hostname detail (smaApiV20ReportingMailIncomingIpHostnameDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sbrs_score" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "dns_verified" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail
        
reporting_mail_incoming_ip_hostname_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/last_sender_group
 
    mail incoming ip hostname detail last sender group (smaApiV20ReportingMailIncomingIpHostnameDetailLastSenderGroupGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail last sender group
        
reporting_mail_incoming_ip_hostname_detail_last_sender_group
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/last_sender_group_name
 
    mail incoming ip hostname detail last sender group name (smaApiV20ReportingMailIncomingIpHostnameDetailLastSenderGroupNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail last sender group name
        
reporting_mail_incoming_ip_hostname_detail_last_sender_group_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/marketing_mail
 
    mail incoming ip hostname detail marketing mail (smaApiV20ReportingMailIncomingIpHostnameDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail marketing mail
        
reporting_mail_incoming_ip_hostname_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/sbrs_score
 
    mail incoming ip hostname detail sbrs score (smaApiV20ReportingMailIncomingIpHostnameDetailSbrsScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sbrs_score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail sbrs score
        
reporting_mail_incoming_ip_hostname_detail_sbrs_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/social_mail
 
    mail incoming ip hostname detail social mail (smaApiV20ReportingMailIncomingIpHostnameDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail social mail
        
reporting_mail_incoming_ip_hostname_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/threat_content_filter
 
    mail incoming ip hostname detail threat content filter (smaApiV20ReportingMailIncomingIpHostnameDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail threat content filter
        
reporting_mail_incoming_ip_hostname_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/total_clean_recipients
 
    mail incoming ip hostname detail total clean recipients (smaApiV20ReportingMailIncomingIpHostnameDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail total clean recipients
        
reporting_mail_incoming_ip_hostname_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/total_graymail_recipients
 
    mail incoming ip hostname detail total graymail recipients (smaApiV20ReportingMailIncomingIpHostnameDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail total graymail recipients
        
reporting_mail_incoming_ip_hostname_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/total_recipients
 
    mail incoming ip hostname detail total recipients (smaApiV20ReportingMailIncomingIpHostnameDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail total recipients
        
reporting_mail_incoming_ip_hostname_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_ip_hostname_detail/total_threat_recipients
 
    mail incoming ip hostname detail total threat recipients (smaApiV20ReportingMailIncomingIpHostnameDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming ip hostname detail total threat recipients
        
reporting_mail_incoming_ip_hostname_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/amp_verdict_time
 
    mail incoming malware threat file detail by filename amp verdict time (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameAmpVerdictTimeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "amp_verdict_time" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename amp verdict time
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_amp_verdict_time
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/console_url
 
    mail incoming malware threat file detail by filename console url (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameConsoleUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "console_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename console url
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_console_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/detected_amp
 
    mail incoming malware threat file detail by filename detected amp (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename detected amp
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename
 
    mail incoming malware threat file detail by filename (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "score" : [ "", "" ],
      "amp_verdict_time" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "threat_name" : [ "", "" ],
      "console_url" : [ "", "" ],
      "threat_type" : [ "", "" ],
      "upload_flag" : [ "", "" ]
    }, {
      "score" : [ "", "" ],
      "amp_verdict_time" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "threat_name" : [ "", "" ],
      "console_url" : [ "", "" ],
      "threat_type" : [ "", "" ],
      "upload_flag" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename
        
reporting_mail_incoming_malware_threat_file_detail_by_filename
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/score
 
    mail incoming malware threat file detail by filename score (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename score
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/threat_name
 
    mail incoming malware threat file detail by filename threat name (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameThreatNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename threat name
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_threat_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/threat_type
 
    mail incoming malware threat file detail by filename threat type (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameThreatTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_type" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename threat type
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_threat_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_by_filename/upload_flag
 
    mail incoming malware threat file detail by filename upload flag (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameUploadFlagGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "upload_flag" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail by filename upload flag
        
reporting_mail_incoming_malware_threat_file_detail_by_filename_upload_flag
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail/detected_amp
 
    mail incoming malware threat file detail detected amp (smaApiV20ReportingMailIncomingMalwareThreatFileDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail detected amp
        
reporting_mail_incoming_malware_threat_file_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail
 
    mail incoming malware threat file detail (smaApiV20ReportingMailIncomingMalwareThreatFileDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "detected_amp" : [ "", "" ]
    }, {
      "detected_amp" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail
        
reporting_mail_incoming_malware_threat_file_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_summary/detected_amp_files
 
    mail incoming malware threat file detail summary detected amp files (smaApiV20ReportingMailIncomingMalwareThreatFileDetailSummaryDetectedAmpFilesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp_files" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail summary detected amp files
        
reporting_mail_incoming_malware_threat_file_detail_summary_detected_amp_files
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_summary/detected_amp
 
    mail incoming malware threat file detail summary detected amp (smaApiV20ReportingMailIncomingMalwareThreatFileDetailSummaryDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail summary detected amp
        
reporting_mail_incoming_malware_threat_file_detail_summary_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_malware_threat_file_detail_summary
 
    mail incoming malware threat file detail summary (smaApiV20ReportingMailIncomingMalwareThreatFileDetailSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "detected_amp_files" : [ "", "" ],
      "detected_amp" : [ "", "" ]
    }, {
      "detected_amp_files" : [ "", "" ],
      "detected_amp" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming malware threat file detail summary
        
reporting_mail_incoming_malware_threat_file_detail_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/blocked_dmarc
 
    mail incoming network detail blocked dmarc (smaApiV20ReportingMailIncomingNetworkDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail blocked dmarc
        
reporting_mail_incoming_network_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/blocked_invalid_recipient
 
    mail incoming network detail blocked invalid recipient (smaApiV20ReportingMailIncomingNetworkDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail blocked invalid recipient
        
reporting_mail_incoming_network_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/blocked_reputation
 
    mail incoming network detail blocked reputation (smaApiV20ReportingMailIncomingNetworkDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail blocked reputation
        
reporting_mail_incoming_network_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/bulk_mail
 
    mail incoming network detail bulk mail (smaApiV20ReportingMailIncomingNetworkDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail bulk mail
        
reporting_mail_incoming_network_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/detected_amp
 
    mail incoming network detail detected amp (smaApiV20ReportingMailIncomingNetworkDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail detected amp
        
reporting_mail_incoming_network_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/detected_spam
 
    mail incoming network detail detected spam (smaApiV20ReportingMailIncomingNetworkDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail detected spam
        
reporting_mail_incoming_network_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/detected_virus
 
    mail incoming network detail detected virus (smaApiV20ReportingMailIncomingNetworkDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail detected virus
        
reporting_mail_incoming_network_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail
 
    mail incoming network detail (smaApiV20ReportingMailIncomingNetworkDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_throttled_recipients" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "total_rejected_connections" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "total_accepted_connections" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "total_throttled_recipients" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "last_sender_group_name" : [ "", "" ],
      "total_rejected_connections" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "last_sender_group" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "total_accepted_connections" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail
        
reporting_mail_incoming_network_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/last_sender_group
 
    mail incoming network detail last sender group (smaApiV20ReportingMailIncomingNetworkDetailLastSenderGroupGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail last sender group
        
reporting_mail_incoming_network_detail_last_sender_group
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/last_sender_group_name
 
    mail incoming network detail last sender group name (smaApiV20ReportingMailIncomingNetworkDetailLastSenderGroupNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "last_sender_group_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail last sender group name
        
reporting_mail_incoming_network_detail_last_sender_group_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/marketing_mail
 
    mail incoming network detail marketing mail (smaApiV20ReportingMailIncomingNetworkDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail marketing mail
        
reporting_mail_incoming_network_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/social_mail
 
    mail incoming network detail social mail (smaApiV20ReportingMailIncomingNetworkDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail social mail
        
reporting_mail_incoming_network_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/threat_content_filter
 
    mail incoming network detail threat content filter (smaApiV20ReportingMailIncomingNetworkDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail threat content filter
        
reporting_mail_incoming_network_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_accepted_connections
 
    mail incoming network detail total accepted connections (smaApiV20ReportingMailIncomingNetworkDetailTotalAcceptedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_accepted_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total accepted connections
        
reporting_mail_incoming_network_detail_total_accepted_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_clean_recipients
 
    mail incoming network detail total clean recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total clean recipients
        
reporting_mail_incoming_network_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_graymail_recipients
 
    mail incoming network detail total graymail recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total graymail recipients
        
reporting_mail_incoming_network_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_recipients
 
    mail incoming network detail total recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total recipients
        
reporting_mail_incoming_network_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_rejected_connections
 
    mail incoming network detail total rejected connections (smaApiV20ReportingMailIncomingNetworkDetailTotalRejectedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_rejected_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total rejected connections
        
reporting_mail_incoming_network_detail_total_rejected_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_threat_recipients
 
    mail incoming network detail total threat recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total threat recipients
        
reporting_mail_incoming_network_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_detail/total_throttled_recipients
 
    mail incoming network detail total throttled recipients (smaApiV20ReportingMailIncomingNetworkDetailTotalThrottledRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_throttled_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network detail total throttled recipients
        
reporting_mail_incoming_network_detail_total_throttled_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/blocked_dmarc
 
    mail incoming network domain detail blocked dmarc (smaApiV20ReportingMailIncomingNetworkDomainDetailBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail blocked dmarc
        
reporting_mail_incoming_network_domain_detail_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/blocked_invalid_recipient
 
    mail incoming network domain detail blocked invalid recipient (smaApiV20ReportingMailIncomingNetworkDomainDetailBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail blocked invalid recipient
        
reporting_mail_incoming_network_domain_detail_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/blocked_reputation
 
    mail incoming network domain detail blocked reputation (smaApiV20ReportingMailIncomingNetworkDomainDetailBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail blocked reputation
        
reporting_mail_incoming_network_domain_detail_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/bulk_mail
 
    mail incoming network domain detail bulk mail (smaApiV20ReportingMailIncomingNetworkDomainDetailBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail bulk mail
        
reporting_mail_incoming_network_domain_detail_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/detected_amp
 
    mail incoming network domain detail detected amp (smaApiV20ReportingMailIncomingNetworkDomainDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail detected amp
        
reporting_mail_incoming_network_domain_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/detected_spam
 
    mail incoming network domain detail detected spam (smaApiV20ReportingMailIncomingNetworkDomainDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail detected spam
        
reporting_mail_incoming_network_domain_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/detected_virus
 
    mail incoming network domain detail detected virus (smaApiV20ReportingMailIncomingNetworkDomainDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail detected virus
        
reporting_mail_incoming_network_domain_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail
 
    mail incoming network domain detail (smaApiV20ReportingMailIncomingNetworkDomainDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_throttled_recipients" : [ "", "" ],
      "bulk_mail" : [ "", "" ],
      "total_rejected_connections" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "total_accepted_connections" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail
        
reporting_mail_incoming_network_domain_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/marketing_mail
 
    mail incoming network domain detail marketing mail (smaApiV20ReportingMailIncomingNetworkDomainDetailMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail marketing mail
        
reporting_mail_incoming_network_domain_detail_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/social_mail
 
    mail incoming network domain detail social mail (smaApiV20ReportingMailIncomingNetworkDomainDetailSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail social mail
        
reporting_mail_incoming_network_domain_detail_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/threat_content_filter
 
    mail incoming network domain detail threat content filter (smaApiV20ReportingMailIncomingNetworkDomainDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail threat content filter
        
reporting_mail_incoming_network_domain_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_accepted_connections
 
    mail incoming network domain detail total accepted connections (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalAcceptedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_accepted_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total accepted connections
        
reporting_mail_incoming_network_domain_detail_total_accepted_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_clean_recipients
 
    mail incoming network domain detail total clean recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total clean recipients
        
reporting_mail_incoming_network_domain_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_graymail_recipients
 
    mail incoming network domain detail total graymail recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total graymail recipients
        
reporting_mail_incoming_network_domain_detail_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_recipients
 
    mail incoming network domain detail total recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total recipients
        
reporting_mail_incoming_network_domain_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_rejected_connections
 
    mail incoming network domain detail total rejected connections (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalRejectedConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_rejected_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total rejected connections
        
reporting_mail_incoming_network_domain_detail_total_rejected_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_threat_recipients
 
    mail incoming network domain detail total threat recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total threat recipients
        
reporting_mail_incoming_network_domain_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_network_domain_detail/total_throttled_recipients
 
    mail incoming network domain detail total throttled recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailTotalThrottledRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_throttled_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming network domain detail total throttled recipients
        
reporting_mail_incoming_network_domain_detail_total_throttled_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/blocked_dmarc
 
    mail incoming traffic summary blocked dmarc (smaApiV20ReportingMailIncomingTrafficSummaryBlockedDmarcGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_dmarc" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary blocked dmarc
        
reporting_mail_incoming_traffic_summary_blocked_dmarc
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/blocked_invalid_recipient
 
    mail incoming traffic summary blocked invalid recipient (smaApiV20ReportingMailIncomingTrafficSummaryBlockedInvalidRecipientGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_invalid_recipient" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary blocked invalid recipient
        
reporting_mail_incoming_traffic_summary_blocked_invalid_recipient
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/blocked_reputation
 
    mail incoming traffic summary blocked reputation (smaApiV20ReportingMailIncomingTrafficSummaryBlockedReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked_reputation" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary blocked reputation
        
reporting_mail_incoming_traffic_summary_blocked_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/bulk_mail
 
    mail incoming traffic summary bulk mail (smaApiV20ReportingMailIncomingTrafficSummaryBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary bulk mail
        
reporting_mail_incoming_traffic_summary_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/detected_amp
 
    mail incoming traffic summary detected amp (smaApiV20ReportingMailIncomingTrafficSummaryDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary detected amp
        
reporting_mail_incoming_traffic_summary_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/detected_spam
 
    mail incoming traffic summary detected spam (smaApiV20ReportingMailIncomingTrafficSummaryDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary detected spam
        
reporting_mail_incoming_traffic_summary_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/detected_virus
 
    mail incoming traffic summary detected virus (smaApiV20ReportingMailIncomingTrafficSummaryDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary detected virus
        
reporting_mail_incoming_traffic_summary_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary
 
    mail incoming traffic summary (smaApiV20ReportingMailIncomingTrafficSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "failed_dkim" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "verif_decrypt_success" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "ims_spam_increment_over_case" : [ "", "" ],
      "failed_spf" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "verif_decrypt_fail" : [ "", "" ],
      "total_spoofed_emails" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ],
      "malicious_url" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_spam_suspect" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_spam_certain" : [ "", "" ],
      "detected_virus_per_msg" : [ "", "" ],
      "total_mailbox_auto_remediated_recipients" : [ "", "" ]
    }, {
      "bulk_mail" : [ "", "" ],
      "blocked_invalid_recipient" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "failed_dkim" : [ "", "" ],
      "marketing_mail" : [ "", "" ],
      "verif_decrypt_success" : [ "", "" ],
      "blocked_dmarc" : [ "", "" ],
      "ims_spam_increment_over_case" : [ "", "" ],
      "failed_spf" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "social_mail" : [ "", "" ],
      "verif_decrypt_fail" : [ "", "" ],
      "total_spoofed_emails" : [ "", "" ],
      "blocked_reputation" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ],
      "malicious_url" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_spam_suspect" : [ "", "" ],
      "total_graymail_recipients" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_spam_certain" : [ "", "" ],
      "detected_virus_per_msg" : [ "", "" ],
      "total_mailbox_auto_remediated_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary
        
reporting_mail_incoming_traffic_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/ims_spam_increment_over_case
 
    mail incoming traffic summary ims spam increment over case (smaApiV20ReportingMailIncomingTrafficSummaryImsSpamIncrementOverCaseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ims_spam_increment_over_case" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary ims spam increment over case
        
reporting_mail_incoming_traffic_summary_ims_spam_increment_over_case
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/malicious_url
 
    mail incoming traffic summary malicious url (smaApiV20ReportingMailIncomingTrafficSummaryMaliciousUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "malicious_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary malicious url
        
reporting_mail_incoming_traffic_summary_malicious_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/marketing_mail
 
    mail incoming traffic summary marketing mail (smaApiV20ReportingMailIncomingTrafficSummaryMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary marketing mail
        
reporting_mail_incoming_traffic_summary_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/social_mail
 
    mail incoming traffic summary social mail (smaApiV20ReportingMailIncomingTrafficSummarySocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary social mail
        
reporting_mail_incoming_traffic_summary_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/threat_content_filter
 
    mail incoming traffic summary threat content filter (smaApiV20ReportingMailIncomingTrafficSummaryThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary threat content filter
        
reporting_mail_incoming_traffic_summary_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/total_clean_recipients
 
    mail incoming traffic summary total clean recipients (smaApiV20ReportingMailIncomingTrafficSummaryTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary total clean recipients
        
reporting_mail_incoming_traffic_summary_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/total_graymail_recipients
 
    mail incoming traffic summary total graymail recipients (smaApiV20ReportingMailIncomingTrafficSummaryTotalGraymailRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_graymail_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary total graymail recipients
        
reporting_mail_incoming_traffic_summary_total_graymail_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/total_recipients
 
    mail incoming traffic summary total recipients (smaApiV20ReportingMailIncomingTrafficSummaryTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary total recipients
        
reporting_mail_incoming_traffic_summary_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/total_threat_recipients
 
    mail incoming traffic summary total threat recipients (smaApiV20ReportingMailIncomingTrafficSummaryTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary total threat recipients
        
reporting_mail_incoming_traffic_summary_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/verif_decrypt_fail
 
    mail incoming traffic summary verif decrypt fail (smaApiV20ReportingMailIncomingTrafficSummaryVerifDecryptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "verif_decrypt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary verif decrypt fail
        
reporting_mail_incoming_traffic_summary_verif_decrypt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_traffic_summary/verif_decrypt_success
 
    mail incoming traffic summary verif decrypt success (smaApiV20ReportingMailIncomingTrafficSummaryVerifDecryptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "verif_decrypt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming traffic summary verif decrypt success
        
reporting_mail_incoming_traffic_summary_verif_decrypt_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_urlclick_track_details
 
    mail incoming urlclick track details (smaApiV20ReportingMailIncomingUrlclickTrackDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewrite_reason" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming urlclick track details
        
reporting_mail_incoming_urlclick_track_details
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_urlclick_track_details/rewrite_reason
 
    mail incoming urlclick track details rewrite reason (smaApiV20ReportingMailIncomingUrlclickTrackDetailsRewriteReasonGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewrite_reason" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming urlclick track details rewrite reason
        
reporting_mail_incoming_urlclick_track_details_rewrite_reason
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_malicious_users
 
    mail incoming web interaction track malicious users (smaApiV20ReportingMailIncomingWebInteractionTrackMaliciousUsersGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "users_count" : [ "", "" ]
    }, {
      "users_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track malicious users
        
reporting_mail_incoming_web_interaction_track_malicious_users
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_malicious_users/users_count
 
    mail incoming web interaction track malicious users users count (smaApiV20ReportingMailIncomingWebInteractionTrackMaliciousUsersUsersCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "users_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track malicious users users count
        
reporting_mail_incoming_web_interaction_track_malicious_users_users_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls/allowed
 
    mail incoming web interaction track urls allowed (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsAllowedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "allowed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls allowed
        
reporting_mail_incoming_web_interaction_track_urls_allowed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls/blocked
 
    mail incoming web interaction track urls blocked (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsBlockedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls blocked
        
reporting_mail_incoming_web_interaction_track_urls_blocked
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls
 
    mail incoming web interaction track urls (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "blocked" : [ "", "" ],
      "allowed" : [ "", "" ],
      "msg_count" : [ "", "" ],
      "unknown" : [ "", "" ]
    }, {
      "blocked" : [ "", "" ],
      "allowed" : [ "", "" ],
      "msg_count" : [ "", "" ],
      "unknown" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls
        
reporting_mail_incoming_web_interaction_track_urls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls/msg_count
 
    mail incoming web interaction track urls msg count (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsMsgCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msg_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls msg count
        
reporting_mail_incoming_web_interaction_track_urls_msg_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_incoming_web_interaction_track_urls/unknown
 
    mail incoming web interaction track urls unknown (smaApiV20ReportingMailIncomingWebInteractionTrackUrlsUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail incoming web interaction track urls unknown
        
reporting_mail_incoming_web_interaction_track_urls_unknown
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/action
 
    mailbox auto remediation action (smaApiV20ReportingMailMailboxAutoRemediationActionGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "action" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation action
        
reporting_mail_mailbox_auto_remediation_action
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/completed_timestamp
 
    mailbox auto remediation completed timestamp (smaApiV20ReportingMailMailboxAutoRemediationCompletedTimestampGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "completed_timestamp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation completed timestamp
        
reporting_mail_mailbox_auto_remediation_completed_timestamp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/filenames
 
    mailbox auto remediation filenames (smaApiV20ReportingMailMailboxAutoRemediationFilenamesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "filenames" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation filenames
        
reporting_mail_mailbox_auto_remediation_filenames
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation
 
    mailbox auto remediation (smaApiV20ReportingMailMailboxAutoRemediationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "reason" : [ "", "" ],
      "rcpts_failure" : [ "", "" ],
      "rcpts_success" : [ "", "" ],
      "profile" : [ "", "" ],
      "action" : [ "", "" ],
      "filenames" : [ "", "" ],
      "completed_timestamp" : [ "", "" ]
    }, {
      "reason" : [ "", "" ],
      "rcpts_failure" : [ "", "" ],
      "rcpts_success" : [ "", "" ],
      "profile" : [ "", "" ],
      "action" : [ "", "" ],
      "filenames" : [ "", "" ],
      "completed_timestamp" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation
        
reporting_mail_mailbox_auto_remediation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/rcpts_failure
 
    mailbox auto remediation rcpts failure (smaApiV20ReportingMailMailboxAutoRemediationRcptsFailureGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rcpts_failure" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation rcpts failure
        
reporting_mail_mailbox_auto_remediation_rcpts_failure
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mailbox_auto_remediation/rcpts_success
 
    mailbox auto remediation rcpts success (smaApiV20ReportingMailMailboxAutoRemediationRcptsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rcpts_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mailbox auto remediation rcpts success
        
reporting_mail_mailbox_auto_remediation_rcpts_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary
 
    summary of the mailbox auto remediated messages (smaApiV20ReportingMailMarSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded_deleted" : 1,
      "msgs_total" : 6,
      "msgs_forwarded" : 5,
      "msgs_failed" : 5,
      "msgs_deleted" : 0
    }, {
      "msgs_forwarded_deleted" : 1,
      "msgs_total" : 6,
      "msgs_forwarded" : 5,
      "msgs_failed" : 5,
      "msgs_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages
        
reporting_mail_mar_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_deleted
 
    summary of the mailbox auto remediated messages deleted (smaApiV20ReportingMailMarSummaryMsgsDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_deleted" : 0
    }, {
      "msgs_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages deleted
        
reporting_mail_mar_summary_msgs_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_failed
 
    summary of the mailbox auto remediated messages forwarded (smaApiV20ReportingMailMarSummaryMsgsFailedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_failed" : 0
    }, {
      "msgs_failed" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages failed
        
reporting_mail_mar_summary_msgs_failed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_forwarded_deleted
 
    summary of the mailbox auto remediated messages forwarded deleted (smaApiV20ReportingMailMarSummaryMsgsForwardedDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded_deleted" : 0
    }, {
      "msgs_forwarded_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages forwarded deleted
        
reporting_mail_mar_summary_msgs_forwarded_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_forwarded
 
    summary of the mailbox auto remediated messages forwarded (smaApiV20ReportingMailMarSummaryMsgsForwardedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded" : 0
    }, {
      "msgs_forwarded" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages forwarded
        
reporting_mail_mar_summary_msgs_forwarded
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mar_summary/msgs_total
 
    summary of the mailbox auto remediated messages total (smaApiV20ReportingMailMarSummaryMsgsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_total" : 0
    }, {
      "msgs_total" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox auto remediated messages total
        
reporting_mail_mar_summary_msgs_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_md_attachment_incoming_file_type
 
    mail md attachment incoming file type (smaApiV20ReportingMailMdAttachmentIncomingFileTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_recipients" : [ "", "" ]
    }, {
      "total_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail md attachment incoming file type
        
reporting_mail_md_attachment_incoming_file_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_md_attachment_incoming_file_type/total_recipients
 
    mail md attachment incoming file type total recipients (smaApiV20ReportingMailMdAttachmentIncomingFileTypeTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail md attachment incoming file type total recipients
        
reporting_mail_md_attachment_incoming_file_type_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_md_attachment_outgoing_file_type
 
    mail md attachment outgoing file type (smaApiV20ReportingMailMdAttachmentOutgoingFileTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_recipients" : [ "", "" ]
    }, {
      "total_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail md attachment outgoing file type
        
reporting_mail_md_attachment_outgoing_file_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_md_attachment_outgoing_file_type/total_recipients
 
    mail md attachment outgoing file type total recipients (smaApiV20ReportingMailMdAttachmentOutgoingFileTypeTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail md attachment outgoing file type total recipients
        
reporting_mail_md_attachment_outgoing_file_type_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary
 
    details of mailbox on demand remediated messages (smaApiV20ReportingMailMorBatchSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_forwarded_deleted" : [ { }, { } ],
      "msgs_total" : [ { }, { } ],
      "msgs_forwarded" : [ { }, { } ],
      "msgs_failed" : [ { }, { } ],
      "msgs_deleted" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages
        
reporting_mail_mor_batch_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_deleted
 
    details of mailbox on demand remediated messages deleted (smaApiV20ReportingMailMorBatchSummaryMsgsDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_deleted" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages deleted
        
reporting_mail_mor_batch_summary_msgs_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_failed
 
    details of mailbox on demand remediated messages failed (smaApiV20ReportingMailMorBatchSummaryMsgsFailedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_failed" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages failed
        
reporting_mail_mor_batch_summary_msgs_failed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_forwarded_deleted
 
    details of mailbox on demand remediated messages forwarded deleted (smaApiV20ReportingMailMorBatchSummaryMsgsForwardedDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_forwarded_deleted" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages forwarded deleted
        
reporting_mail_mor_batch_summary_msgs_forwarded_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_forwarded
 
    details of mailbox on demand remediated messages forwarded (smaApiV20ReportingMailMorBatchSummaryMsgsForwardedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_forwarded" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages forwarded
        
reporting_mail_mor_batch_summary_msgs_forwarded
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_batch_summary/msgs_total
 
    details of mailbox on demand remediated messages total (smaApiV20ReportingMailMorBatchSummaryMsgsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msgs_total" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    details of mailbox on demand remediated messages total
        
reporting_mail_mor_batch_summary_msgs_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary
 
    summary of the mailbox on demand remediated messages (smaApiV20ReportingMailMorSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded_deleted" : 1,
      "msgs_total" : 6,
      "msgs_forwarded" : 5,
      "msgs_failed" : 5,
      "msgs_deleted" : 0
    }, {
      "msgs_forwarded_deleted" : 1,
      "msgs_total" : 6,
      "msgs_forwarded" : 5,
      "msgs_failed" : 5,
      "msgs_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages
        
reporting_mail_mor_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_deleted
 
    summary of the mailbox on demand remediated messages deleted (smaApiV20ReportingMailMorSummaryMsgsDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_deleted" : 0
    }, {
      "msgs_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages deleted
        
reporting_mail_mor_summary_msgs_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_failed
 
    summary of the mailbox on demand remediated messages failed (smaApiV20ReportingMailMorSummaryMsgsFailedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_failed" : 0
    }, {
      "msgs_failed" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages failed
        
reporting_mail_mor_summary_msgs_failed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_forwarded_deleted
 
    summary of the mailbox on demand remediated messages forwarded deleted (smaApiV20ReportingMailMorSummaryMsgsForwardedDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded_deleted" : 0
    }, {
      "msgs_forwarded_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages forwarded deleted
        
reporting_mail_mor_summary_msgs_forwarded_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_forwarded
 
    summary of the mailbox on demand remediated messages forwarded (smaApiV20ReportingMailMorSummaryMsgsForwardedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded" : 0
    }, {
      "msgs_forwarded" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages forwarded
        
reporting_mail_mor_summary_msgs_forwarded
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_total
 
    summary of the mailbox on demand remediated messages total (smaApiV20ReportingMailMorSummaryMsgsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_total" : 0
    }, {
      "msgs_total" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages total
        
reporting_mail_mor_summary_msgs_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_msg_filter_stats
 
    mail msg filter stats (smaApiV20ReportingMailMsgFilterStatsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "num_matches" : [ "", "" ]
    }, {
      "num_matches" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail msg filter stats
        
reporting_mail_msg_filter_stats
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_msg_filter_stats/num_matches
 
    mail msg filter stats num matches (smaApiV20ReportingMailMsgFilterStatsNumMatchesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "num_matches" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail msg filter stats num matches
        
reporting_mail_msg_filter_stats_num_matches
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/blacklist
 
    mail outgoing amp summary blacklist (smaApiV20ReportingMailOutgoingAmpSummaryBlacklistGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blacklist" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary blacklist
        
reporting_mail_outgoing_amp_summary_blacklist
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/clamav_lowrisk
 
    mail outgoing amp summary clamav lowrisk (smaApiV20ReportingMailOutgoingAmpSummaryClamavLowriskGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "clamav_lowrisk" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary clamav lowrisk
        
reporting_mail_outgoing_amp_summary_clamav_lowrisk
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/clean
 
    mail outgoing amp summary clean (smaApiV20ReportingMailOutgoingAmpSummaryCleanGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "clean" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary clean
        
reporting_mail_outgoing_amp_summary_clean
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/custom_threshold
 
    mail outgoing amp summary custom threshold (smaApiV20ReportingMailOutgoingAmpSummaryCustomThresholdGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "custom_threshold" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary custom threshold
        
reporting_mail_outgoing_amp_summary_custom_threshold
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary
 
    mail outgoing amp summary unscannable (smaApiV20ReportingMailOutgoingAmpSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unscannable" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary unscannable
        
reporting_mail_outgoing_amp_summary_unscannable
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/lowrisk
 
    mail outgoing amp summary lowrisk (smaApiV20ReportingMailOutgoingAmpSummaryLowriskGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "lowrisk" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary lowrisk
        
reporting_mail_outgoing_amp_summary_lowrisk
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/malware
 
    mail outgoing amp summary malware (smaApiV20ReportingMailOutgoingAmpSummaryMalwareGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "malware" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary malware
        
reporting_mail_outgoing_amp_summary_malware
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/unknown
 
    mail outgoing amp summary unknown (smaApiV20ReportingMailOutgoingAmpSummaryUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary unknown
        
reporting_mail_outgoing_amp_summary_unknown
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_amp_summary/unscannable
 
    mail outgoing amp summary unscannable (smaApiV20ReportingMailOutgoingAmpSummaryUnscannableGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unscannable" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing amp summary unscannable
        
reporting_mail_outgoing_amp_summary_unscannable
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/amp_verdict_time
 
    mail outgoing malware threat file detail by filename amp verdict time (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameAmpVerdictTimeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "amp_verdict_time" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename amp verdict time
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_amp_verdict_time
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/console_url
 
    mail outgoing malware threat file detail by filename console url (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameConsoleUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "console_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename console url
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_console_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/detected_amp
 
    mail outgoing malware threat file detail by filename (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "score" : [ "", "" ],
      "amp_verdict_time" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "threat_name" : [ "", "" ],
      "console_url" : [ "", "" ],
      "threat_type" : [ "", "" ],
      "upload_flag" : [ "", "" ]
    }, {
      "score" : [ "", "" ],
      "amp_verdict_time" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "threat_name" : [ "", "" ],
      "console_url" : [ "", "" ],
      "threat_type" : [ "", "" ],
      "upload_flag" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename
 
    mail outgoing malware threat file detail by filename detected amp (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename detected amp
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/score
 
    mail outgoing malware threat file detail by filename score (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameScoreGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "score" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename score
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_score
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/threat_name
 
    mail outgoing malware threat file detail by filename threat name (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameThreatNameGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_name" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename threat name
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_threat_name
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/threat_type
 
    mail outgoing malware threat file detail by filename threat type (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameThreatTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_type" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename threat type
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_threat_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_by_filename/upload_flag
 
    mail outgoing malware threat file detail by filename upload flag (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailByFilenameUploadFlagGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "upload_flag" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail by filename upload flag
        
reporting_mail_outgoing_malware_threat_file_detail_by_filename_upload_flag
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_summary/detected_amp_files
 
    mail outgoing malware threat file detail summary detected amp files (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailSummaryDetectedAmpFilesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp_files" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail summary detected amp files
        
reporting_mail_outgoing_malware_threat_file_detail_summary_detected_amp_files
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_summary/detected_amp
 
    mail outgoing malware threat file detail summary detected amp (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailSummaryDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail summary detected amp
        
reporting_mail_outgoing_malware_threat_file_detail_summary_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_malware_threat_file_detail_summary
 
    mail outgoing malware threat file detail summary detected amp (smaApiV20ReportingMailOutgoingMalwareThreatFileDetailSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing malware threat file detail summary detected amp
        
reporting_mail_outgoing_malware_threat_file_detail_summary_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/detected_amp
 
    mail outgoing traffic summary detected amp (smaApiV20ReportingMailOutgoingTrafficSummaryDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary detected amp
        
reporting_mail_outgoing_traffic_summary_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/detected_spam
 
    mail outgoing traffic summary detected spam (smaApiV20ReportingMailOutgoingTrafficSummaryDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary detected spam
        
reporting_mail_outgoing_traffic_summary_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/detected_virus
 
    mail outgoing traffic summary detected virus (smaApiV20ReportingMailOutgoingTrafficSummaryDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary detected virus
        
reporting_mail_outgoing_traffic_summary_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary
 
    mail outgoing traffic summary (smaApiV20ReportingMailOutgoingTrafficSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_hard_bounces" : [ "", "" ],
      "malicious_url" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "cres_failed" : [ "", "" ],
      "ims_spam_increment_over_case" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "detected_virus_per_msg" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "total_recipients_delivered" : [ "", "" ],
      "cres_successful" : [ "", "" ]
    }, {
      "total_hard_bounces" : [ "", "" ],
      "malicious_url" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "total_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "cres_failed" : [ "", "" ],
      "ims_spam_increment_over_case" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "detected_amp" : [ "", "" ],
      "detected_virus_per_msg" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "total_recipients_delivered" : [ "", "" ],
      "cres_successful" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary
        
reporting_mail_outgoing_traffic_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/ims_spam_increment_over_case
 
    mail outgoing traffic summary ims spam increment over case (smaApiV20ReportingMailOutgoingTrafficSummaryImsSpamIncrementOverCaseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ims_spam_increment_over_case" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary ims spam increment over case
        
reporting_mail_outgoing_traffic_summary_ims_spam_increment_over_case
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/malicious_url
 
    mail outgoing traffic summary malicious url (smaApiV20ReportingMailOutgoingTrafficSummaryMaliciousUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "malicious_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary malicious url
        
reporting_mail_outgoing_traffic_summary_malicious_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/threat_content_filter
 
    mail outgoing traffic summary threat content filter (smaApiV20ReportingMailOutgoingTrafficSummaryThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary threat content filter
        
reporting_mail_outgoing_traffic_summary_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_clean_recipients
 
    mail outgoing traffic summary total clean recipients (smaApiV20ReportingMailOutgoingTrafficSummaryTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total clean recipients
        
reporting_mail_outgoing_traffic_summary_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_dlp_incidents
 
    mail outgoing traffic summary total dlp incidents (smaApiV20ReportingMailOutgoingTrafficSummaryTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total dlp incidents
        
reporting_mail_outgoing_traffic_summary_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_hard_bounces
 
    mail outgoing traffic summary total hard bounces (smaApiV20ReportingMailOutgoingTrafficSummaryTotalHardBouncesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_hard_bounces" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total hard bounces
        
reporting_mail_outgoing_traffic_summary_total_hard_bounces
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_recipients_delivered
 
    mail outgoing traffic summary total recipients delivered (smaApiV20ReportingMailOutgoingTrafficSummaryTotalRecipientsDeliveredGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_delivered" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total recipients delivered
        
reporting_mail_outgoing_traffic_summary_total_recipients_delivered
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_recipients
 
    mail outgoing traffic summary total recipients (smaApiV20ReportingMailOutgoingTrafficSummaryTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total recipients
        
reporting_mail_outgoing_traffic_summary_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_traffic_summary/total_recipients_processed
 
    mail outgoing traffic summary total recipients processed (smaApiV20ReportingMailOutgoingTrafficSummaryTotalRecipientsProcessedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_processed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing traffic summary total recipients processed
        
reporting_mail_outgoing_traffic_summary_total_recipients_processed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_urlclick_track_details
 
    mail outgoing urlclick track details (smaApiV20ReportingMailOutgoingUrlclickTrackDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewrite_reason" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing urlclick track details
        
reporting_mail_outgoing_urlclick_track_details
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_urlclick_track_details/rewrite_reason
 
    mail outgoing urlclick track details rewrite reason (smaApiV20ReportingMailOutgoingUrlclickTrackDetailsRewriteReasonGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewrite_reason" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing urlclick track details rewrite reason
        
reporting_mail_outgoing_urlclick_track_details_rewrite_reason
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_malicious_users
 
    mail outgoing web interaction track malicious users (smaApiV20ReportingMailOutgoingWebInteractionTrackMaliciousUsersGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "users_count" : [ "", "" ]
    }, {
      "users_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track malicious users
        
reporting_mail_outgoing_web_interaction_track_malicious_users
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_malicious_users/users_count
 
    mail outgoing web interaction track malicious users users count (smaApiV20ReportingMailOutgoingWebInteractionTrackMaliciousUsersUsersCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "users_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track malicious users users count
        
reporting_mail_outgoing_web_interaction_track_malicious_users_users_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls/allowed
 
    mail outgoing web interaction track urls allowed (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsAllowedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "allowed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls allowed
        
reporting_mail_outgoing_web_interaction_track_urls_allowed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls/blocked
 
    mail outgoing web interaction track urls blocked (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsBlockedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "blocked" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls blocked
        
reporting_mail_outgoing_web_interaction_track_urls_blocked
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls
 
    mail outgoing web interaction track urls (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "blocked" : [ "", "" ],
      "allowed" : [ "", "" ],
      "msg_count" : [ "", "" ],
      "unknown" : [ "", "" ]
    }, {
      "blocked" : [ "", "" ],
      "allowed" : [ "", "" ],
      "msg_count" : [ "", "" ],
      "unknown" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls
        
reporting_mail_outgoing_web_interaction_track_urls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls/msg_count
 
    mail outgoing web interaction track urls msg count (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsMsgCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "msg_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls msg count
        
reporting_mail_outgoing_web_interaction_track_urls_msg_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_outgoing_web_interaction_track_urls/unknown
 
    mail outgoing web interaction track urls unknown (smaApiV20ReportingMailOutgoingWebInteractionTrackUrlsUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail outgoing web interaction track urls unknown
        
reporting_mail_outgoing_web_interaction_track_urls_unknown
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_safeprint_details
 
    Safe Print original attachment details (smaApiV20ReportingMailSafeprintDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "file_ext" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Safe Print original attachment details
        
reporting_mail_safeprint_details
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary
 
    mail security summary (smaApiV20ReportingMailSecuritySummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "received_total" : [ "", "" ],
      "received_conn_plain" : [ "", "" ],
      "received_conn_total" : [ "", "" ],
      "received_conn_tls_opt_fail" : [ "", "" ],
      "sent_conn_plain" : [ "", "" ],
      "sent_conn_total" : [ "", "" ],
      "received_conn_tls_opt_success" : [ "", "" ],
      "sent_conn_tls_success" : [ "", "" ],
      "received_encrypted_tls" : [ "", "" ],
      "sent_encrypted_tls" : [ "", "" ],
      "sent_conn_tls_opt_success" : [ "", "" ],
      "sent_unencrypted" : [ "", "" ],
      "sent_conn_dane_success" : [ "", "" ],
      "received_conn_tls_fail" : [ "", "" ],
      "sent_conn_dane_fail" : [ "", "" ],
      "sent_total" : [ "", "" ],
      "received_unencrypted" : [ "", "" ],
      "sent_conn_tls_opt_fail" : [ "", "" ],
      "sent_conn_tls_fail" : [ "", "" ],
      "received_conn_tls_success" : [ "", "" ]
    }, {
      "received_total" : [ "", "" ],
      "received_conn_plain" : [ "", "" ],
      "received_conn_total" : [ "", "" ],
      "received_conn_tls_opt_fail" : [ "", "" ],
      "sent_conn_plain" : [ "", "" ],
      "sent_conn_total" : [ "", "" ],
      "received_conn_tls_opt_success" : [ "", "" ],
      "sent_conn_tls_success" : [ "", "" ],
      "received_encrypted_tls" : [ "", "" ],
      "sent_encrypted_tls" : [ "", "" ],
      "sent_conn_tls_opt_success" : [ "", "" ],
      "sent_unencrypted" : [ "", "" ],
      "sent_conn_dane_success" : [ "", "" ],
      "received_conn_tls_fail" : [ "", "" ],
      "sent_conn_dane_fail" : [ "", "" ],
      "sent_total" : [ "", "" ],
      "received_unencrypted" : [ "", "" ],
      "sent_conn_tls_opt_fail" : [ "", "" ],
      "sent_conn_tls_fail" : [ "", "" ],
      "received_conn_tls_success" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary
        
reporting_mail_security_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_plain
 
    mail security summary received conn plain (smaApiV20ReportingMailSecuritySummaryReceivedConnPlainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_plain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn plain
        
reporting_mail_security_summary_received_conn_plain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_tls_fail
 
    mail security summary received conn tls fail (smaApiV20ReportingMailSecuritySummaryReceivedConnTlsFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_tls_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn tls fail
        
reporting_mail_security_summary_received_conn_tls_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_tls_opt_fail
 
    mail security summary received conn tls opt fail (smaApiV20ReportingMailSecuritySummaryReceivedConnTlsOptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_tls_opt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn tls opt fail
        
reporting_mail_security_summary_received_conn_tls_opt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_tls_opt_success
 
    mail security summary received conn tls opt success (smaApiV20ReportingMailSecuritySummaryReceivedConnTlsOptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_tls_opt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn tls opt success
        
reporting_mail_security_summary_received_conn_tls_opt_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_tls_success
 
    mail security summary received conn tls success (smaApiV20ReportingMailSecuritySummaryReceivedConnTlsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_tls_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn tls success
        
reporting_mail_security_summary_received_conn_tls_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_conn_total
 
    mail security summary received conn total (smaApiV20ReportingMailSecuritySummaryReceivedConnTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_conn_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received conn total
        
reporting_mail_security_summary_received_conn_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_encrypted_tls
 
    mail security summary received encrypted tls (smaApiV20ReportingMailSecuritySummaryReceivedEncryptedTlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_encrypted_tls" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received encrypted tls
        
reporting_mail_security_summary_received_encrypted_tls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_total
 
    mail security summary received total (smaApiV20ReportingMailSecuritySummaryReceivedTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received total
        
reporting_mail_security_summary_received_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/received_unencrypted
 
    mail security summary received unencrypted (smaApiV20ReportingMailSecuritySummaryReceivedUnencryptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "received_unencrypted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary received unencrypted
        
reporting_mail_security_summary_received_unencrypted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_dane_fail
 
    mail security summary sent conn dane fail (smaApiV20ReportingMailSecuritySummarySentConnDaneFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_dane_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn dane fail
        
reporting_mail_security_summary_sent_conn_dane_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_dane_success
 
    mail security summary sent conn dane success (smaApiV20ReportingMailSecuritySummarySentConnDaneSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_dane_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn dane success
        
reporting_mail_security_summary_sent_conn_dane_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_plain
 
    mail security summary sent conn plain (smaApiV20ReportingMailSecuritySummarySentConnPlainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_plain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn plain
        
reporting_mail_security_summary_sent_conn_plain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_tls_fail
 
    mail security summary sent conn tls fail (smaApiV20ReportingMailSecuritySummarySentConnTlsFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_tls_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn tls fail
        
reporting_mail_security_summary_sent_conn_tls_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_tls_opt_fail
 
    mail security summary sent conn tls opt fail (smaApiV20ReportingMailSecuritySummarySentConnTlsOptFailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_tls_opt_fail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn tls opt fail
        
reporting_mail_security_summary_sent_conn_tls_opt_fail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_tls_opt_success
 
    mail security summary sent conn tls opt success (smaApiV20ReportingMailSecuritySummarySentConnTlsOptSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_tls_opt_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn tls opt success
        
reporting_mail_security_summary_sent_conn_tls_opt_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_tls_success
 
    mail security summary sent conn tls success (smaApiV20ReportingMailSecuritySummarySentConnTlsSuccessGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_tls_success" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn tls success
        
reporting_mail_security_summary_sent_conn_tls_success
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_conn_total
 
    mail security summary sent conn total (smaApiV20ReportingMailSecuritySummarySentConnTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_conn_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent conn total
        
reporting_mail_security_summary_sent_conn_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_encrypted_tls
 
    mail security summary sent encrypted tls (smaApiV20ReportingMailSecuritySummarySentEncryptedTlsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_encrypted_tls" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent encrypted tls
        
reporting_mail_security_summary_sent_encrypted_tls
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_total
 
    mail security summary sent total (smaApiV20ReportingMailSecuritySummarySentTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_total" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent total
        
reporting_mail_security_summary_sent_total
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_security_summary/sent_unencrypted
 
    mail security summary sent unencrypted (smaApiV20ReportingMailSecuritySummarySentUnencryptedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "sent_unencrypted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail security summary sent unencrypted
        
reporting_mail_security_summary_sent_unencrypted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/detected_amp
 
    mail sender domain detail detected amp (smaApiV20ReportingMailSenderDomainDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail detected amp
        
reporting_mail_sender_domain_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/detected_spam
 
    mail sender domain detail detected spam (smaApiV20ReportingMailSenderDomainDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail detected spam
        
reporting_mail_sender_domain_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/detected_virus
 
    mail sender domain detail detected virus (smaApiV20ReportingMailSenderDomainDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail detected virus
        
reporting_mail_sender_domain_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail
 
    mail sender domain detail (smaApiV20ReportingMailSenderDomainDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "detected_amp" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "detected_amp" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail
        
reporting_mail_sender_domain_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/threat_content_filter
 
    mail sender domain detail threat content filter (smaApiV20ReportingMailSenderDomainDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail threat content filter
        
reporting_mail_sender_domain_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/total_clean_recipients
 
    mail sender domain detail total clean recipients (smaApiV20ReportingMailSenderDomainDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail total clean recipients
        
reporting_mail_sender_domain_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/total_dlp_incidents
 
    mail sender domain detail total dlp incidents (smaApiV20ReportingMailSenderDomainDetailTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail total dlp incidents
        
reporting_mail_sender_domain_detail_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/total_recipients_processed
 
    mail sender domain detail total recipients processed (smaApiV20ReportingMailSenderDomainDetailTotalRecipientsProcessedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_processed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail total recipients processed
        
reporting_mail_sender_domain_detail_total_recipients_processed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_detail/total_threat_recipients
 
    mail sender domain detail total threat recipients (smaApiV20ReportingMailSenderDomainDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain detail total threat recipients
        
reporting_mail_sender_domain_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/awful
 
    mail sender domain reputation awful (smaApiV20ReportingMailSenderDomainReputationAwfulGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "awful" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation awful
        
reporting_mail_sender_domain_reputation_awful
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation
 
    mail sender domain reputation (smaApiV20ReportingMailSenderDomainReputationGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "not_scanned" : [ "", "" ],
      "unscannable" : [ "", "" ],
      "tainted" : [ "", "" ],
      "poor" : [ "", "" ],
      "awful" : [ "", "" ],
      "neutral" : [ "", "" ],
      "good" : [ "", "" ],
      "unknown" : [ "", "" ],
      "weak" : [ "", "" ]
    }, {
      "not_scanned" : [ "", "" ],
      "unscannable" : [ "", "" ],
      "tainted" : [ "", "" ],
      "poor" : [ "", "" ],
      "awful" : [ "", "" ],
      "neutral" : [ "", "" ],
      "good" : [ "", "" ],
      "unknown" : [ "", "" ],
      "weak" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation
        
reporting_mail_sender_domain_reputation
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/good
 
    mail sender domain reputation good (smaApiV20ReportingMailSenderDomainReputationGoodGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "good" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation good
        
reporting_mail_sender_domain_reputation_good
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/neutral
 
    mail sender domain reputation neutral (smaApiV20ReportingMailSenderDomainReputationNeutralGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "neutral" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation neutral
        
reporting_mail_sender_domain_reputation_neutral
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/not_scanned
 
    mail sender domain reputation not scanned (smaApiV20ReportingMailSenderDomainReputationNotScannedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "not_scanned" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation not scanned
        
reporting_mail_sender_domain_reputation_not_scanned
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/poor
 
    mail sender domain reputation poor (smaApiV20ReportingMailSenderDomainReputationPoorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "poor" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation poor
        
reporting_mail_sender_domain_reputation_poor
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/tainted
 
    mail sender domain reputation tainted (smaApiV20ReportingMailSenderDomainReputationTaintedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "tainted" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation tainted
        
reporting_mail_sender_domain_reputation_tainted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/unknown
 
    mail sender domain reputation unknown (smaApiV20ReportingMailSenderDomainReputationUnknownGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unknown" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation unknown
        
reporting_mail_sender_domain_reputation_unknown
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/unscannable
 
    mail sender domain reputation unscannable (smaApiV20ReportingMailSenderDomainReputationUnscannableGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "unscannable" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation unscannable
        
reporting_mail_sender_domain_reputation_unscannable
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_reputation/weak
 
    mail sender domain reputation weak (smaApiV20ReportingMailSenderDomainReputationWeakGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "weak" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain reputation weak
        
reporting_mail_sender_domain_reputation_weak
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_threat_categories
 
    mail sender domain threat categories (smaApiV20ReportingMailSenderDomainThreatCategoriesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_threat_messages" : [ "", "" ]
    }, {
      "total_threat_messages" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain threat categories
        
reporting_mail_sender_domain_threat_categories
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_domain_threat_categories/total_threat_messages
 
    mail sender domain threat categories total threat messages (smaApiV20ReportingMailSenderDomainThreatCategoriesTotalThreatMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_messages" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender domain threat categories total threat messages
        
reporting_mail_sender_domain_threat_categories_total_threat_messages
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_detail
 
    mail sender group detail (smaApiV20ReportingMailSenderGroupDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group detail
        
reporting_mail_sender_group_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_detail/total_connections
 
    mail sender group detail total connections (smaApiV20ReportingMailSenderGroupDetailTotalConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group detail total connections
        
reporting_mail_sender_group_detail_total_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary/connections_accept
 
    mail sender group summary connections accept (smaApiV20ReportingMailSenderGroupSummaryConnectionsAcceptGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "connections_accept" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary connections accept
        
reporting_mail_sender_group_summary_connections_accept
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary/connections_reject
 
    mail sender group summary connections reject (smaApiV20ReportingMailSenderGroupSummaryConnectionsRejectGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "connections_reject" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary connections reject
        
reporting_mail_sender_group_summary_connections_reject
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary/connections_relay
 
    mail sender group summary connections relay (smaApiV20ReportingMailSenderGroupSummaryConnectionsRelayGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "connections_relay" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary connections relay
        
reporting_mail_sender_group_summary_connections_relay
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary/connections_tcp_refuse
 
    mail sender group summary connections tcp refuse (smaApiV20ReportingMailSenderGroupSummaryConnectionsTcpRefuseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "connections_tcp_refuse" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary connections tcp refuse
        
reporting_mail_sender_group_summary_connections_tcp_refuse
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_group_summary
 
    mail sender group summary (smaApiV20ReportingMailSenderGroupSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "connections_tcp_refuse" : [ "", "" ],
      "connections_relay" : [ "", "" ],
      "connections_reject" : [ "", "" ],
      "connections_accept" : [ "", "" ]
    }, {
      "connections_tcp_refuse" : [ "", "" ],
      "connections_relay" : [ "", "" ],
      "connections_reject" : [ "", "" ],
      "connections_accept" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender group summary
        
reporting_mail_sender_group_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/detected_amp
 
    mail sender ip hostname detail detected amp (smaApiV20ReportingMailSenderIpHostnameDetailDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail detected amp
        
reporting_mail_sender_ip_hostname_detail_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/detected_spam
 
    mail sender ip hostname detail detected spam (smaApiV20ReportingMailSenderIpHostnameDetailDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail detected spam
        
reporting_mail_sender_ip_hostname_detail_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/detected_virus
 
    mail sender ip hostname detail detected virus (smaApiV20ReportingMailSenderIpHostnameDetailDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail detected virus
        
reporting_mail_sender_ip_hostname_detail_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail
 
    mail sender ip hostname detail (smaApiV20ReportingMailSenderIpHostnameDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "detected_amp" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    }, {
      "detected_amp" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "total_recipients_processed" : [ "", "" ],
      "threat_content_filter" : [ "", "" ],
      "total_clean_recipients" : [ "", "" ],
      "detected_virus" : [ "", "" ],
      "detected_spam" : [ "", "" ],
      "total_threat_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail
        
reporting_mail_sender_ip_hostname_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/threat_content_filter
 
    mail sender ip hostname detail threat content filter (smaApiV20ReportingMailSenderIpHostnameDetailThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail threat content filter
        
reporting_mail_sender_ip_hostname_detail_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/total_clean_recipients
 
    mail sender ip hostname detail total clean recipients (smaApiV20ReportingMailSenderIpHostnameDetailTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail total clean recipients
        
reporting_mail_sender_ip_hostname_detail_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/total_dlp_incidents
 
    mail sender ip hostname detail total dlp incidents (smaApiV20ReportingMailSenderIpHostnameDetailTotalDlpIncidentsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_dlp_incidents" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail total dlp incidents
        
reporting_mail_sender_ip_hostname_detail_total_dlp_incidents
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/total_recipients_processed
 
    mail sender ip hostname detail total recipients processed (smaApiV20ReportingMailSenderIpHostnameDetailTotalRecipientsProcessedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients_processed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail total recipients processed
        
reporting_mail_sender_ip_hostname_detail_total_recipients_processed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_sender_ip_hostname_detail/total_threat_recipients
 
    mail sender ip hostname detail total threat recipients (smaApiV20ReportingMailSenderIpHostnameDetailTotalThreatRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_threat_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail sender ip hostname detail total threat recipients
        
reporting_mail_sender_ip_hostname_detail_total_threat_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_subject_stats
 
    mail subject stats (smaApiV20ReportingMailSubjectStatsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "num_msgs" : [ "", "" ]
    }, {
      "num_msgs" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail subject stats
        
reporting_mail_subject_stats
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_subject_stats/num_msgs
 
    mail subject stats num msgs (smaApiV20ReportingMailSubjectStatsNumMsgsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "num_msgs" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail subject stats num msgs
        
reporting_mail_subject_stats_num_msgs
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/bytes_in
 
    mail system capacity bytes in (smaApiV20ReportingMailSystemCapacityBytesInGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bytes_in" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity bytes in
        
reporting_mail_system_capacity_bytes_in
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/bytes_out
 
    mail system capacity bytes out (smaApiV20ReportingMailSystemCapacityBytesOutGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "bytes_out" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity bytes out
        
reporting_mail_system_capacity_bytes_out
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity
 
    mail system capacity (smaApiV20ReportingMailSystemCapacityGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "overall_percent_cpu_usage" : [ "", "" ],
      "workqueue_average_messages" : [ "", "" ],
      "incoming_connections" : [ "", "" ],
      "workqueue_average_time_spent" : [ "", "" ],
      "bytes_in" : [ "", "" ],
      "average_incoming_message_size_in_bytes" : [ "", "" ],
      "outgoing_messages" : [ "", "" ],
      "average_memory_page_swapping" : [ "", "" ],
      "overall_percent_cpu_usage_for_mail_count" : [ "", "" ],
      "bytes_out" : [ "", "" ],
      "overall_percent_cpu_usage_for_reporting" : [ "", "" ],
      "workqueue_maximum_messages" : [ "", "" ],
      "average_outgoing_message_size_in_bytes" : [ "", "" ],
      "incoming_messages" : [ "", "" ],
      "outgoing_connections" : [ "", "" ],
      "overall_percent_cpu_usage_for_antivirus" : [ "", "" ],
      "overall_percent_cpu_usage_for_quarantine" : [ "", "" ],
      "workqueue_messages_max" : [ "", "" ],
      "overall_percent_cpu_usage_for_antispam" : [ "", "" ],
      "res_con_start_count" : [ "", "" ]
    }, {
      "overall_percent_cpu_usage" : [ "", "" ],
      "workqueue_average_messages" : [ "", "" ],
      "incoming_connections" : [ "", "" ],
      "workqueue_average_time_spent" : [ "", "" ],
      "bytes_in" : [ "", "" ],
      "average_incoming_message_size_in_bytes" : [ "", "" ],
      "outgoing_messages" : [ "", "" ],
      "average_memory_page_swapping" : [ "", "" ],
      "overall_percent_cpu_usage_for_mail_count" : [ "", "" ],
      "bytes_out" : [ "", "" ],
      "overall_percent_cpu_usage_for_reporting" : [ "", "" ],
      "workqueue_maximum_messages" : [ "", "" ],
      "average_outgoing_message_size_in_bytes" : [ "", "" ],
      "incoming_messages" : [ "", "" ],
      "outgoing_connections" : [ "", "" ],
      "overall_percent_cpu_usage_for_antivirus" : [ "", "" ],
      "overall_percent_cpu_usage_for_quarantine" : [ "", "" ],
      "workqueue_messages_max" : [ "", "" ],
      "overall_percent_cpu_usage_for_antispam" : [ "", "" ],
      "res_con_start_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity
        
reporting_mail_system_capacity
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/incoming_connections
 
    mail system capacity incoming connections (smaApiV20ReportingMailSystemCapacityIncomingConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity incoming connections
        
reporting_mail_system_capacity_incoming_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/incoming_messages
 
    mail system capacity incoming messages (smaApiV20ReportingMailSystemCapacityIncomingMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_messages" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity incoming messages
        
reporting_mail_system_capacity_incoming_messages
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/outgoing_connections
 
    mail system capacity outgoing connections (smaApiV20ReportingMailSystemCapacityOutgoingConnectionsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_connections" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity outgoing connections
        
reporting_mail_system_capacity_outgoing_connections
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/outgoing_messages
 
    mail system capacity outgoing messages (smaApiV20ReportingMailSystemCapacityOutgoingMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_messages" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity outgoing messages
        
reporting_mail_system_capacity_outgoing_messages
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/res_con_start_count
 
    mail system capacity res con start count (smaApiV20ReportingMailSystemCapacityResConStartCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "res_con_start_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity res con start count
        
reporting_mail_system_capacity_res_con_start_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_system_capacity/workqueue_messages_max
 
    mail system capacity workqueue messages max (smaApiV20ReportingMailSystemCapacityWorkqueueMessagesMaxGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "workqueue_messages_max" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail system capacity workqueue messages max
        
reporting_mail_system_capacity_workqueue_messages_max
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_summary/domain
 
    mail threatfeeds indicator summary domain (smaApiV20ReportingMailThreatfeedsIndicatorSummaryDomainGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "domain" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator summary domain
        
reporting_mail_threatfeeds_indicator_summary_domain
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_summary/file_hash
 
    mail threatfeeds indicator summary file hash (smaApiV20ReportingMailThreatfeedsIndicatorSummaryFileHashGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "file_hash" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator summary file hash
        
reporting_mail_threatfeeds_indicator_summary_file_hash
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_summary
 
    mail threatfeeds indicator summary (smaApiV20ReportingMailThreatfeedsIndicatorSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "file_hash" : [ "", "" ],
      "domain" : [ "", "" ],
      "url" : [ "", "" ]
    }, {
      "file_hash" : [ "", "" ],
      "domain" : [ "", "" ],
      "url" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator summary
        
reporting_mail_threatfeeds_indicator_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_summary/url
 
    mail threatfeeds indicator summary url (smaApiV20ReportingMailThreatfeedsIndicatorSummaryUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator summary url
        
reporting_mail_threatfeeds_indicator_summary_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_value_detail
 
    mail threatfeeds indicator value detail (smaApiV20ReportingMailThreatfeedsIndicatorValueDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "ioc_consumed" : [ "", "" ],
      "ioc_type" : [ "", "" ]
    }, {
      "ioc_consumed" : [ "", "" ],
      "ioc_type" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator value detail
        
reporting_mail_threatfeeds_indicator_value_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_value_detail/ioc_consumed
 
    mail threatfeeds indicator value detail ioc consumed (smaApiV20ReportingMailThreatfeedsIndicatorValueDetailIocConsumedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ioc_consumed" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator value detail ioc consumed
        
reporting_mail_threatfeeds_indicator_value_detail_ioc_consumed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_indicator_value_detail/ioc_type
 
    mail threatfeeds indicator value detail ioc type (smaApiV20ReportingMailThreatfeedsIndicatorValueDetailIocTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ioc_type" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds indicator value detail ioc type
        
reporting_mail_threatfeeds_indicator_value_detail_ioc_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/domain_indicator
 
    mail threatfeeds source detail domain indicator (smaApiV20ReportingMailThreatfeedsSourceDetailDomainIndicatorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "domain_indicator" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail domain indicator
        
reporting_mail_threatfeeds_source_detail_domain_indicator
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/file_hash_indicator
 
    mail threatfeeds source detail file hash indicator (smaApiV20ReportingMailThreatfeedsSourceDetailFileHashIndicatorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "file_hash_indicator" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail file hash indicator
        
reporting_mail_threatfeeds_source_detail_file_hash_indicator
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail
 
    mail threatfeeds source detail (smaApiV20ReportingMailThreatfeedsSourceDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "domain_indicator" : [ "", "" ],
      "file_hash_indicator" : [ "", "" ],
      "url_indicator" : [ "", "" ],
      "total_messages_matched" : [ "", "" ],
      "ip_indicator" : [ "", "" ]
    }, {
      "domain_indicator" : [ "", "" ],
      "file_hash_indicator" : [ "", "" ],
      "url_indicator" : [ "", "" ],
      "total_messages_matched" : [ "", "" ],
      "ip_indicator" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail
        
reporting_mail_threatfeeds_source_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/ip_indicator
 
    mail threatfeeds source detail ip indicator (smaApiV20ReportingMailThreatfeedsSourceDetailIpIndicatorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "ip_indicator" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail ip indicator
        
reporting_mail_threatfeeds_source_detail_ip_indicator
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/total_messages_matched
 
    mail threatfeeds source detail total messages matched (smaApiV20ReportingMailThreatfeedsSourceDetailTotalMessagesMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_messages_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail total messages matched
        
reporting_mail_threatfeeds_source_detail_total_messages_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_threatfeeds_source_detail/url_indicator
 
    mail threatfeeds source detail url indicator (smaApiV20ReportingMailThreatfeedsSourceDetailUrlIndicatorGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "url_indicator" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail threatfeeds source detail url indicator
        
reporting_mail_threatfeeds_source_detail_url_indicator
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_category_summary
 
    mail url category summary (smaApiV20ReportingMailUrlCategorySummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    }, {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url category summary
        
reporting_mail_url_category_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_category_summary/incoming_count
 
    mail url category summary incoming count (smaApiV20ReportingMailUrlCategorySummaryIncomingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url category summary incoming count
        
reporting_mail_url_category_summary_incoming_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_category_summary/outgoing_count
 
    mail url category summary outgoing count (smaApiV20ReportingMailUrlCategorySummaryOutgoingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url category summary outgoing count
        
reporting_mail_url_category_summary_outgoing_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_domain_summary
 
    mail url domain summary (smaApiV20ReportingMailUrlDomainSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    }, {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url domain summary
        
reporting_mail_url_domain_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_domain_summary/incoming_count
 
    mail url domain summary incoming count (smaApiV20ReportingMailUrlDomainSummaryIncomingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url domain summary incoming count
        
reporting_mail_url_domain_summary_incoming_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_domain_summary/outgoing_count
 
    mail url domain summary outgoing count (smaApiV20ReportingMailUrlDomainSummaryOutgoingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url domain summary outgoing count
        
reporting_mail_url_domain_summary_outgoing_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_reputation_summary
 
    mail url reputation summary (smaApiV20ReportingMailUrlReputationSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    }, {
      "outgoing_count" : [ "", "" ],
      "incoming_count" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url reputation summary
        
reporting_mail_url_reputation_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_reputation_summary/incoming_count
 
    mail url reputation summary incoming count (smaApiV20ReportingMailUrlReputationSummaryIncomingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url reputation summary incoming count
        
reporting_mail_url_reputation_summary_incoming_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_url_reputation_summary/outgoing_count
 
    mail url reputation summary outgoing count (smaApiV20ReportingMailUrlReputationSummaryOutgoingCountGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_count" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail url reputation summary outgoing count
        
reporting_mail_url_reputation_summary_outgoing_count
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_content_filter_incoming
 
    mail users content filter incoming (smaApiV20ReportingMailUsersContentFilterIncomingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users content filter incoming
        
reporting_mail_users_content_filter_incoming
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_content_filter_incoming/recipients_matched
 
    mail users content filter incoming recipients matched (smaApiV20ReportingMailUsersContentFilterIncomingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users content filter incoming recipients matched
        
reporting_mail_users_content_filter_incoming_recipients_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_content_filter_outgoing
 
    mail users content filter outgoing (smaApiV20ReportingMailUsersContentFilterOutgoingGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      limit (optional)
      
            Query Parameter —  default: 25 
      offset (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users content filter outgoing
        
reporting_mail_users_content_filter_outgoing
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_content_filter_outgoing/recipients_matched
 
    mail users content filter outgoing recipients matched (smaApiV20ReportingMailUsersContentFilterOutgoingRecipientsMatchedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "recipients_matched" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users content filter outgoing recipients matched
        
reporting_mail_users_content_filter_outgoing_recipients_matched
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail
 
    mail users detail (smaApiV20ReportingMailUsersDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "incoming_detected_content_filter" : [ "", "" ],
      "incoming_total_clean_recipients" : [ "", "" ],
      "outgoing_total_clean_recipients" : [ "", "" ],
      "incoming_detected_amp" : [ "", "" ],
      "outgoing_detected_ims_spam_increment_over_case" : [ "", "" ],
      "incoming_threat_content_filter" : [ "", "" ],
      "outgoing_detected_spam" : [ "", "" ],
      "incoming_bulk_mail" : [ "", "" ],
      "incoming_graymail" : [ "", "" ],
      "incoming_marketing_mail" : [ "", "" ],
      "incoming_detected_spam" : [ "", "" ],
      "outgoing_detected_content_filter" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "incoming_detected_ims_spam_increment_over_case" : [ "", "" ],
      "outgoing_detected_virus" : [ "", "" ],
      "outgoing_detected_amp" : [ "", "" ],
      "outgoing_total_recipients" : [ "", "" ],
      "incoming_total_recipients" : [ "", "" ],
      "incoming_detected_virus" : [ "", "" ],
      "outgoing_threat_content_filter" : [ "", "" ],
      "incoming_social_mail" : [ "", "" ]
    }, {
      "incoming_detected_content_filter" : [ "", "" ],
      "incoming_total_clean_recipients" : [ "", "" ],
      "outgoing_total_clean_recipients" : [ "", "" ],
      "incoming_detected_amp" : [ "", "" ],
      "outgoing_detected_ims_spam_increment_over_case" : [ "", "" ],
      "incoming_threat_content_filter" : [ "", "" ],
      "outgoing_detected_spam" : [ "", "" ],
      "incoming_bulk_mail" : [ "", "" ],
      "incoming_graymail" : [ "", "" ],
      "incoming_marketing_mail" : [ "", "" ],
      "incoming_detected_spam" : [ "", "" ],
      "outgoing_detected_content_filter" : [ "", "" ],
      "total_dlp_incidents" : [ "", "" ],
      "incoming_detected_ims_spam_increment_over_case" : [ "", "" ],
      "outgoing_detected_virus" : [ "", "" ],
      "outgoing_detected_amp" : [ "", "" ],
      "outgoing_total_recipients" : [ "", "" ],
      "incoming_total_recipients" : [ "", "" ],
      "incoming_detected_virus" : [ "", "" ],
      "outgoing_threat_content_filter" : [ "", "" ],
      "incoming_social_mail" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail
        
reporting_mail_users_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_bulk_mail
 
    mail users detail incoming bulk mail (smaApiV20ReportingMailUsersDetailIncomingBulkMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_bulk_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming bulk mail
        
reporting_mail_users_detail_incoming_bulk_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_amp
 
    mail users detail incoming detected amp (smaApiV20ReportingMailUsersDetailIncomingDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected amp
        
reporting_mail_users_detail_incoming_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_content_filter
 
    mail users detail incoming detected content filter (smaApiV20ReportingMailUsersDetailIncomingDetectedContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected content filter
        
reporting_mail_users_detail_incoming_detected_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_ims_spam_increment_over_case
 
    mail users detail incoming detected ims spam increment over case (smaApiV20ReportingMailUsersDetailIncomingDetectedImsSpamIncrementOverCaseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_ims_spam_increment_over_case" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected ims spam increment over case
        
reporting_mail_users_detail_incoming_detected_ims_spam_increment_over_case
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_spam
 
    mail users detail incoming detected spam (smaApiV20ReportingMailUsersDetailIncomingDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected spam
        
reporting_mail_users_detail_incoming_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_detected_virus
 
    mail users detail incoming detected virus (smaApiV20ReportingMailUsersDetailIncomingDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming detected virus
        
reporting_mail_users_detail_incoming_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_graymail
 
    mail users detail incoming graymail (smaApiV20ReportingMailUsersDetailIncomingGraymailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_graymail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming graymail
        
reporting_mail_users_detail_incoming_graymail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_marketing_mail
 
    mail users detail incoming marketing mail (smaApiV20ReportingMailUsersDetailIncomingMarketingMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_marketing_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming marketing mail
        
reporting_mail_users_detail_incoming_marketing_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_social_mail
 
    mail users detail incoming social mail (smaApiV20ReportingMailUsersDetailIncomingSocialMailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_social_mail" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming social mail
        
reporting_mail_users_detail_incoming_social_mail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_threat_content_filter
 
    mail users detail incoming threat content filter (smaApiV20ReportingMailUsersDetailIncomingThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming threat content filter
        
reporting_mail_users_detail_incoming_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_total_clean_recipients
 
    mail users detail incoming total clean recipients (smaApiV20ReportingMailUsersDetailIncomingTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming total clean recipients
        
reporting_mail_users_detail_incoming_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/incoming_total_recipients
 
    mail users detail incoming total recipients (smaApiV20ReportingMailUsersDetailIncomingTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail incoming total recipients
        
reporting_mail_users_detail_incoming_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_amp
 
    mail users detail outgoing detected amp (smaApiV20ReportingMailUsersDetailOutgoingDetectedAmpGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_amp" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected amp
        
reporting_mail_users_detail_outgoing_detected_amp
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_content_filter
 
    mail users detail outgoing detected content filter (smaApiV20ReportingMailUsersDetailOutgoingDetectedContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected content filter
        
reporting_mail_users_detail_outgoing_detected_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_ims_spam_increment_over_case
 
    mail users detail outgoing detected ims spam increment over case (smaApiV20ReportingMailUsersDetailOutgoingDetectedImsSpamIncrementOverCaseGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_ims_spam_increment_over_case" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected ims spam increment over case
        
reporting_mail_users_detail_outgoing_detected_ims_spam_increment_over_case
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_spam
 
    mail users detail outgoing detected spam (smaApiV20ReportingMailUsersDetailOutgoingDetectedSpamGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_spam" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected spam
        
reporting_mail_users_detail_outgoing_detected_spam
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_detected_virus
 
    mail users detail outgoing detected virus (smaApiV20ReportingMailUsersDetailOutgoingDetectedVirusGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_detected_virus" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing detected virus
        
reporting_mail_users_detail_outgoing_detected_virus
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_threat_content_filter
 
    mail users detail outgoing threat content filter (smaApiV20ReportingMailUsersDetailOutgoingThreatContentFilterGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_threat_content_filter" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing threat content filter
        
reporting_mail_users_detail_outgoing_threat_content_filter
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_total_clean_recipients
 
    mail users detail outgoing total clean recipients (smaApiV20ReportingMailUsersDetailOutgoingTotalCleanRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_total_clean_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing total clean recipients
        
reporting_mail_users_detail_outgoing_total_clean_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_users_detail/outgoing_total_recipients
 
    mail users detail outgoing total recipients (smaApiV20ReportingMailUsersDetailOutgoingTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail users detail outgoing total recipients
        
reporting_mail_users_detail_outgoing_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_virus_type_detail
 
    mail virus type detail (smaApiV20ReportingMailVirusTypeDetailGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "total_recipients" : [ "", "" ],
      "outgoing_total_recipients" : [ "", "" ],
      "incoming_total_recipients" : [ "", "" ]
    }, {
      "total_recipients" : [ "", "" ],
      "outgoing_total_recipients" : [ "", "" ],
      "incoming_total_recipients" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail virus type detail
        
reporting_mail_virus_type_detail
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_virus_type_detail/incoming_total_recipients
 
    mail virus type detail incoming total recipients (smaApiV20ReportingMailVirusTypeDetailIncomingTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "incoming_total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail virus type detail incoming total recipients
        
reporting_mail_virus_type_detail_incoming_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_virus_type_detail/outgoing_total_recipients
 
    mail virus type detail outgoing total recipients (smaApiV20ReportingMailVirusTypeDetailOutgoingTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "outgoing_total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail virus type detail outgoing total recipients
        
reporting_mail_virus_type_detail_outgoing_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_virus_type_detail/total_recipients
 
    mail virus type detail total recipients (smaApiV20ReportingMailVirusTypeDetailTotalRecipientsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "total_recipients" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail virus type detail total recipients
        
reporting_mail_virus_type_detail_total_recipients
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_specific_threat_summary
 
    mail vof specific threat summary (smaApiV20ReportingMailVofSpecificThreatSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected_virus_or_malware" : 0
    }, {
      "threat_detected_virus_or_malware" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof specific threat summary
        
reporting_mail_vof_specific_threat_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threat_details
 
    mail vof threat details (smaApiV20ReportingMailVofThreatDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threat details
        
reporting_mail_vof_threat_details
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threat_details/threat_detected
 
    mail vof threat details threat detected (smaApiV20ReportingMailVofThreatDetailsThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threat details threat detected
        
reporting_mail_vof_threat_details_threat_detected
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threat_summary
 
    mail vof threat summary (smaApiV20ReportingMailVofThreatSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threat summary
        
reporting_mail_vof_threat_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threat_summary/threat_detected
 
    mail vof threat summary threat detected (smaApiV20ReportingMailVofThreatSummaryThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threat summary threat detected
        
reporting_mail_vof_threat_summary_threat_detected
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_level
 
    mail vof threats by level (smaApiV20ReportingMailVofThreatsByLevelGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by level
        
reporting_mail_vof_threats_by_level
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_level/threat_detected
 
    mail vof threats by level threat detected (smaApiV20ReportingMailVofThreatsByLevelThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by level threat detected
        
reporting_mail_vof_threats_by_level_threat_detected
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_threat_type
 
    mail vof threats by threat type (smaApiV20ReportingMailVofThreatsByThreatTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by threat type
        
reporting_mail_vof_threats_by_threat_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_threat_type/threat_detected
 
    mail vof threats by threat type threat detected (smaApiV20ReportingMailVofThreatsByThreatTypeThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by threat type threat detected
        
reporting_mail_vof_threats_by_threat_type_threat_detected
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_time_threshold
 
    mail vof threats by time threshold (smaApiV20ReportingMailVofThreatsByTimeThresholdGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "local_store_quarantine_message_exit" : [ "", "" ],
      "quarantine_message_exit" : [ "", "" ]
    }, {
      "local_store_quarantine_message_exit" : [ "", "" ],
      "quarantine_message_exit" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by time threshold
        
reporting_mail_vof_threats_by_time_threshold
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_time_threshold/local_store_quarantine_message_exit
 
    mail vof threats by time threshold local store quarantine message exit (smaApiV20ReportingMailVofThreatsByTimeThresholdLocalStoreQuarantineMessageExitGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "local_store_quarantine_message_exit" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by time threshold local store quarantine message exit
        
reporting_mail_vof_threats_by_time_threshold_local_store_quarantine_message_exit
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_time_threshold/quarantine_message_exit
 
    mail vof threats by time threshold quarantine message exit (smaApiV20ReportingMailVofThreatsByTimeThresholdQuarantineMessageExitGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "quarantine_message_exit" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by time threshold quarantine message exit
        
reporting_mail_vof_threats_by_time_threshold_quarantine_message_exit
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_type
 
    mail vof threats by type (smaApiV20ReportingMailVofThreatsByTypeGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "threat_detected" : [ "", "" ]
    }, {
      "threat_detected" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by type
        
reporting_mail_vof_threats_by_type
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_by_type/threat_detected
 
    mail vof threats by type threat detected (smaApiV20ReportingMailVofThreatsByTypeThreatDetectedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "threat_detected" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats by type threat detected
        
reporting_mail_vof_threats_by_type_threat_detected
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_rewritten_url
 
    mail vof threats rewritten url (smaApiV20ReportingMailVofThreatsRewrittenUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "rewritten_url" : [ "", "" ]
    }, {
      "rewritten_url" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats rewritten url
        
reporting_mail_vof_threats_rewritten_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_vof_threats_rewritten_url/rewritten_url
 
    mail vof threats rewritten url rewritten url (smaApiV20ReportingMailVofThreatsRewrittenUrlRewrittenUrlGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
      top (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "rewritten_url" : [ "", "" ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    mail vof threats rewritten url rewritten url
        
reporting_mail_vof_threats_rewritten_url_rewritten_url
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/reporting_system
 
    reporting system (smaApiV20ReportingReportingSystemGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "heartbeat" : [ "", "" ],
      "end_time" : [ "", "" ],
      "begin_time" : [ "", "" ]
    }, {
      "heartbeat" : [ "", "" ],
      "end_time" : [ "", "" ],
      "begin_time" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    reporting system
        
reporting_reporting_system
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary
 
    summary of the mailbox on demand remediated messages (smaApiV20ReportingMailMorSummaryGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded_deleted" : 1,
      "msgs_total" : 6,
      "msgs_forwarded" : 5,
      "msgs_failed" : 5,
      "msgs_deleted" : 0
    }, {
      "msgs_forwarded_deleted" : 1,
      "msgs_total" : 6,
      "msgs_forwarded" : 5,
      "msgs_failed" : 5,
      "msgs_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages
        
reporting_mail_mor_summary
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_deleted
 
    summary of the mailbox on demand remediated messages deleted (smaApiV20ReportingMailMorSummaryMsgsDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_deleted" : 0
    }, {
      "msgs_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages deleted
        
reporting_mail_mor_summary_msgs_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_failed
 
    summary of the mailbox on demand remediated messages failed (smaApiV20ReportingMailMorSummaryMsgsFailedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_failed" : 0
    }, {
      "msgs_failed" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages failed
        
reporting_mail_mor_summary_msgs_failed
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_forwarded_deleted
 
    summary of the mailbox on demand remediated messages forwarded deleted (smaApiV20ReportingMailMorSummaryMsgsForwardedDeletedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded_deleted" : 0
    }, {
      "msgs_forwarded_deleted" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages forwarded deleted
        
reporting_mail_mor_summary_msgs_forwarded_deleted
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_forwarded
 
    summary of the mailbox on demand remediated messages forwarded (smaApiV20ReportingMailMorSummaryMsgsForwardedGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_forwarded" : 0
    }, {
      "msgs_forwarded" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages forwarded
        
reporting_mail_mor_summary_msgs_forwarded
    
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_mor_summary/msgs_total
 
    summary of the mailbox on demand remediated messages total (smaApiV20ReportingMailMorSummaryMsgsTotalGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "msgs_total" : 0
    }, {
      "msgs_total" : 0
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    summary of the mailbox on demand remediated messages total
        
reporting_mail_mor_summary_msgs_total
    
  
  
  
    
    Up
    delete /sma/api/v2.0/config/periodic_reports
 
    Delete periodic report (smaApiV20ConfigPeriodicReportsDelete)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      id (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "message" : "message"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete periodic report
        
periodic_report_delete
    
  
  
    
    Up
    get /sma/api/v2.0/config/periodic_reports
 
    Retrieve periodic reports summary (smaApiV20ConfigPeriodicReportsGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "meta" : {
      "totalCount" : 0
    },
    "periodic_reports" : [ {
      "periodic report id" : {
        "periodic_report_options" : {
          "periodic_report_format" : "periodic_report_format",
          "periodic_report_lang" : "periodic_report_lang",
          "periodic_report_rows" : 5,
          "periodic_report_time_range" : "periodic_report_time_range"
        },
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_type" : "periodic_report_type",
        "periodic_report_schedule" : {
          "periodic_report_second" : 0,
          "periodic_report_minute" : 6,
          "periodic_report_month" : "periodic_report_month",
          "periodic_report_schedule_type" : "periodic_report_schedule_type",
          "periodic_report_year" : "periodic_report_year",
          "periodic_report_day" : "periodic_report_day",
          "periodic_report_weekday" : "periodic_report_weekday",
          "periodic_report_hour" : 1
        },
        "periodic_report_user_name" : "periodic_report_user_name",
        "periodic_report_next_run_date" : "periodic_report_next_run_date",
        "periodic_report_product_type" : "periodic_report_product_type",
        "periodic_report_recipients" : [ { }, { } ],
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_delivery" : "periodic_report_delivery"
      }
    }, {
      "periodic report id" : {
        "periodic_report_options" : {
          "periodic_report_format" : "periodic_report_format",
          "periodic_report_lang" : "periodic_report_lang",
          "periodic_report_rows" : 5,
          "periodic_report_time_range" : "periodic_report_time_range"
        },
        "periodic_report_tier" : "periodic_report_tier",
        "periodic_report_type_name" : "periodic_report_type_name",
        "periodic_report_type" : "periodic_report_type",
        "periodic_report_schedule" : {
          "periodic_report_second" : 0,
          "periodic_report_minute" : 6,
          "periodic_report_month" : "periodic_report_month",
          "periodic_report_schedule_type" : "periodic_report_schedule_type",
          "periodic_report_year" : "periodic_report_year",
          "periodic_report_day" : "periodic_report_day",
          "periodic_report_weekday" : "periodic_report_weekday",
          "periodic_report_hour" : 1
        },
        "periodic_report_user_name" : "periodic_report_user_name",
        "periodic_report_next_run_date" : "periodic_report_next_run_date",
        "periodic_report_product_type" : "periodic_report_product_type",
        "periodic_report_recipients" : [ { }, { } ],
        "periodic_report_title" : "periodic_report_title",
        "periodic_report_delivery" : "periodic_report_delivery"
      }
    } ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve periodic reports entries
        
config_periodic_reports_view
    
  
  
    
    Up
    post /sma/api/v2.0/config/periodic_reports
 
    Add periodic report (smaApiV20ConfigPeriodicReportsPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add periodic report 
                   
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : "data"
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add periodic report
        
periodic_report_post
    
  
  
  
    
    Up
    post /sma/api/v2.0/config/archived_reports
 
    Add archived report (smaApiV20ConfigArchivedReportsPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add archived report 
                   
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : "data"
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add archived report
        
archived_report_post
    
  
  
    
    Up
    post /sma/api/v2.0/config/centralizedServices/centralizedReporting/allGroups
 
    Add/Edit/Remove reporting groups (smaApiV20ConfigCentralizedServicesCentralizedReportingAllGroupsPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add/Edit/Remove reporting groups
        
config/common/update_success_message
    404
    Error in Add/Edit/Remove reporting groups
        
config/common/error_message
    409
    Request Conflict in Add/Edit/Remove reporting groups
        
config/common/error_message
    
  
  
    
    Up
    post /sma/api/v2.0/config/centralizedServices/centralizedReporting/reportingGroups
 
    Add reporting groups (smaApiV20ConfigCentralizedServicesCentralizedReportingReportingGroupsPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add reporting groups
        
config/common/update_success_message
    404
    Error in Add reporting groups
        
config/common/error_message
    409
    Request Conflict in Add reporting groups
        
config/common/error_message
    
  
  
    
    Up
    post /sma/api/v2.0/config/local_quarantines
 
    add pvo quarantine (smaApiV20ConfigLocalQuarantinesPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add pvo quarantine request body 
                   
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "totalCount" : 0,
    "quarantine_names" : [ "quarantine_names", "quarantine_names" ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    201
    Add pvo quarantine
        
config_local_quarantines_add_message
    
  
  
    
    Up
    post /sma/api/v2.0/config/periodic_reports
 
    Add periodic report (smaApiV20ConfigPeriodicReportsPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add periodic report 
                   
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : "data"
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add periodic report
        
periodic_report_post
    
  
  
    
    Up
    post /sma/api/v2.0/quarantine/blocklist
 
    Add, edit and append Blocklist entries (smaApiV20QuarantineBlocklistPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add, edit and append Blocklist entries request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "senderList" : [ "senderList", "senderList" ],
    "recipientAddresses" : [ "recipientAddresses", "recipientAddresses" ],
    "action" : "action"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add, edit and append Blocklist entries
        
quarantine_blocklist_post
    
  
  
    
    Up
    post /sma/api/v2.0/quarantine/messages
 
    Release messages that match various attribute (smaApiV20QuarantineMessagesPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Quarantine message release request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Release messages that match various attribute
        
inline_response_200_2
    
  
  
    
    Up
    post /sma/api/v2.0/quarantine/rules
 
    Release messages from the rule summary that match multiple attributes (smaApiV20QuarantineRulesPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Release messages from the rule summary that match multiple attributes 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "action" : "action",
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Release messages from the rule summary that match multiple attributes
        
quarantine_messages_release
    
  
  
    
    Up
    post /sma/api/v2.0/quarantine/safelist
 
    Add, edit and append Safelist entries (smaApiV20QuarantineSafelistPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add, edit and append Safelist entries request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "senderList" : [ "senderList", "senderList" ],
    "recipientAddresses" : [ "recipientAddresses", "recipientAddresses" ],
    "action" : "action"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add, edit and append Safelist entries
        
quarantine_safelist_post
    
  
  
  
    
    Up
    put /sma/api/v2.0/config/centralizedServices/centralizedReporting/reportingGroups
 
    Edit reporting groups (smaApiV20ConfigCentralizedServicesCentralizedReportingReportingGroupsPut)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Edit reporting groups
        
config/common/update_success_message
    404
    Error in Edit reporting groups
        
config/common/error_message
    409
    Request Conflict in Edit reporting groups
        
config/common/error_message
    
  
  
    
    Up
    put /sma/api/v2.0/config/centralizedServices/serviceStatus
 
    edit centralized services status (smaApiV20ConfigCentralizedServicesServiceStatusPut)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Edit centralized services status
        
config/common/update_success_message
    
  
  
    
    Up
    put /sma/api/v2.0/config/local_quarantines/{quarantine_name}
 
    edit pvo quarantine (smaApiV20ConfigLocalQuarantinesQuarantineNamePut)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Edit pvo quarantine request body 
                   
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "message" : "message"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Edit pvo quarantine
        
config_local_quarantines_edit_message
    
  
  
  
    
    Up
    post /sma/api/v2.0/config/local_quarantines
 
    add pvo quarantine (smaApiV20ConfigLocalQuarantinesPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add pvo quarantine request body 
                   
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "totalCount" : 0,
    "quarantine_names" : [ "quarantine_names", "quarantine_names" ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    201
    Add pvo quarantine
        
config_local_quarantines_add_message
    
  
  
    
    Up
    delete /sma/api/v2.0/config/local_quarantines/{quarantine_name}
 
    delete pvo quarantine (smaApiV20ConfigLocalQuarantinesQuarantineNameDelete)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "message" : "message"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete pvo quarantine
        
config_local_quarantines_delete
    
  
  
    
    Up
    get /sma/api/v2.0/config/local_quarantines/{quarantine_name}
 
    get pvo quarantine details (smaApiV20ConfigLocalQuarantinesQuarantineNameGet)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "quarantine_users" : [ { }, { } ],
    "quarantine_retention_units" : "quarantine_retention_units",
    "quarantine_created_by" : "quarantine_created_by",
    "quarantine_normal_actions" : {
      "quarantine_action" : "quarantine_action"
    },
    "quarantine_type" : "quarantine_type",
    "quarantine_created_on" : "quarantine_created_on",
    "quarantine_retention_period" : 0,
    "quarantine_custom_roles" : [ { }, { } ],
    "quarantine_groups" : [ { }, { } ],
    "quarantine_automatic_action" : true,
    "quarantine_size_used" : "quarantine_size_used",
    "quarantine_name" : "quarantine_name",
    "quarantine_overflow_actions" : {
      "quarantine_header_name" : "quarantine_header_name",
      "quarantine_header_text" : "quarantine_header_text",
      "quarantine_subject_text" : "quarantine_subject_text",
      "quarantine_subject_action" : "quarantine_subject_action",
      "quarantine_strip_action" : "quarantine_strip_action"
    }
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get pvo quarantine details
        
config_local_quarantines_get
    
  
  
    
    Up
    put /sma/api/v2.0/config/local_quarantines/{quarantine_name}
 
    edit pvo quarantine (smaApiV20ConfigLocalQuarantinesQuarantineNamePut)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Edit pvo quarantine request body 
                   
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "message" : "message"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Edit pvo quarantine
        
config_local_quarantines_edit_message
    
  
  
    
    Up
    get /sma/api/v2.0/config/quarantine_filters/{quarantine_name}
 
    get quarantine users (smaApiV20ConfigQuarantineFiltersQuarantineNameGet)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "quarantine_filters" : [ {
      "esa" : "esa",
      "name" : "name",
      "type" : "type"
    }, {
      "esa" : "esa",
      "name" : "name",
      "type" : "type"
    } ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get quarantine users
        
config_local_quarantines_filters
    
  
  
    
    Up
    get /sma/api/v2.0/config/quarantine_users
 
    get quarantine users (smaApiV20ConfigQuarantineUsersGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "local_users" : [ "local_users", "local_users" ],
    "custom_user_roles" : [ "custom_user_roles", "custom_user_roles" ],
    "ext_users" : [ "ext_users", "ext_users" ],
    "external_authentication_service" : "external_authentication_service"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get quarantine users
        
config_local_quarantines_users
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/messages/attachment
 
    Download an attachment accompanying a message in a quarantine (smaApiV20QuarantineMessagesAttachmentGet)
    
    Query parameters
    
      mid (optional)
      
            Query Parameter —  
      attachmentId (optional)
      
            Query Parameter —  
      quarantineType (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Download an attachment accompanying a message in a quarantine
        
quarantine_messages_pvo_attachment
    
  
  
    
    Up
    delete /sma/api/v2.0/quarantine/messages
 
    Delete messages that match various attribute (smaApiV20QuarantineMessagesDelete)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Quarantine message delete request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "action" : "action",
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete messages that match various attribute
        
quarantine_messages_delete
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/messages
 
    Search for messages in the spam quarantine that match multiple attributes (smaApiV20QuarantineMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      quarantineType (optional)
      
            Query Parameter —  
      quarantines (optional)
      
            Query Parameter —  
      originatingEsaIp (optional)
      
            Query Parameter —  
      subjectFilterBy (optional)
      
            Query Parameter —  
      subjectFilterValue (optional)
      
            Query Parameter —  
      attachmentName (optional)
      
            Query Parameter —  
      attachmentSizeFilterBy (optional)
      
            Query Parameter —  
      attachmentSizeFromValue (optional)
      
            Query Parameter —  
      attachmentSizeToValue (optional)
      
            Query Parameter —  
      envelopeRecipientFilterBy (optional)
      
            Query Parameter —  
      envelopeRecipientFilterValue (optional)
      
            Query Parameter —  
      envelopeSenderFilterBy (optional)
      
            Query Parameter —  
      envelopeSenderFilterValue (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Search for messages in the spam quarantine that match multiple attributes
        
inline_response_200_1
    
  
  
    
    Up
    post /sma/api/v2.0/quarantine/messages
 
    Release messages that match various attribute (smaApiV20QuarantineMessagesPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Quarantine message release request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Release messages that match various attribute
        
inline_response_200_2
    
  
  
    
    Up
    delete /sma/api/v2.0/quarantine/rules
 
    Delete messages from the rule summary that match multiple attributes (smaApiV20QuarantineRulesDelete)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Delete messages from the rule summary that match multiple attributes 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "action" : "action",
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete messages from the rule summary that match multiple attributes
        
quarantine_messages_delete
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/rules
 
    Retrieve the rule summary (smaApiV20QuarantineRulesGet)
    
    Query parameters
    
      quarantineType (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "attributes" : {
      "averageMessageSize" : "averageMessageSize",
      "totalSize" : "totalSize",
      "numberOfMessages" : 0,
      "ruleId" : "ruleId",
      "ruleDescription" : "ruleDescription",
      "capacity" : "capacity"
    },
    "rid" : 6
  },
  "meta" : {
    "totalAverageMessageSize" : "totalAverageMessageSize",
    "totalNumberOfMessages" : 1
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve the rule summary
        
quarantine_pvo_rules
    
  
  
    
    Up
    post /sma/api/v2.0/quarantine/rules
 
    Release messages from the rule summary that match multiple attributes (smaApiV20QuarantineRulesPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Release messages from the rule summary that match multiple attributes 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "action" : "action",
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Release messages from the rule summary that match multiple attributes
        
quarantine_messages_release
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/rules_search
 
    Search for messages in quarantine that match a specific rule ID (smaApiV20QuarantineRulesSearchGet)
    
    Query parameters
    
      quarantineType (optional)
      
            Query Parameter —  
      ruleId (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : [ {
    "mid" : "mid",
    "attributes" : {
      "size" : "size",
      "esaHostName" : "esaHostName",
      "sender" : "sender",
      "subject" : "subject",
      "originatingEsaIp" : "originatingEsaIp",
      "quarantineForReason" : [ "quarantineForReason", "quarantineForReason" ],
      "recipient" : [ "recipient", "recipient" ],
      "inQuarantines" : "inQuarantines",
      "scheduledExit" : "scheduledExit",
      "received" : "received",
      "esaMid" : 0,
      "quarantineForReasonDict" : [ {
        "reason" : [ "reason", "reason" ],
        "quarantineName" : "quarantineName"
      }, {
        "reason" : [ "reason", "reason" ],
        "quarantineName" : "quarantineName"
      } ]
    }
  }, {
    "mid" : "mid",
    "attributes" : {
      "size" : "size",
      "esaHostName" : "esaHostName",
      "sender" : "sender",
      "subject" : "subject",
      "originatingEsaIp" : "originatingEsaIp",
      "quarantineForReason" : [ "quarantineForReason", "quarantineForReason" ],
      "recipient" : [ "recipient", "recipient" ],
      "inQuarantines" : "inQuarantines",
      "scheduledExit" : "scheduledExit",
      "received" : "received",
      "esaMid" : 0,
      "quarantineForReasonDict" : [ {
        "reason" : [ "reason", "reason" ],
        "quarantineName" : "quarantineName"
      }, {
        "reason" : [ "reason", "reason" ],
        "quarantineName" : "quarantineName"
      } ]
    }
  } ],
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Search for messages in quarantine that match a specific rule ID
        
quarantine_messages_pvo_rules-search
    
  
  
  
    
    Up
    post /sma/api/v2.0/config/local_quarantines
 
    add pvo quarantine (smaApiV20ConfigLocalQuarantinesPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add pvo quarantine request body 
                   
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "totalCount" : 0,
    "quarantine_names" : [ "quarantine_names", "quarantine_names" ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    201
    Add pvo quarantine
        
config_local_quarantines_add_message
    
  
  
    
    Up
    delete /sma/api/v2.0/config/local_quarantines/{quarantine_name}
 
    delete pvo quarantine (smaApiV20ConfigLocalQuarantinesQuarantineNameDelete)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "message" : "message"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete pvo quarantine
        
config_local_quarantines_delete
    
  
  
    
    Up
    get /sma/api/v2.0/config/local_quarantines/{quarantine_name}
 
    get pvo quarantine details (smaApiV20ConfigLocalQuarantinesQuarantineNameGet)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "quarantine_users" : [ { }, { } ],
    "quarantine_retention_units" : "quarantine_retention_units",
    "quarantine_created_by" : "quarantine_created_by",
    "quarantine_normal_actions" : {
      "quarantine_action" : "quarantine_action"
    },
    "quarantine_type" : "quarantine_type",
    "quarantine_created_on" : "quarantine_created_on",
    "quarantine_retention_period" : 0,
    "quarantine_custom_roles" : [ { }, { } ],
    "quarantine_groups" : [ { }, { } ],
    "quarantine_automatic_action" : true,
    "quarantine_size_used" : "quarantine_size_used",
    "quarantine_name" : "quarantine_name",
    "quarantine_overflow_actions" : {
      "quarantine_header_name" : "quarantine_header_name",
      "quarantine_header_text" : "quarantine_header_text",
      "quarantine_subject_text" : "quarantine_subject_text",
      "quarantine_subject_action" : "quarantine_subject_action",
      "quarantine_strip_action" : "quarantine_strip_action"
    }
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get pvo quarantine details
        
config_local_quarantines_get
    
  
  
    
    Up
    put /sma/api/v2.0/config/local_quarantines/{quarantine_name}
 
    edit pvo quarantine (smaApiV20ConfigLocalQuarantinesQuarantineNamePut)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Edit pvo quarantine request body 
                   
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "message" : "message"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Edit pvo quarantine
        
config_local_quarantines_edit_message
    
  
  
    
    Up
    get /sma/api/v2.0/config/quarantine_filters/{quarantine_name}
 
    get quarantine users (smaApiV20ConfigQuarantineFiltersQuarantineNameGet)
    
    Path parameters
    
      quarantine_name (required)
      
            Path Parameter —  
       
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "quarantine_filters" : [ {
      "esa" : "esa",
      "name" : "name",
      "type" : "type"
    }, {
      "esa" : "esa",
      "name" : "name",
      "type" : "type"
    } ]
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get quarantine users
        
config_local_quarantines_filters
    
  
  
    
    Up
    get /sma/api/v2.0/config/quarantine_users
 
    get quarantine users (smaApiV20ConfigQuarantineUsersGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "local_users" : [ "local_users", "local_users" ],
    "custom_user_roles" : [ "custom_user_roles", "custom_user_roles" ],
    "ext_users" : [ "ext_users", "ext_users" ],
    "external_authentication_service" : "external_authentication_service"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get quarantine users
        
config_local_quarantines_users
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/reporting_system
 
    reporting system (smaApiV20ReportingReportingSystemGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : [ {
      "heartbeat" : [ "", "" ],
      "end_time" : [ "", "" ],
      "begin_time" : [ "", "" ]
    }, {
      "heartbeat" : [ "", "" ],
      "end_time" : [ "", "" ],
      "begin_time" : [ "", "" ]
    } ]
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    reporting system
        
reporting_reporting_system
    
  
  
  
    
    Up
    get /sma/api/v2.0/reporting/mail_safeprint_details
 
    Safe Print original attachment details (smaApiV20ReportingMailSafeprintDetailsGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      device_type (optional)
      
            Query Parameter —  default: esa 
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "type" : "type",
    "resultSet" : {
      "file_ext" : [ { }, { } ]
    }
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Safe Print original attachment details
        
reporting_mail_safeprint_details
    
  
  
  
    
    Up
    delete /sma/api/v2.0/quarantine/safelist
 
    Delete safelist entries (smaApiV20QuarantineSafelistDelete)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Quarantine safelist delete request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete safelist entries
        
inline_response_200_4
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/safelist
 
    Retrieve Safelist entries (smaApiV20QuarantineSafelistGet)
    
    Query parameters
    
      action (optional)
      
            Query Parameter —  
      viewBy (optional)
      
            Query Parameter —  
      search (optional)
      
            Query Parameter —  
      quarantineType (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "senderList" : [ "senderList", "senderList" ],
    "recipientAddress" : "recipientAddress"
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve Safelist entries
        
quarantine_safelist
    
  
  
    
    Up
    post /sma/api/v2.0/quarantine/safelist
 
    Add, edit and append Safelist entries (smaApiV20QuarantineSafelistPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add, edit and append Safelist entries request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "senderList" : [ "senderList", "senderList" ],
    "recipientAddresses" : [ "recipientAddresses", "recipientAddresses" ],
    "action" : "action"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add, edit and append Safelist entries
        
quarantine_safelist_post
    
  
  
  
    
    Up
    get /sma/api/v2.0/config/centralizedServices/serviceStatus
 
    get centralized services status (smaApiV20ConfigCentralizedServicesServiceStatusGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/centralized_services/config_service_status
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get centralized services status
        
config/centralized_services/config_service_status
    
  
  
    
    Up
    put /sma/api/v2.0/config/centralizedServices/serviceStatus
 
    edit centralized services status (smaApiV20ConfigCentralizedServicesServiceStatusPut)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/common/update_success_message
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Edit centralized services status
        
config/common/update_success_message
    
  
  
  
    
    Up
    delete /sma/api/v2.0/quarantine/blocklist
 
    Delete blocklist entries (smaApiV20QuarantineBlocklistDelete)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Quarantine blocklist delete request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete blocklist entries
        
inline_response_200
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/blocklist
 
    Retrieve Blocklist entries (smaApiV20QuarantineBlocklistGet)
    
    Query parameters
    
      action (optional)
      
            Query Parameter —  
      viewBy (optional)
      
            Query Parameter —  
      search (optional)
      
            Query Parameter —  
      quarantineType (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "senderList" : [ "senderList", "senderList" ],
    "recipientAddress" : "recipientAddress"
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve Blocklist entries
        
quarantine_safelist
    
  
  
    
    Up
    post /sma/api/v2.0/quarantine/blocklist
 
    Add, edit and append Blocklist entries (smaApiV20QuarantineBlocklistPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add, edit and append Blocklist entries request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "senderList" : [ "senderList", "senderList" ],
    "recipientAddresses" : [ "recipientAddresses", "recipientAddresses" ],
    "action" : "action"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add, edit and append Blocklist entries
        
quarantine_blocklist_post
    
  
  
    
    Up
    delete /sma/api/v2.0/quarantine/messages
 
    Delete messages that match various attribute (smaApiV20QuarantineMessagesDelete)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Quarantine message delete request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "action" : "action",
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete messages that match various attribute
        
quarantine_messages_delete
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/messages/details
 
    Retrieve details of a message that match multiple attributes (smaApiV20QuarantineMessagesDetailsGet)
    
    Query parameters
    
      mid (optional)
      
            Query Parameter —  
      quarantineType (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve details of a message that match multiple attributes
        
inline_response_200_3
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/messages
 
    Search for messages in the spam quarantine that match multiple attributes (smaApiV20QuarantineMessagesGet)
    
    Query parameters
    
      startDate (optional)
      
            Query Parameter —  
      endDate (optional)
      
            Query Parameter —  
      quarantineType (optional)
      
            Query Parameter —  
      quarantines (optional)
      
            Query Parameter —  
      originatingEsaIp (optional)
      
            Query Parameter —  
      subjectFilterBy (optional)
      
            Query Parameter —  
      subjectFilterValue (optional)
      
            Query Parameter —  
      attachmentName (optional)
      
            Query Parameter —  
      attachmentSizeFilterBy (optional)
      
            Query Parameter —  
      attachmentSizeFromValue (optional)
      
            Query Parameter —  
      attachmentSizeToValue (optional)
      
            Query Parameter —  
      envelopeRecipientFilterBy (optional)
      
            Query Parameter —  
      envelopeRecipientFilterValue (optional)
      
            Query Parameter —  
      envelopeSenderFilterBy (optional)
      
            Query Parameter —  
      envelopeSenderFilterValue (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Search for messages in the spam quarantine that match multiple attributes
        
inline_response_200_1
    
  
  
    
    Up
    post /sma/api/v2.0/quarantine/messages
 
    Release messages that match various attribute (smaApiV20QuarantineMessagesPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Quarantine message release request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Release messages that match various attribute
        
inline_response_200_2
    
  
  
    
    Up
    delete /sma/api/v2.0/quarantine/safelist
 
    Delete safelist entries (smaApiV20QuarantineSafelistDelete)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Quarantine safelist delete request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    ""
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Delete safelist entries
        
inline_response_200_4
    
  
  
    
    Up
    get /sma/api/v2.0/quarantine/safelist
 
    Retrieve Safelist entries (smaApiV20QuarantineSafelistGet)
    
    Query parameters
    
      action (optional)
      
            Query Parameter —  
      viewBy (optional)
      
            Query Parameter —  
      search (optional)
      
            Query Parameter —  
      quarantineType (optional)
      
            Query Parameter —  
      orderDir (optional)
      
            Query Parameter —  
      orderBy (optional)
      
            Query Parameter —  
      offset (optional)
      
            Query Parameter —  
      limit (optional)
      
            Query Parameter —  
       
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "senderList" : [ "senderList", "senderList" ],
    "recipientAddress" : "recipientAddress"
  },
  "meta" : {
    "totalCount" : 0
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Retrieve Safelist entries
        
quarantine_safelist
    
  
  
    
    Up
    post /sma/api/v2.0/quarantine/safelist
 
    Add, edit and append Safelist entries (smaApiV20QuarantineSafelistPost)
    
    Consumes
    This API call consumes the following media types via the  request header:
    
    Request body
    
      
      
            Body Parameter — Add, edit and append Safelist entries request body 
                   
    Return type
    
    
    Example data
    Content-Type: application/json
    {
  "data" : {
    "senderList" : [ "senderList", "senderList" ],
    "recipientAddresses" : [ "recipientAddresses", "recipientAddresses" ],
    "action" : "action"
  }
}
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Add, edit and append Safelist entries
        
quarantine_safelist_post
    
  
  
  
    
    Up
    get /sma/api/v2.0/config/centralizedServices/systemStatus
 
    get centralized system status (smaApiV20ConfigCentralizedServicesSystemStatusGet)
    
    Query parameters
    
      device_type (optional)
      
            Query Parameter —  default: sma 
       
    Return type
    
      
      config/centralized_services/config_system_status
    
    
    Example data
    Content-Type: application/json
    "{}"
    Produces
    This API call produces the following media types according to the  request header;
    the media type will be conveyed by the  response header.
    
      application/json, text/plain, / 
    
    Responses
    200
    Get centralized system status
        
config/centralized_services/config_system_status
    
  
  
  [ Jump to 
Methods ]
  
Table of Contents
  
    archived_report_delete 
    archived_report_post 
    archived_report_post_request-body 
    archived_report_post_requestbody_data 
    archived_report_post_requestbody_data_archived_reports 
    archived_report_post_requestbody_data_periodic_report_options 
    body 
    body_1 
    body_2 
    body_3 
    body_4 
    body_5 
    config 
    config_archived_reports_view 
    config_archived_reports_view_data 
    config_archived_reports_view_data_archived_reports 
    config_archived_reports_view_data_properties 
    config_legacy_archived_reports_view 
    config_legacy_archived_reports_view_data 
    config_local_quarantines_add_delete 
    config_local_quarantines_add_delete_quarantines 
    config_local_quarantines_add_message 
    config_local_quarantines_add_message_data 
    config_local_quarantines_add_release 
    config_local_quarantines_add_release_quarantines 
    config_local_quarantines_delete 
    config_local_quarantines_edit_delete 
    config_local_quarantines_edit_message 
    config_local_quarantines_edit_release 
    config_local_quarantines_edit_release_quarantine_overflow_actions 
    config_local_quarantines_filters 
    config_local_quarantines_filters_data 
    config_local_quarantines_filters_data_quarantine_filters 
    config_local_quarantines_get 
    config_local_quarantines_get_data 
    config_local_quarantines_get_data_quarantine_normal_actions 
    config_local_quarantines_get_data_quarantine_overflow_actions 
    config_local_quarantines_users 
    config_local_quarantines_users_data 
    config_periodic_reports_view 
    config_periodic_reports_view_data 
    config_periodic_reports_view_data_periodic report id 
    config_periodic_reports_view_data_periodic report id_periodic_report_options 
    config_periodic_reports_view_data_periodic report id_periodic_report_schedule 
    config_periodic_reports_view_data_periodic_reports 
    inline_response_200 
    inline_response_200_1 
    inline_response_200_2 
    inline_response_200_3 
    inline_response_200_4 
    message-tracking_amp-details 
    message-tracking_connection-details 
    message-tracking_details 
    message-tracking_dlp-details 
    message-tracking_messages 
    message-tracking_rejected_connections 
    message-tracking_url-details 
    messagetracking_ampdetails_data 
    messagetracking_ampdetails_data_messages 
    messagetracking_ampdetails_data_messages_ampDetails 
    messagetracking_ampdetails_data_messages_sendingHostSummary 
    messagetracking_connectiondetails_messages 
    messagetracking_details_data 
    messagetracking_details_data_messages 
    messagetracking_dlpdetails_data 
    messagetracking_dlpdetails_data_messages 
    messagetracking_dlpdetails_data_messages_dlpDetails 
    messagetracking_dlpdetails_data_messages_dlpDetails_dlpMatchedContent 
    messagetracking_dlpdetails_data_messages_dlpDetails_messagePartMatch 
    messagetracking_messages_attributes 
    messagetracking_messages_data 
    messagetracking_messages_meta 
    messagetracking_rejected_connections_attributes 
    messagetracking_rejected_connections_data 
    messagetracking_urldetails_data 
    messagetracking_urldetails_data_messages 
    periodic_report_delete 
    periodic_report_delete_data 
    periodic_report_post 
    periodic_report_post_request-body 
    periodic_report_post_requestbody_data 
    periodic_report_post_requestbody_data_periodic_report_options 
    periodic_report_post_requestbody_data_periodic_report_options_periodic_report_sort_columns 
    periodic_report_post_requestbody_data_periodic_report_schedule 
    periodic_report_post_requestbody_data_periodic_reports 
    quarantine_blocklist_post 
    quarantine_blocklist_post_data 
    quarantine_blocklist_post_request-body 
    quarantine_blocklist_recipient_delete 
    quarantine_blocklist_recipient_delete_data 
    quarantine_blocklist_recipient_delete_request-body 
    quarantine_blocklist_sender_delete 
    quarantine_blocklist_sender_delete_data 
    quarantine_blocklist_sender_delete_request-body 
    quarantine_messages 
    quarantine_messages_attributes 
    quarantine_messages_data 
    quarantine_messages_delete 
    quarantine_messages_delete_data 
    quarantine_messages_delete_request-body 
    quarantine_messages_details 
    quarantine_messages_details_data 
    quarantine_messages_details_data_attributes 
    quarantine_messages_details_pvo 
    quarantine_messages_details_pvo_data 
    quarantine_messages_details_pvo_data_attributes 
    quarantine_messages_details_pvo_data_attributes_messageDetails 
    quarantine_messages_details_pvo_data_attributes_messagePartDetails 
    quarantine_messages_details_pvo_data_attributes_quarantineDetails 
    quarantine_messages_meta 
    quarantine_messages_pvo 
    quarantine_messages_pvo_attachment 
    quarantine_messages_pvo_attributes 
    quarantine_messages_pvo_attributes_quarantineForReasonDict 
    quarantine_messages_pvo_copy 
    quarantine_messages_pvo_copy_request-body 
    quarantine_messages_pvo_data 
    quarantine_messages_pvo_delay 
    quarantine_messages_pvo_delay_request-body 
    quarantine_messages_pvo_delete_request-body 
    quarantine_messages_pvo_move 
    quarantine_messages_pvo_move_request-body 
    quarantine_messages_pvo_release_request-body 
    quarantine_messages_pvo_rules 
    quarantine_messages_pvo_rules-search 
    quarantine_messages_pvo_rules_data 
    quarantine_messages_pvo_rules_data_attributes 
    quarantine_messages_pvo_rules_meta 
    quarantine_messages_pvo_rulessearch_attributes 
    quarantine_messages_pvo_rulessearch_data 
    quarantine_messages_release 
    quarantine_messages_release_request-body 
    quarantine_pvo_rules 
    quarantine_pvo_rules_data 
    quarantine_pvo_rules_delete_request-body 
    quarantine_pvo_rules_release_request-body 
    quarantine_safelist 
    quarantine_safelist_data 
    quarantine_safelist_post 
    quarantine_safelist_post_request-body 
    quarantine_safelist_recipient_delete 
    quarantine_safelist_recipient_delete_request-body 
    quarantine_safelist_sender_delete 
    quarantine_safelist_sender_delete_request-body 
    reporting_mail_advanced_phishing_protection_summary 
    reporting_mail_advanced_phishing_protection_summary_data 
    reporting_mail_advanced_phishing_protection_summary_data_resultSet 
    reporting_mail_amp_file_analysis_by_filename 
    reporting_mail_amp_file_analysis_by_filename_completed_timestamp 
    reporting_mail_amp_file_analysis_by_filename_completed_timestamp_data 
    reporting_mail_amp_file_analysis_by_filename_completed_timestamp_data_resultSet 
    reporting_mail_amp_file_analysis_by_filename_console_url 
    reporting_mail_amp_file_analysis_by_filename_console_url_data 
    reporting_mail_amp_file_analysis_by_filename_console_url_data_resultSet 
    reporting_mail_amp_file_analysis_by_filename_data 
    reporting_mail_amp_file_analysis_by_filename_data_resultSet 
    reporting_mail_amp_file_analysis_by_filename_interim_verdict 
    reporting_mail_amp_file_analysis_by_filename_interim_verdict_data 
    reporting_mail_amp_file_analysis_by_filename_interim_verdict_data_resultSet 
    reporting_mail_amp_file_analysis_by_filename_msg_direction 
    reporting_mail_amp_file_analysis_by_filename_msg_direction_data 
    reporting_mail_amp_file_analysis_by_filename_msg_direction_data_resultSet 
    reporting_mail_amp_file_analysis_by_filename_run_id 
    reporting_mail_amp_file_analysis_by_filename_run_id_data 
    reporting_mail_amp_file_analysis_by_filename_run_id_data_resultSet 
    reporting_mail_amp_file_analysis_by_filename_score 
    reporting_mail_amp_file_analysis_by_filename_score_data 
    reporting_mail_amp_file_analysis_by_filename_score_data_resultSet 
    reporting_mail_amp_file_analysis_by_filename_status 
    reporting_mail_amp_file_analysis_by_filename_status_data 
    reporting_mail_amp_file_analysis_by_filename_status_data_resultSet 
    reporting_mail_amp_file_analysis_by_filename_submit_timestamp 
    reporting_mail_amp_file_analysis_by_filename_submit_timestamp_data 
    reporting_mail_amp_file_analysis_by_filename_submit_timestamp_data_resultSet 
    reporting_mail_amp_file_analysis_by_filename_url 
    reporting_mail_amp_file_analysis_by_filename_url_data 
    reporting_mail_amp_file_analysis_by_filename_url_data_resultSet 
    reporting_mail_amp_reputation_update 
    reporting_mail_amp_reputation_update_console_url 
    reporting_mail_amp_reputation_update_data 
    reporting_mail_amp_reputation_update_data_resultSet 
    reporting_mail_amp_reputation_update_filenames 
    reporting_mail_amp_reputation_update_filenames_data 
    reporting_mail_amp_reputation_update_filenames_data_resultSet 
    reporting_mail_amp_reputation_update_msg_direction 
    reporting_mail_amp_reputation_update_old_disposition 
    reporting_mail_amp_reputation_update_old_disposition_data 
    reporting_mail_amp_reputation_update_old_disposition_data_resultSet 
    reporting_mail_amp_reputation_update_timestamped_tuple 
    reporting_mail_amp_reputation_update_timestamped_tuple_data 
    reporting_mail_amp_reputation_update_timestamped_tuple_data_resultSet 
    reporting_mail_amp_threat_summary 
    reporting_mail_amp_threat_summary_data 
    reporting_mail_amp_threat_summary_data_resultSet 
    reporting_mail_authentication_incoming_domain 
    reporting_mail_authentication_incoming_domain_auth_disallow 
    reporting_mail_authentication_incoming_domain_auth_disallow_data 
    reporting_mail_authentication_incoming_domain_auth_disallow_data_resultSet 
    reporting_mail_authentication_incoming_domain_auth_fail 
    reporting_mail_authentication_incoming_domain_auth_fail_data 
    reporting_mail_authentication_incoming_domain_auth_fail_data_resultSet 
    reporting_mail_authentication_incoming_domain_auth_success 
    reporting_mail_authentication_incoming_domain_auth_success_data 
    reporting_mail_authentication_incoming_domain_auth_success_data_resultSet 
    reporting_mail_authentication_incoming_domain_cert_fail 
    reporting_mail_authentication_incoming_domain_cert_fail_data 
    reporting_mail_authentication_incoming_domain_cert_fail_data_resultSet 
    reporting_mail_authentication_incoming_domain_cert_fallback_fail 
    reporting_mail_authentication_incoming_domain_cert_fallback_fail_data 
    reporting_mail_authentication_incoming_domain_cert_fallback_fail_data_resultSet 
    reporting_mail_authentication_incoming_domain_cert_fallback_success 
    reporting_mail_authentication_incoming_domain_cert_fallback_success_data 
    reporting_mail_authentication_incoming_domain_cert_fallback_success_data_resultSet 
    reporting_mail_authentication_incoming_domain_cert_success 
    reporting_mail_authentication_incoming_domain_cert_success_data 
    reporting_mail_authentication_incoming_domain_cert_success_data_resultSet 
    reporting_mail_authentication_incoming_domain_data 
    reporting_mail_authentication_incoming_domain_data_resultSet 
    reporting_mail_authentication_incoming_domain_ip 
    reporting_mail_authentication_incoming_domain_ip_data 
    reporting_mail_authentication_incoming_domain_ip_data_resultSet 
    reporting_mail_authentication_incoming_domain_ip_last_auth_disallow 
    reporting_mail_authentication_incoming_domain_ip_last_auth_disallow_data 
    reporting_mail_authentication_incoming_domain_ip_last_auth_disallow_data_resultSet 
    reporting_mail_authentication_incoming_domain_ip_last_auth_fail 
    reporting_mail_authentication_incoming_domain_ip_last_auth_fail_data 
    reporting_mail_authentication_incoming_domain_ip_last_auth_fail_data_resultSet 
    reporting_mail_authentication_incoming_domain_ip_last_auth_success 
    reporting_mail_authentication_incoming_domain_ip_last_auth_success_data 
    reporting_mail_authentication_incoming_domain_ip_last_auth_success_data_resultSet 
    reporting_mail_authentication_incoming_domain_ip_last_cert_fail 
    reporting_mail_authentication_incoming_domain_ip_last_cert_fail_data 
    reporting_mail_authentication_incoming_domain_ip_last_cert_fail_data_resultSet 
    reporting_mail_authentication_incoming_domain_ip_last_cert_fallback 
    reporting_mail_authentication_incoming_domain_ip_last_cert_fallback_data 
    reporting_mail_authentication_incoming_domain_ip_last_cert_fallback_data_resultSet 
    reporting_mail_authentication_incoming_domain_ip_last_cert_success 
    reporting_mail_authentication_incoming_domain_ip_last_cert_success_data 
    reporting_mail_authentication_incoming_domain_ip_last_cert_success_data_resultSet 
    reporting_mail_authentication_incoming_domain_noauth 
    reporting_mail_authentication_incoming_domain_noauth_data 
    reporting_mail_authentication_incoming_domain_noauth_data_resultSet 
    reporting_mail_authentication_incoming_domain_total 
    reporting_mail_authentication_incoming_domain_total_data 
    reporting_mail_authentication_incoming_domain_total_data_resultSet 
    reporting_mail_authentication_summary 
    reporting_mail_authentication_summary_data 
    reporting_mail_authentication_summary_data_resultSet 
    reporting_mail_authentication_summary_received_auth 
    reporting_mail_authentication_summary_received_auth_data 
    reporting_mail_authentication_summary_received_auth_data_resultSet 
    reporting_mail_authentication_summary_received_conn_auth_fail 
    reporting_mail_authentication_summary_received_conn_auth_fail_data 
    reporting_mail_authentication_summary_received_conn_auth_fail_data_resultSet 
    reporting_mail_authentication_summary_received_conn_auth_success 
    reporting_mail_authentication_summary_received_conn_auth_success_data 
    reporting_mail_authentication_summary_received_conn_auth_success_data_resultSet 
    reporting_mail_authentication_summary_received_conn_cert_fail 
    reporting_mail_authentication_summary_received_conn_cert_fail_data 
    reporting_mail_authentication_summary_received_conn_cert_fail_data_resultSet 
    reporting_mail_authentication_summary_received_conn_cert_success 
    reporting_mail_authentication_summary_received_conn_cert_success_data 
    reporting_mail_authentication_summary_received_conn_cert_success_data_resultSet 
    reporting_mail_authentication_summary_received_conn_noauth 
    reporting_mail_authentication_summary_received_conn_noauth_data 
    reporting_mail_authentication_summary_received_conn_noauth_data_resultSet 
    reporting_mail_authentication_summary_received_conn_total 
    reporting_mail_authentication_summary_received_conn_total_data 
    reporting_mail_authentication_summary_received_conn_total_data_resultSet 
    reporting_mail_authentication_summary_received_noauth 
    reporting_mail_authentication_summary_received_noauth_data 
    reporting_mail_authentication_summary_received_noauth_data_resultSet 
    reporting_mail_authentication_summary_received_total 
    reporting_mail_authentication_summary_received_total_data 
    reporting_mail_authentication_summary_received_total_data_resultSet 
    reporting_mail_content_filter_incoming 
    reporting_mail_content_filter_incoming_data 
    reporting_mail_content_filter_incoming_data_resultSet 
    reporting_mail_content_filter_incoming_recipients_matched 
    reporting_mail_content_filter_outgoing 
    reporting_mail_content_filter_outgoing_recipients_matched 
    reporting_mail_content_filter_users 
    reporting_mail_content_filter_users_recipients_matched 
    reporting_mail_destination_domain_detail 
    reporting_mail_destination_domain_detail_conn_dane_fail 
    reporting_mail_destination_domain_detail_conn_dane_fail_data 
    reporting_mail_destination_domain_detail_conn_dane_fail_data_resultSet 
    reporting_mail_destination_domain_detail_conn_dane_success 
    reporting_mail_destination_domain_detail_conn_dane_success_data 
    reporting_mail_destination_domain_detail_conn_dane_success_data_resultSet 
    reporting_mail_destination_domain_detail_conn_last_tls_status 
    reporting_mail_destination_domain_detail_conn_last_tls_status_data 
    reporting_mail_destination_domain_detail_conn_last_tls_status_data_resultSet 
    reporting_mail_destination_domain_detail_conn_plain 
    reporting_mail_destination_domain_detail_conn_plain_data 
    reporting_mail_destination_domain_detail_conn_plain_data_resultSet 
    reporting_mail_destination_domain_detail_conn_tls_fail 
    reporting_mail_destination_domain_detail_conn_tls_fail_data 
    reporting_mail_destination_domain_detail_conn_tls_fail_data_resultSet 
    reporting_mail_destination_domain_detail_conn_tls_opt_fail 
    reporting_mail_destination_domain_detail_conn_tls_opt_fail_data 
    reporting_mail_destination_domain_detail_conn_tls_opt_fail_data_resultSet 
    reporting_mail_destination_domain_detail_conn_tls_opt_success 
    reporting_mail_destination_domain_detail_conn_tls_opt_success_data 
    reporting_mail_destination_domain_detail_conn_tls_opt_success_data_resultSet 
    reporting_mail_destination_domain_detail_conn_tls_success 
    reporting_mail_destination_domain_detail_conn_tls_success_data 
    reporting_mail_destination_domain_detail_conn_tls_success_data_resultSet 
    reporting_mail_destination_domain_detail_conn_tls_total 
    reporting_mail_destination_domain_detail_conn_tls_total_data 
    reporting_mail_destination_domain_detail_conn_tls_total_data_resultSet 
    reporting_mail_destination_domain_detail_data 
    reporting_mail_destination_domain_detail_data_resultSet 
    reporting_mail_destination_domain_detail_delivered 
    reporting_mail_destination_domain_detail_delivered_data 
    reporting_mail_destination_domain_detail_delivered_data_resultSet 
    reporting_mail_destination_domain_detail_detected_amp 
    reporting_mail_destination_domain_detail_detected_amp_data 
    reporting_mail_destination_domain_detail_detected_amp_data_resultSet 
    reporting_mail_destination_domain_detail_detected_spam 
    reporting_mail_destination_domain_detail_detected_spam_data 
    reporting_mail_destination_domain_detail_detected_spam_data_resultSet 
    reporting_mail_destination_domain_detail_detected_virus 
    reporting_mail_destination_domain_detail_detected_virus_data 
    reporting_mail_destination_domain_detail_detected_virus_data_resultSet 
    reporting_mail_destination_domain_detail_encrypted_tls 
    reporting_mail_destination_domain_detail_encrypted_tls_data 
    reporting_mail_destination_domain_detail_encrypted_tls_data_resultSet 
    reporting_mail_destination_domain_detail_hard_bounces 
    reporting_mail_destination_domain_detail_hard_bounces_data 
    reporting_mail_destination_domain_detail_hard_bounces_data_resultSet 
    reporting_mail_destination_domain_detail_threat_content_filter 
    reporting_mail_destination_domain_detail_threat_content_filter_data 
    reporting_mail_destination_domain_detail_threat_content_filter_data_resultSet 
    reporting_mail_destination_domain_detail_total_clean_recipients 
    reporting_mail_destination_domain_detail_total_clean_recipients_data 
    reporting_mail_destination_domain_detail_total_clean_recipients_data_resultSet 
    reporting_mail_destination_domain_detail_total_recipients 
    reporting_mail_destination_domain_detail_total_recipients_data 
    reporting_mail_destination_domain_detail_total_recipients_data_resultSet 
    reporting_mail_destination_domain_detail_total_recipients_processed 
    reporting_mail_destination_domain_detail_total_recipients_processed_data 
    reporting_mail_destination_domain_detail_total_recipients_processed_data_resultSet 
    reporting_mail_destination_domain_detail_total_threat_recipients 
    reporting_mail_destination_domain_detail_total_threat_recipients_data 
    reporting_mail_destination_domain_detail_total_threat_recipients_data_resultSet 
    reporting_mail_dlp_outgoing_policy_detail 
    reporting_mail_dlp_outgoing_policy_detail_data 
    reporting_mail_dlp_outgoing_policy_detail_data_resultSet 
    reporting_mail_dlp_outgoing_policy_detail_dlp_action_delivered 
    reporting_mail_dlp_outgoing_policy_detail_dlp_action_delivered_data 
    reporting_mail_dlp_outgoing_policy_detail_dlp_action_delivered_data_resultSet 
    reporting_mail_dlp_outgoing_policy_detail_dlp_action_dropped 
    reporting_mail_dlp_outgoing_policy_detail_dlp_action_dropped_data 
    reporting_mail_dlp_outgoing_policy_detail_dlp_action_dropped_data_resultSet 
    reporting_mail_dlp_outgoing_policy_detail_dlp_action_encrypted 
    reporting_mail_dlp_outgoing_policy_detail_dlp_action_encrypted_data 
    reporting_mail_dlp_outgoing_policy_detail_dlp_action_encrypted_data_resultSet 
    reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_critical 
    reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_critical_data 
    reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_critical_data_resultSet 
    reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_high 
    reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_high_data 
    reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_high_data_resultSet 
    reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_low 
    reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_low_data 
    reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_low_data_resultSet 
    reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_medium 
    reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_medium_data 
    reporting_mail_dlp_outgoing_policy_detail_dlp_incidents_medium_data_resultSet 
    reporting_mail_dlp_outgoing_policy_detail_total_dlp_incidents 
    reporting_mail_dlp_outgoing_policy_detail_total_dlp_incidents_data 
    reporting_mail_dlp_outgoing_policy_detail_total_dlp_incidents_data_resultSet 
    reporting_mail_dlp_outgoing_traffic_summary 
    reporting_mail_dlp_outgoing_traffic_summary_data 
    reporting_mail_dlp_outgoing_traffic_summary_data_resultSet 
    reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_critical 
    reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_high 
    reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_low 
    reporting_mail_dlp_outgoing_traffic_summary_dlp_incidents_medium 
    reporting_mail_dlp_outgoing_traffic_summary_total_dlp_incidents 
    reporting_mail_dlp_users_policy_detail 
    reporting_mail_dlp_users_policy_detail_data 
    reporting_mail_dlp_users_policy_detail_data_resultSet 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_delivered 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_delivered_data 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_delivered_data_resultSet 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_dropped 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_dropped_data 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_dropped_data_resultSet 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_encrypted 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_encrypted_data 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_encrypted_data_resultSet 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_quarantined 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_quarantined_data 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_action_quarantined_data_resultSet 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_critical 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_critical_data 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_critical_data_resultSet 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_high 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_high_data 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_high_data_resultSet 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_low 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_low_data 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_low_data_resultSet 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_medium 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_medium_data 
    reporting_mail_dlp_users_policy_detail_outgoing_dlp_incidents_medium_data_resultSet 
    reporting_mail_dlp_users_policy_detail_total_dlp_incidents 
    reporting_mail_dmarc_incoming_traffic_summary 
    reporting_mail_dmarc_incoming_traffic_summary_data 
    reporting_mail_dmarc_incoming_traffic_summary_data_resultSet 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_none 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_none_data 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_none_data_resultSet 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_quarantined 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_quarantined_data 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_quarantined_data_resultSet 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_rejected 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_rejected_data 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_rejected_data_resultSet 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_total 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_total_data 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_failed_total_data_resultSet 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_passed 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_passed_data 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_passed_data_resultSet 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_total_attempted 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_total_attempted_data 
    reporting_mail_dmarc_incoming_traffic_summary_dmarc_total_attempted_data_resultSet 
    reporting_mail_env_sender_rate_limit 
    reporting_mail_env_sender_rate_limit_data 
    reporting_mail_env_sender_rate_limit_data_resultSet 
    reporting_mail_env_sender_rate_limit_env_sender_incidents 
    reporting_mail_env_sender_rate_limit_env_sender_incidents_data 
    reporting_mail_env_sender_rate_limit_env_sender_incidents_data_resultSet 
    reporting_mail_env_sender_rate_limit_env_sender_rejected_rcpts 
    reporting_mail_env_sender_rate_limit_env_sender_rejected_rcpts_data 
    reporting_mail_env_sender_rate_limit_env_sender_rejected_rcpts_data_resultSet 
    reporting_mail_env_sender_stats 
    reporting_mail_env_sender_stats_data 
    reporting_mail_env_sender_stats_data_resultSet 
    reporting_mail_env_sender_stats_num_msgs 
    reporting_mail_env_sender_stats_num_msgs_data 
    reporting_mail_fed_content_filter_incoming 
    reporting_mail_fed_content_filter_incoming_data 
    reporting_mail_fed_content_filter_incoming_recipients_matched 
    reporting_mail_hvm_msg_filter_stats 
    reporting_mail_hvm_msg_filter_stats_data 
    reporting_mail_hvm_msg_filter_stats_data_resultSet 
    reporting_mail_hvm_msg_filter_stats_num_matches 
    reporting_mail_hvm_msg_filter_stats_num_matches_data 
    reporting_mail_incoming_amp_summary 
    reporting_mail_incoming_amp_summary_blacklist 
    reporting_mail_incoming_amp_summary_blacklist_data 
    reporting_mail_incoming_amp_summary_blacklist_data_resultSet 
    reporting_mail_incoming_amp_summary_clamav_lowrisk 
    reporting_mail_incoming_amp_summary_clamav_lowrisk_data 
    reporting_mail_incoming_amp_summary_clamav_lowrisk_data_resultSet 
    reporting_mail_incoming_amp_summary_clean 
    reporting_mail_incoming_amp_summary_clean_data 
    reporting_mail_incoming_amp_summary_clean_data_resultSet 
    reporting_mail_incoming_amp_summary_custom_threshold 
    reporting_mail_incoming_amp_summary_custom_threshold_data 
    reporting_mail_incoming_amp_summary_custom_threshold_data_resultSet 
    reporting_mail_incoming_amp_summary_data 
    reporting_mail_incoming_amp_summary_data_resultSet 
    reporting_mail_incoming_amp_summary_lowrisk 
    reporting_mail_incoming_amp_summary_lowrisk_data 
    reporting_mail_incoming_amp_summary_lowrisk_data_resultSet 
    reporting_mail_incoming_amp_summary_malware 
    reporting_mail_incoming_amp_summary_malware_data 
    reporting_mail_incoming_amp_summary_malware_data_resultSet 
    reporting_mail_incoming_amp_summary_unknown 
    reporting_mail_incoming_amp_summary_unknown_data 
    reporting_mail_incoming_amp_summary_unknown_data_resultSet 
    reporting_mail_incoming_amp_summary_unscannable 
    reporting_mail_incoming_amp_summary_unscannable_data 
    reporting_mail_incoming_amp_summary_unscannable_data_resultSet 
    reporting_mail_incoming_domain_detail 
    reporting_mail_incoming_domain_detail_blocked_dmarc 
    reporting_mail_incoming_domain_detail_blocked_dmarc_data 
    reporting_mail_incoming_domain_detail_blocked_dmarc_data_resultSet 
    reporting_mail_incoming_domain_detail_blocked_invalid_recipient 
    reporting_mail_incoming_domain_detail_blocked_invalid_recipient_data 
    reporting_mail_incoming_domain_detail_blocked_invalid_recipient_data_resultSet 
    reporting_mail_incoming_domain_detail_blocked_reputation 
    reporting_mail_incoming_domain_detail_blocked_reputation_data 
    reporting_mail_incoming_domain_detail_blocked_reputation_data_resultSet 
    reporting_mail_incoming_domain_detail_bulk_mail 
    reporting_mail_incoming_domain_detail_bulk_mail_data 
    reporting_mail_incoming_domain_detail_bulk_mail_data_resultSet 
    reporting_mail_incoming_domain_detail_conn_plain 
    reporting_mail_incoming_domain_detail_conn_tls_fail 
    reporting_mail_incoming_domain_detail_conn_tls_opt_fail 
    reporting_mail_incoming_domain_detail_conn_tls_opt_success 
    reporting_mail_incoming_domain_detail_conn_tls_success 
    reporting_mail_incoming_domain_detail_conn_tls_total 
    reporting_mail_incoming_domain_detail_data 
    reporting_mail_incoming_domain_detail_data_resultSet 
    reporting_mail_incoming_domain_detail_detected_amp 
    reporting_mail_incoming_domain_detail_detected_spam 
    reporting_mail_incoming_domain_detail_detected_virus 
    reporting_mail_incoming_domain_detail_encrypted_tls 
    reporting_mail_incoming_domain_detail_last_sender_group 
    reporting_mail_incoming_domain_detail_last_sender_group_data 
    reporting_mail_incoming_domain_detail_last_sender_group_data_resultSet 
    reporting_mail_incoming_domain_detail_last_sender_group_name 
    reporting_mail_incoming_domain_detail_last_sender_group_name_data 
    reporting_mail_incoming_domain_detail_last_sender_group_name_data_resultSet 
    reporting_mail_incoming_domain_detail_marketing_mail 
    reporting_mail_incoming_domain_detail_marketing_mail_data 
    reporting_mail_incoming_domain_detail_marketing_mail_data_resultSet 
    reporting_mail_incoming_domain_detail_social_mail 
    reporting_mail_incoming_domain_detail_social_mail_data 
    reporting_mail_incoming_domain_detail_social_mail_data_resultSet 
    reporting_mail_incoming_domain_detail_threat_content_filter 
    reporting_mail_incoming_domain_detail_total_accepted_connections 
    reporting_mail_incoming_domain_detail_total_accepted_connections_data 
    reporting_mail_incoming_domain_detail_total_accepted_connections_data_resultSet 
    reporting_mail_incoming_domain_detail_total_clean_recipients 
    reporting_mail_incoming_domain_detail_total_graymail_recipients 
    reporting_mail_incoming_domain_detail_total_graymail_recipients_data 
    reporting_mail_incoming_domain_detail_total_graymail_recipients_data_resultSet 
    reporting_mail_incoming_domain_detail_total_recipients 
    reporting_mail_incoming_domain_detail_total_rejected_connections 
    reporting_mail_incoming_domain_detail_total_rejected_connections_data 
    reporting_mail_incoming_domain_detail_total_rejected_connections_data_resultSet 
    reporting_mail_incoming_domain_detail_total_threat_recipients 
    reporting_mail_incoming_domain_detail_total_throttled_recipients 
    reporting_mail_incoming_domain_detail_total_throttled_recipients_data 
    reporting_mail_incoming_domain_detail_total_throttled_recipients_data_resultSet 
    reporting_mail_incoming_domain_ip_detail 
    reporting_mail_incoming_domain_ip_detail_blocked_dmarc 
    reporting_mail_incoming_domain_ip_detail_blocked_invalid_recipient 
    reporting_mail_incoming_domain_ip_detail_blocked_reputation 
    reporting_mail_incoming_domain_ip_detail_bulk_mail 
    reporting_mail_incoming_domain_ip_detail_data 
    reporting_mail_incoming_domain_ip_detail_data_resultSet 
    reporting_mail_incoming_domain_ip_detail_detected_amp 
    reporting_mail_incoming_domain_ip_detail_detected_spam 
    reporting_mail_incoming_domain_ip_detail_detected_virus 
    reporting_mail_incoming_domain_ip_detail_dns_verified 
    reporting_mail_incoming_domain_ip_detail_dns_verified_data 
    reporting_mail_incoming_domain_ip_detail_dns_verified_data_resultSet 
    reporting_mail_incoming_domain_ip_detail_last_sender_group 
    reporting_mail_incoming_domain_ip_detail_last_sender_group_name 
    reporting_mail_incoming_domain_ip_detail_marketing_mail 
    reporting_mail_incoming_domain_ip_detail_sbrs_score 
    reporting_mail_incoming_domain_ip_detail_sbrs_score_data 
    reporting_mail_incoming_domain_ip_detail_sbrs_score_data_resultSet 
    reporting_mail_incoming_domain_ip_detail_social_mail 
    reporting_mail_incoming_domain_ip_detail_threat_content_filter 
    reporting_mail_incoming_domain_ip_detail_total_clean_recipients 
    reporting_mail_incoming_domain_ip_detail_total_graymail_recipients 
    reporting_mail_incoming_domain_ip_detail_total_recipients 
    reporting_mail_incoming_domain_ip_detail_total_threat_recipients 
    reporting_mail_incoming_hat_connections 
    reporting_mail_incoming_hat_connections_data 
    reporting_mail_incoming_hat_connections_data_resultSet 
    reporting_mail_incoming_hat_connections_total_hat_connections 
    reporting_mail_incoming_hat_connections_total_hat_connections_data 
    reporting_mail_incoming_hat_connections_total_hat_connections_data_resultSet 
    reporting_mail_incoming_hat_connections_total_hat_messages 
    reporting_mail_incoming_hat_connections_total_hat_messages_data 
    reporting_mail_incoming_hat_connections_total_hat_messages_data_resultSet 
    reporting_mail_incoming_ip_hostname_detail 
    reporting_mail_incoming_ip_hostname_detail_blocked_dmarc 
    reporting_mail_incoming_ip_hostname_detail_blocked_invalid_recipient 
    reporting_mail_incoming_ip_hostname_detail_blocked_reputation 
    reporting_mail_incoming_ip_hostname_detail_bulk_mail 
    reporting_mail_incoming_ip_hostname_detail_data 
    reporting_mail_incoming_ip_hostname_detail_data_resultSet 
    reporting_mail_incoming_ip_hostname_detail_detected_amp 
    reporting_mail_incoming_ip_hostname_detail_detected_spam 
    reporting_mail_incoming_ip_hostname_detail_detected_virus 
    reporting_mail_incoming_ip_hostname_detail_dns_verified 
    reporting_mail_incoming_ip_hostname_detail_last_sender_group 
    reporting_mail_incoming_ip_hostname_detail_last_sender_group_name 
    reporting_mail_incoming_ip_hostname_detail_marketing_mail 
    reporting_mail_incoming_ip_hostname_detail_sbrs_score 
    reporting_mail_incoming_ip_hostname_detail_social_mail 
    reporting_mail_incoming_ip_hostname_detail_threat_content_filter 
    reporting_mail_incoming_ip_hostname_detail_total_clean_recipients 
    reporting_mail_incoming_ip_hostname_detail_total_graymail_recipients 
    reporting_mail_incoming_ip_hostname_detail_total_recipients 
    reporting_mail_incoming_ip_hostname_detail_total_threat_recipients 
    reporting_mail_incoming_malware_threat_file_detail 
    reporting_mail_incoming_malware_threat_file_detail_by_filename 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_amp_verdict_time 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_amp_verdict_time_data 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_amp_verdict_time_data_resultSet 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_console_url 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_data 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_data_resultSet 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_detected_amp 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_score 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_threat_name 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_threat_name_data 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_threat_name_data_resultSet 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_threat_type 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_threat_type_data 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_threat_type_data_resultSet 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_upload_flag 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_upload_flag_data 
    reporting_mail_incoming_malware_threat_file_detail_by_filename_upload_flag_data_resultSet 
    reporting_mail_incoming_malware_threat_file_detail_data 
    reporting_mail_incoming_malware_threat_file_detail_detected_amp 
    reporting_mail_incoming_malware_threat_file_detail_summary 
    reporting_mail_incoming_malware_threat_file_detail_summary_data 
    reporting_mail_incoming_malware_threat_file_detail_summary_data_resultSet 
    reporting_mail_incoming_malware_threat_file_detail_summary_detected_amp 
    reporting_mail_incoming_malware_threat_file_detail_summary_detected_amp_files 
    reporting_mail_incoming_malware_threat_file_detail_summary_detected_amp_files_data 
    reporting_mail_incoming_malware_threat_file_detail_summary_detected_amp_files_data_resultSet 
    reporting_mail_incoming_network_detail 
    reporting_mail_incoming_network_detail_blocked_dmarc 
    reporting_mail_incoming_network_detail_blocked_invalid_recipient 
    reporting_mail_incoming_network_detail_blocked_reputation 
    reporting_mail_incoming_network_detail_bulk_mail 
    reporting_mail_incoming_network_detail_data 
    reporting_mail_incoming_network_detail_data_resultSet 
    reporting_mail_incoming_network_detail_detected_amp 
    reporting_mail_incoming_network_detail_detected_spam 
    reporting_mail_incoming_network_detail_detected_virus 
    reporting_mail_incoming_network_detail_last_sender_group 
    reporting_mail_incoming_network_detail_last_sender_group_name 
    reporting_mail_incoming_network_detail_marketing_mail 
    reporting_mail_incoming_network_detail_social_mail 
    reporting_mail_incoming_network_detail_threat_content_filter 
    reporting_mail_incoming_network_detail_total_accepted_connections 
    reporting_mail_incoming_network_detail_total_clean_recipients 
    reporting_mail_incoming_network_detail_total_graymail_recipients 
    reporting_mail_incoming_network_detail_total_recipients 
    reporting_mail_incoming_network_detail_total_rejected_connections 
    reporting_mail_incoming_network_detail_total_threat_recipients 
    reporting_mail_incoming_network_detail_total_throttled_recipients 
    reporting_mail_incoming_network_domain_detail 
    reporting_mail_incoming_network_domain_detail_blocked_dmarc 
    reporting_mail_incoming_network_domain_detail_blocked_invalid_recipient 
    reporting_mail_incoming_network_domain_detail_blocked_reputation 
    reporting_mail_incoming_network_domain_detail_bulk_mail 
    reporting_mail_incoming_network_domain_detail_data 
    reporting_mail_incoming_network_domain_detail_data_resultSet 
    reporting_mail_incoming_network_domain_detail_detected_amp 
    reporting_mail_incoming_network_domain_detail_detected_spam 
    reporting_mail_incoming_network_domain_detail_detected_virus 
    reporting_mail_incoming_network_domain_detail_marketing_mail 
    reporting_mail_incoming_network_domain_detail_social_mail 
    reporting_mail_incoming_network_domain_detail_threat_content_filter 
    reporting_mail_incoming_network_domain_detail_total_accepted_connections 
    reporting_mail_incoming_network_domain_detail_total_clean_recipients 
    reporting_mail_incoming_network_domain_detail_total_graymail_recipients 
    reporting_mail_incoming_network_domain_detail_total_recipients 
    reporting_mail_incoming_network_domain_detail_total_rejected_connections 
    reporting_mail_incoming_network_domain_detail_total_threat_recipients 
    reporting_mail_incoming_network_domain_detail_total_throttled_recipients 
    reporting_mail_incoming_traffic_summary 
    reporting_mail_incoming_traffic_summary_blocked_dmarc 
    reporting_mail_incoming_traffic_summary_blocked_invalid_recipient 
    reporting_mail_incoming_traffic_summary_blocked_reputation 
    reporting_mail_incoming_traffic_summary_bulk_mail 
    reporting_mail_incoming_traffic_summary_data 
    reporting_mail_incoming_traffic_summary_data_resultSet 
    reporting_mail_incoming_traffic_summary_detected_amp 
    reporting_mail_incoming_traffic_summary_detected_spam 
    reporting_mail_incoming_traffic_summary_detected_virus 
    reporting_mail_incoming_traffic_summary_ims_spam_increment_over_case 
    reporting_mail_incoming_traffic_summary_ims_spam_increment_over_case_data 
    reporting_mail_incoming_traffic_summary_ims_spam_increment_over_case_data_resultSet 
    reporting_mail_incoming_traffic_summary_malicious_url 
    reporting_mail_incoming_traffic_summary_malicious_url_data 
    reporting_mail_incoming_traffic_summary_malicious_url_data_resultSet 
    reporting_mail_incoming_traffic_summary_marketing_mail 
    reporting_mail_incoming_traffic_summary_social_mail 
    reporting_mail_incoming_traffic_summary_threat_content_filter 
    reporting_mail_incoming_traffic_summary_total_clean_recipients 
    reporting_mail_incoming_traffic_summary_total_graymail_recipients 
    reporting_mail_incoming_traffic_summary_total_recipients 
    reporting_mail_incoming_traffic_summary_total_threat_recipients 
    reporting_mail_incoming_traffic_summary_verif_decrypt_fail 
    reporting_mail_incoming_traffic_summary_verif_decrypt_fail_data 
    reporting_mail_incoming_traffic_summary_verif_decrypt_fail_data_resultSet 
    reporting_mail_incoming_traffic_summary_verif_decrypt_success 
    reporting_mail_incoming_traffic_summary_verif_decrypt_success_data 
    reporting_mail_incoming_traffic_summary_verif_decrypt_success_data_resultSet 
    reporting_mail_incoming_urlclick_track_details 
    reporting_mail_incoming_urlclick_track_details_data 
    reporting_mail_incoming_urlclick_track_details_data_resultSet 
    reporting_mail_incoming_urlclick_track_details_rewrite_reason 
    reporting_mail_incoming_web_interaction_track_malicious_users 
    reporting_mail_incoming_web_interaction_track_malicious_users_data 
    reporting_mail_incoming_web_interaction_track_malicious_users_data_resultSet 
    reporting_mail_incoming_web_interaction_track_malicious_users_users_count 
    reporting_mail_incoming_web_interaction_track_malicious_users_users_count_data 
    reporting_mail_incoming_web_interaction_track_urls 
    reporting_mail_incoming_web_interaction_track_urls_allowed 
    reporting_mail_incoming_web_interaction_track_urls_allowed_data 
    reporting_mail_incoming_web_interaction_track_urls_allowed_data_resultSet 
    reporting_mail_incoming_web_interaction_track_urls_blocked 
    reporting_mail_incoming_web_interaction_track_urls_blocked_data 
    reporting_mail_incoming_web_interaction_track_urls_blocked_data_resultSet 
    reporting_mail_incoming_web_interaction_track_urls_data 
    reporting_mail_incoming_web_interaction_track_urls_data_resultSet 
    reporting_mail_incoming_web_interaction_track_urls_msg_count 
    reporting_mail_incoming_web_interaction_track_urls_msg_count_data 
    reporting_mail_incoming_web_interaction_track_urls_msg_count_data_resultSet 
    reporting_mail_incoming_web_interaction_track_urls_unknown 
    reporting_mail_mailbox_auto_remediation 
    reporting_mail_mailbox_auto_remediation_action 
    reporting_mail_mailbox_auto_remediation_action_data 
    reporting_mail_mailbox_auto_remediation_action_data_resultSet 
    reporting_mail_mailbox_auto_remediation_completed_timestamp 
    reporting_mail_mailbox_auto_remediation_data 
    reporting_mail_mailbox_auto_remediation_data_resultSet 
    reporting_mail_mailbox_auto_remediation_filenames 
    reporting_mail_mailbox_auto_remediation_rcpts_failure 
    reporting_mail_mailbox_auto_remediation_rcpts_failure_data 
    reporting_mail_mailbox_auto_remediation_rcpts_failure_data_resultSet 
    reporting_mail_mailbox_auto_remediation_rcpts_success 
    reporting_mail_mailbox_auto_remediation_rcpts_success_data 
    reporting_mail_mailbox_auto_remediation_rcpts_success_data_resultSet 
    reporting_mail_mar_summary 
    reporting_mail_mar_summary_data 
    reporting_mail_mar_summary_data_resultSet 
    reporting_mail_mar_summary_msgs_deleted 
    reporting_mail_mar_summary_msgs_deleted_data 
    reporting_mail_mar_summary_msgs_deleted_data_resultSet 
    reporting_mail_mar_summary_msgs_failed 
    reporting_mail_mar_summary_msgs_failed_data 
    reporting_mail_mar_summary_msgs_failed_data_resultSet 
    reporting_mail_mar_summary_msgs_forwarded 
    reporting_mail_mar_summary_msgs_forwarded_data 
    reporting_mail_mar_summary_msgs_forwarded_data_resultSet 
    reporting_mail_mar_summary_msgs_forwarded_deleted 
    reporting_mail_mar_summary_msgs_forwarded_deleted_data 
    reporting_mail_mar_summary_msgs_forwarded_deleted_data_resultSet 
    reporting_mail_mar_summary_msgs_total 
    reporting_mail_mar_summary_msgs_total_data 
    reporting_mail_mar_summary_msgs_total_data_resultSet 
    reporting_mail_md_attachment_incoming_file_type 
    reporting_mail_md_attachment_incoming_file_type_data 
    reporting_mail_md_attachment_incoming_file_type_total_recipients 
    reporting_mail_md_attachment_outgoing_file_type 
    reporting_mail_md_attachment_outgoing_file_type_total_recipients 
    reporting_mail_mor_batch_summary 
    reporting_mail_mor_batch_summary_data 
    reporting_mail_mor_batch_summary_data_resultSet 
    reporting_mail_mor_batch_summary_msgs_deleted 
    reporting_mail_mor_batch_summary_msgs_deleted_data 
    reporting_mail_mor_batch_summary_msgs_deleted_data_resultSet 
    reporting_mail_mor_batch_summary_msgs_failed 
    reporting_mail_mor_batch_summary_msgs_failed_data 
    reporting_mail_mor_batch_summary_msgs_failed_data_resultSet 
    reporting_mail_mor_batch_summary_msgs_forwarded 
    reporting_mail_mor_batch_summary_msgs_forwarded_data 
    reporting_mail_mor_batch_summary_msgs_forwarded_data_resultSet 
    reporting_mail_mor_batch_summary_msgs_forwarded_deleted 
    reporting_mail_mor_batch_summary_msgs_forwarded_deleted_data 
    reporting_mail_mor_batch_summary_msgs_forwarded_deleted_data_resultSet 
    reporting_mail_mor_batch_summary_msgs_total 
    reporting_mail_mor_batch_summary_msgs_total_data 
    reporting_mail_mor_batch_summary_msgs_total_data_resultSet 
    reporting_mail_mor_summary 
    reporting_mail_mor_summary_msgs_deleted 
    reporting_mail_mor_summary_msgs_failed 
    reporting_mail_mor_summary_msgs_forwarded 
    reporting_mail_mor_summary_msgs_forwarded_deleted 
    reporting_mail_mor_summary_msgs_total 
    reporting_mail_msg_filter_stats 
    reporting_mail_msg_filter_stats_num_matches 
    reporting_mail_outgoing_amp_summary 
    reporting_mail_outgoing_amp_summary_blacklist 
    reporting_mail_outgoing_amp_summary_clamav_lowrisk 
    reporting_mail_outgoing_amp_summary_clean 
    reporting_mail_outgoing_amp_summary_custom_threshold 
    reporting_mail_outgoing_amp_summary_lowrisk 
    reporting_mail_outgoing_amp_summary_malware 
    reporting_mail_outgoing_amp_summary_unknown 
    reporting_mail_outgoing_amp_summary_unscannable 
    reporting_mail_outgoing_malware_threat_file_detail_by_filename 
    reporting_mail_outgoing_malware_threat_file_detail_by_filename_amp_verdict_time 
    reporting_mail_outgoing_malware_threat_file_detail_by_filename_console_url 
    reporting_mail_outgoing_malware_threat_file_detail_by_filename_detected_amp 
    reporting_mail_outgoing_malware_threat_file_detail_by_filename_score 
    reporting_mail_outgoing_malware_threat_file_detail_by_filename_threat_name 
    reporting_mail_outgoing_malware_threat_file_detail_by_filename_threat_type 
    reporting_mail_outgoing_malware_threat_file_detail_by_filename_upload_flag 
    reporting_mail_outgoing_malware_threat_file_detail_summary 
    reporting_mail_outgoing_malware_threat_file_detail_summary_detected_amp 
    reporting_mail_outgoing_malware_threat_file_detail_summary_detected_amp_files 
    reporting_mail_outgoing_traffic_summary 
    reporting_mail_outgoing_traffic_summary_data 
    reporting_mail_outgoing_traffic_summary_data_resultSet 
    reporting_mail_outgoing_traffic_summary_detected_amp 
    reporting_mail_outgoing_traffic_summary_detected_spam 
    reporting_mail_outgoing_traffic_summary_detected_virus 
    reporting_mail_outgoing_traffic_summary_ims_spam_increment_over_case 
    reporting_mail_outgoing_traffic_summary_malicious_url 
    reporting_mail_outgoing_traffic_summary_threat_content_filter 
    reporting_mail_outgoing_traffic_summary_total_clean_recipients 
    reporting_mail_outgoing_traffic_summary_total_dlp_incidents 
    reporting_mail_outgoing_traffic_summary_total_hard_bounces 
    reporting_mail_outgoing_traffic_summary_total_hard_bounces_data 
    reporting_mail_outgoing_traffic_summary_total_hard_bounces_data_resultSet 
    reporting_mail_outgoing_traffic_summary_total_recipients 
    reporting_mail_outgoing_traffic_summary_total_recipients_delivered 
    reporting_mail_outgoing_traffic_summary_total_recipients_delivered_data 
    reporting_mail_outgoing_traffic_summary_total_recipients_delivered_data_resultSet 
    reporting_mail_outgoing_traffic_summary_total_recipients_processed 
    reporting_mail_outgoing_urlclick_track_details 
    reporting_mail_outgoing_urlclick_track_details_rewrite_reason 
    reporting_mail_outgoing_web_interaction_track_malicious_users 
    reporting_mail_outgoing_web_interaction_track_malicious_users_users_count 
    reporting_mail_outgoing_web_interaction_track_urls 
    reporting_mail_outgoing_web_interaction_track_urls_allowed 
    reporting_mail_outgoing_web_interaction_track_urls_blocked 
    reporting_mail_outgoing_web_interaction_track_urls_msg_count 
    reporting_mail_outgoing_web_interaction_track_urls_unknown 
    reporting_mail_safeprint_details 
    reporting_mail_safeprint_details_data 
    reporting_mail_safeprint_details_data_resultSet 
    reporting_mail_security_summary 
    reporting_mail_security_summary_data 
    reporting_mail_security_summary_data_resultSet 
    reporting_mail_security_summary_received_conn_plain 
    reporting_mail_security_summary_received_conn_plain_data 
    reporting_mail_security_summary_received_conn_plain_data_resultSet 
    reporting_mail_security_summary_received_conn_tls_fail 
    reporting_mail_security_summary_received_conn_tls_fail_data 
    reporting_mail_security_summary_received_conn_tls_fail_data_resultSet 
    reporting_mail_security_summary_received_conn_tls_opt_fail 
    reporting_mail_security_summary_received_conn_tls_opt_fail_data 
    reporting_mail_security_summary_received_conn_tls_opt_fail_data_resultSet 
    reporting_mail_security_summary_received_conn_tls_opt_success 
    reporting_mail_security_summary_received_conn_tls_opt_success_data 
    reporting_mail_security_summary_received_conn_tls_opt_success_data_resultSet 
    reporting_mail_security_summary_received_conn_tls_success 
    reporting_mail_security_summary_received_conn_tls_success_data 
    reporting_mail_security_summary_received_conn_tls_success_data_resultSet 
    reporting_mail_security_summary_received_conn_total 
    reporting_mail_security_summary_received_encrypted_tls 
    reporting_mail_security_summary_received_encrypted_tls_data 
    reporting_mail_security_summary_received_encrypted_tls_data_resultSet 
    reporting_mail_security_summary_received_total 
    reporting_mail_security_summary_received_unencrypted 
    reporting_mail_security_summary_received_unencrypted_data 
    reporting_mail_security_summary_received_unencrypted_data_resultSet 
    reporting_mail_security_summary_sent_conn_dane_fail 
    reporting_mail_security_summary_sent_conn_dane_fail_data 
    reporting_mail_security_summary_sent_conn_dane_fail_data_resultSet 
    reporting_mail_security_summary_sent_conn_dane_success 
    reporting_mail_security_summary_sent_conn_dane_success_data 
    reporting_mail_security_summary_sent_conn_dane_success_data_resultSet 
    reporting_mail_security_summary_sent_conn_plain 
    reporting_mail_security_summary_sent_conn_plain_data 
    reporting_mail_security_summary_sent_conn_plain_data_resultSet 
    reporting_mail_security_summary_sent_conn_tls_fail 
    reporting_mail_security_summary_sent_conn_tls_fail_data 
    reporting_mail_security_summary_sent_conn_tls_fail_data_resultSet 
    reporting_mail_security_summary_sent_conn_tls_opt_fail 
    reporting_mail_security_summary_sent_conn_tls_opt_fail_data 
    reporting_mail_security_summary_sent_conn_tls_opt_fail_data_resultSet 
    reporting_mail_security_summary_sent_conn_tls_opt_success 
    reporting_mail_security_summary_sent_conn_tls_opt_success_data 
    reporting_mail_security_summary_sent_conn_tls_opt_success_data_resultSet 
    reporting_mail_security_summary_sent_conn_tls_success 
    reporting_mail_security_summary_sent_conn_tls_success_data 
    reporting_mail_security_summary_sent_conn_tls_success_data_resultSet 
    reporting_mail_security_summary_sent_conn_total 
    reporting_mail_security_summary_sent_conn_total_data 
    reporting_mail_security_summary_sent_conn_total_data_resultSet 
    reporting_mail_security_summary_sent_encrypted_tls 
    reporting_mail_security_summary_sent_encrypted_tls_data 
    reporting_mail_security_summary_sent_encrypted_tls_data_resultSet 
    reporting_mail_security_summary_sent_total 
    reporting_mail_security_summary_sent_total_data 
    reporting_mail_security_summary_sent_total_data_resultSet 
    reporting_mail_security_summary_sent_unencrypted 
    reporting_mail_security_summary_sent_unencrypted_data 
    reporting_mail_security_summary_sent_unencrypted_data_resultSet 
    reporting_mail_sender_domain_detail 
    reporting_mail_sender_domain_detail_data 
    reporting_mail_sender_domain_detail_data_resultSet 
    reporting_mail_sender_domain_detail_detected_amp 
    reporting_mail_sender_domain_detail_detected_spam 
    reporting_mail_sender_domain_detail_detected_virus 
    reporting_mail_sender_domain_detail_threat_content_filter 
    reporting_mail_sender_domain_detail_total_clean_recipients 
    reporting_mail_sender_domain_detail_total_dlp_incidents 
    reporting_mail_sender_domain_detail_total_recipients_processed 
    reporting_mail_sender_domain_detail_total_threat_recipients 
    reporting_mail_sender_domain_reputation 
    reporting_mail_sender_domain_reputation_awful 
    reporting_mail_sender_domain_reputation_awful_data 
    reporting_mail_sender_domain_reputation_awful_data_resultSet 
    reporting_mail_sender_domain_reputation_data 
    reporting_mail_sender_domain_reputation_data_resultSet 
    reporting_mail_sender_domain_reputation_good 
    reporting_mail_sender_domain_reputation_good_data 
    reporting_mail_sender_domain_reputation_good_data_resultSet 
    reporting_mail_sender_domain_reputation_neutral 
    reporting_mail_sender_domain_reputation_neutral_data 
    reporting_mail_sender_domain_reputation_neutral_data_resultSet 
    reporting_mail_sender_domain_reputation_not_scanned 
    reporting_mail_sender_domain_reputation_not_scanned_data 
    reporting_mail_sender_domain_reputation_not_scanned_data_resultSet 
    reporting_mail_sender_domain_reputation_poor 
    reporting_mail_sender_domain_reputation_poor_data 
    reporting_mail_sender_domain_reputation_poor_data_resultSet 
    reporting_mail_sender_domain_reputation_tainted 
    reporting_mail_sender_domain_reputation_tainted_data 
    reporting_mail_sender_domain_reputation_tainted_data_resultSet 
    reporting_mail_sender_domain_reputation_unknown 
    reporting_mail_sender_domain_reputation_unscannable 
    reporting_mail_sender_domain_reputation_weak 
    reporting_mail_sender_domain_reputation_weak_data 
    reporting_mail_sender_domain_reputation_weak_data_resultSet 
    reporting_mail_sender_domain_threat_categories 
    reporting_mail_sender_domain_threat_categories_data 
    reporting_mail_sender_domain_threat_categories_data_resultSet 
    reporting_mail_sender_domain_threat_categories_total_threat_messages 
    reporting_mail_sender_domain_threat_categories_total_threat_messages_data 
    reporting_mail_sender_group_detail 
    reporting_mail_sender_group_detail_data 
    reporting_mail_sender_group_detail_data_resultSet 
    reporting_mail_sender_group_detail_total_connections 
    reporting_mail_sender_group_summary 
    reporting_mail_sender_group_summary_connections_accept 
    reporting_mail_sender_group_summary_connections_accept_data 
    reporting_mail_sender_group_summary_connections_accept_data_resultSet 
    reporting_mail_sender_group_summary_connections_reject 
    reporting_mail_sender_group_summary_connections_reject_data 
    reporting_mail_sender_group_summary_connections_reject_data_resultSet 
    reporting_mail_sender_group_summary_connections_relay 
    reporting_mail_sender_group_summary_connections_relay_data 
    reporting_mail_sender_group_summary_connections_relay_data_resultSet 
    reporting_mail_sender_group_summary_connections_tcp_refuse 
    reporting_mail_sender_group_summary_connections_tcp_refuse_data 
    reporting_mail_sender_group_summary_connections_tcp_refuse_data_resultSet 
    reporting_mail_sender_group_summary_data 
    reporting_mail_sender_group_summary_data_resultSet 
    reporting_mail_sender_ip_hostname_detail 
    reporting_mail_sender_ip_hostname_detail_detected_amp 
    reporting_mail_sender_ip_hostname_detail_detected_spam 
    reporting_mail_sender_ip_hostname_detail_detected_virus 
    reporting_mail_sender_ip_hostname_detail_threat_content_filter 
    reporting_mail_sender_ip_hostname_detail_total_clean_recipients 
    reporting_mail_sender_ip_hostname_detail_total_dlp_incidents 
    reporting_mail_sender_ip_hostname_detail_total_recipients_processed 
    reporting_mail_sender_ip_hostname_detail_total_threat_recipients 
    reporting_mail_subject_stats 
    reporting_mail_subject_stats_num_msgs 
    reporting_mail_system_capacity 
    reporting_mail_system_capacity_bytes_in 
    reporting_mail_system_capacity_bytes_in_data 
    reporting_mail_system_capacity_bytes_in_data_resultSet 
    reporting_mail_system_capacity_bytes_out 
    reporting_mail_system_capacity_bytes_out_data 
    reporting_mail_system_capacity_bytes_out_data_resultSet 
    reporting_mail_system_capacity_data 
    reporting_mail_system_capacity_data_resultSet 
    reporting_mail_system_capacity_incoming_connections 
    reporting_mail_system_capacity_incoming_connections_data 
    reporting_mail_system_capacity_incoming_connections_data_resultSet 
    reporting_mail_system_capacity_incoming_messages 
    reporting_mail_system_capacity_incoming_messages_data 
    reporting_mail_system_capacity_incoming_messages_data_resultSet 
    reporting_mail_system_capacity_outgoing_connections 
    reporting_mail_system_capacity_outgoing_connections_data 
    reporting_mail_system_capacity_outgoing_connections_data_resultSet 
    reporting_mail_system_capacity_outgoing_messages 
    reporting_mail_system_capacity_outgoing_messages_data 
    reporting_mail_system_capacity_outgoing_messages_data_resultSet 
    reporting_mail_system_capacity_res_con_start_count 
    reporting_mail_system_capacity_res_con_start_count_data 
    reporting_mail_system_capacity_res_con_start_count_data_resultSet 
    reporting_mail_system_capacity_workqueue_messages_max 
    reporting_mail_system_capacity_workqueue_messages_max_data 
    reporting_mail_system_capacity_workqueue_messages_max_data_resultSet 
    reporting_mail_threatfeeds_indicator_summary 
    reporting_mail_threatfeeds_indicator_summary_data 
    reporting_mail_threatfeeds_indicator_summary_data_resultSet 
    reporting_mail_threatfeeds_indicator_summary_domain 
    reporting_mail_threatfeeds_indicator_summary_domain_data 
    reporting_mail_threatfeeds_indicator_summary_domain_data_resultSet 
    reporting_mail_threatfeeds_indicator_summary_file_hash 
    reporting_mail_threatfeeds_indicator_summary_file_hash_data 
    reporting_mail_threatfeeds_indicator_summary_file_hash_data_resultSet 
    reporting_mail_threatfeeds_indicator_summary_url 
    reporting_mail_threatfeeds_indicator_value_detail 
    reporting_mail_threatfeeds_indicator_value_detail_data 
    reporting_mail_threatfeeds_indicator_value_detail_data_resultSet 
    reporting_mail_threatfeeds_indicator_value_detail_ioc_consumed 
    reporting_mail_threatfeeds_indicator_value_detail_ioc_consumed_data 
    reporting_mail_threatfeeds_indicator_value_detail_ioc_consumed_data_resultSet 
    reporting_mail_threatfeeds_indicator_value_detail_ioc_type 
    reporting_mail_threatfeeds_indicator_value_detail_ioc_type_data 
    reporting_mail_threatfeeds_indicator_value_detail_ioc_type_data_resultSet 
    reporting_mail_threatfeeds_source_detail 
    reporting_mail_threatfeeds_source_detail_data 
    reporting_mail_threatfeeds_source_detail_data_resultSet 
    reporting_mail_threatfeeds_source_detail_domain_indicator 
    reporting_mail_threatfeeds_source_detail_domain_indicator_data 
    reporting_mail_threatfeeds_source_detail_domain_indicator_data_resultSet 
    reporting_mail_threatfeeds_source_detail_file_hash_indicator 
    reporting_mail_threatfeeds_source_detail_file_hash_indicator_data 
    reporting_mail_threatfeeds_source_detail_file_hash_indicator_data_resultSet 
    reporting_mail_threatfeeds_source_detail_ip_indicator 
    reporting_mail_threatfeeds_source_detail_ip_indicator_data 
    reporting_mail_threatfeeds_source_detail_ip_indicator_data_resultSet 
    reporting_mail_threatfeeds_source_detail_total_messages_matched 
    reporting_mail_threatfeeds_source_detail_total_messages_matched_data 
    reporting_mail_threatfeeds_source_detail_total_messages_matched_data_resultSet 
    reporting_mail_threatfeeds_source_detail_url_indicator 
    reporting_mail_threatfeeds_source_detail_url_indicator_data 
    reporting_mail_threatfeeds_source_detail_url_indicator_data_resultSet 
    reporting_mail_url_category_summary 
    reporting_mail_url_category_summary_data 
    reporting_mail_url_category_summary_data_resultSet 
    reporting_mail_url_category_summary_incoming_count 
    reporting_mail_url_category_summary_incoming_count_data 
    reporting_mail_url_category_summary_incoming_count_data_resultSet 
    reporting_mail_url_category_summary_outgoing_count 
    reporting_mail_url_category_summary_outgoing_count_data 
    reporting_mail_url_category_summary_outgoing_count_data_resultSet 
    reporting_mail_url_domain_summary 
    reporting_mail_url_domain_summary_incoming_count 
    reporting_mail_url_domain_summary_outgoing_count 
    reporting_mail_url_reputation_summary 
    reporting_mail_url_reputation_summary_incoming_count 
    reporting_mail_url_reputation_summary_outgoing_count 
    reporting_mail_users_content_filter_incoming 
    reporting_mail_users_content_filter_incoming_recipients_matched 
    reporting_mail_users_content_filter_outgoing 
    reporting_mail_users_content_filter_outgoing_recipients_matched 
    reporting_mail_users_detail 
    reporting_mail_users_detail_data 
    reporting_mail_users_detail_data_resultSet 
    reporting_mail_users_detail_incoming_bulk_mail 
    reporting_mail_users_detail_incoming_bulk_mail_data 
    reporting_mail_users_detail_incoming_bulk_mail_data_resultSet 
    reporting_mail_users_detail_incoming_detected_amp 
    reporting_mail_users_detail_incoming_detected_amp_data 
    reporting_mail_users_detail_incoming_detected_amp_data_resultSet 
    reporting_mail_users_detail_incoming_detected_content_filter 
    reporting_mail_users_detail_incoming_detected_content_filter_data 
    reporting_mail_users_detail_incoming_detected_content_filter_data_resultSet 
    reporting_mail_users_detail_incoming_detected_ims_spam_increment_over_case 
    reporting_mail_users_detail_incoming_detected_ims_spam_increment_over_case_data 
    reporting_mail_users_detail_incoming_detected_ims_spam_increment_over_case_data_resultSet 
    reporting_mail_users_detail_incoming_detected_spam 
    reporting_mail_users_detail_incoming_detected_spam_data 
    reporting_mail_users_detail_incoming_detected_spam_data_resultSet 
    reporting_mail_users_detail_incoming_detected_virus 
    reporting_mail_users_detail_incoming_detected_virus_data 
    reporting_mail_users_detail_incoming_detected_virus_data_resultSet 
    reporting_mail_users_detail_incoming_graymail 
    reporting_mail_users_detail_incoming_graymail_data 
    reporting_mail_users_detail_incoming_graymail_data_resultSet 
    reporting_mail_users_detail_incoming_marketing_mail 
    reporting_mail_users_detail_incoming_marketing_mail_data 
    reporting_mail_users_detail_incoming_marketing_mail_data_resultSet 
    reporting_mail_users_detail_incoming_social_mail 
    reporting_mail_users_detail_incoming_social_mail_data 
    reporting_mail_users_detail_incoming_social_mail_data_resultSet 
    reporting_mail_users_detail_incoming_threat_content_filter 
    reporting_mail_users_detail_incoming_threat_content_filter_data 
    reporting_mail_users_detail_incoming_threat_content_filter_data_resultSet 
    reporting_mail_users_detail_incoming_total_clean_recipients 
    reporting_mail_users_detail_incoming_total_clean_recipients_data 
    reporting_mail_users_detail_incoming_total_clean_recipients_data_resultSet 
    reporting_mail_users_detail_incoming_total_recipients 
    reporting_mail_users_detail_incoming_total_recipients_data 
    reporting_mail_users_detail_incoming_total_recipients_data_resultSet 
    reporting_mail_users_detail_outgoing_detected_amp 
    reporting_mail_users_detail_outgoing_detected_amp_data 
    reporting_mail_users_detail_outgoing_detected_amp_data_resultSet 
    reporting_mail_users_detail_outgoing_detected_content_filter 
    reporting_mail_users_detail_outgoing_detected_content_filter_data 
    reporting_mail_users_detail_outgoing_detected_content_filter_data_resultSet 
    reporting_mail_users_detail_outgoing_detected_ims_spam_increment_over_case 
    reporting_mail_users_detail_outgoing_detected_ims_spam_increment_over_case_data 
    reporting_mail_users_detail_outgoing_detected_ims_spam_increment_over_case_data_resultSet 
    reporting_mail_users_detail_outgoing_detected_spam 
    reporting_mail_users_detail_outgoing_detected_spam_data 
    reporting_mail_users_detail_outgoing_detected_spam_data_resultSet 
    reporting_mail_users_detail_outgoing_detected_virus 
    reporting_mail_users_detail_outgoing_detected_virus_data 
    reporting_mail_users_detail_outgoing_detected_virus_data_resultSet 
    reporting_mail_users_detail_outgoing_threat_content_filter 
    reporting_mail_users_detail_outgoing_threat_content_filter_data 
    reporting_mail_users_detail_outgoing_threat_content_filter_data_resultSet 
    reporting_mail_users_detail_outgoing_total_clean_recipients 
    reporting_mail_users_detail_outgoing_total_clean_recipients_data 
    reporting_mail_users_detail_outgoing_total_clean_recipients_data_resultSet 
    reporting_mail_users_detail_outgoing_total_recipients 
    reporting_mail_users_detail_outgoing_total_recipients_data 
    reporting_mail_users_detail_outgoing_total_recipients_data_resultSet 
    reporting_mail_virus_type_detail 
    reporting_mail_virus_type_detail_data 
    reporting_mail_virus_type_detail_data_resultSet 
    reporting_mail_virus_type_detail_incoming_total_recipients 
    reporting_mail_virus_type_detail_outgoing_total_recipients 
    reporting_mail_virus_type_detail_total_recipients 
    reporting_mail_vof_specific_threat_summary 
    reporting_mail_vof_specific_threat_summary_data 
    reporting_mail_vof_specific_threat_summary_data_resultSet 
    reporting_mail_vof_threat_details 
    reporting_mail_vof_threat_details_data 
    reporting_mail_vof_threat_details_data_resultSet 
    reporting_mail_vof_threat_details_threat_detected 
    reporting_mail_vof_threat_details_threat_detected_data 
    reporting_mail_vof_threat_summary 
    reporting_mail_vof_threat_summary_threat_detected 
    reporting_mail_vof_threats_by_level 
    reporting_mail_vof_threats_by_level_threat_detected 
    reporting_mail_vof_threats_by_threat_type 
    reporting_mail_vof_threats_by_threat_type_threat_detected 
    reporting_mail_vof_threats_by_time_threshold 
    reporting_mail_vof_threats_by_time_threshold_data 
    reporting_mail_vof_threats_by_time_threshold_data_resultSet 
    reporting_mail_vof_threats_by_time_threshold_local_store_quarantine_message_exit 
    reporting_mail_vof_threats_by_time_threshold_local_store_quarantine_message_exit_data 
    reporting_mail_vof_threats_by_time_threshold_local_store_quarantine_message_exit_data_resultSet 
    reporting_mail_vof_threats_by_time_threshold_quarantine_message_exit 
    reporting_mail_vof_threats_by_time_threshold_quarantine_message_exit_data 
    reporting_mail_vof_threats_by_time_threshold_quarantine_message_exit_data_resultSet 
    reporting_mail_vof_threats_by_type 
    reporting_mail_vof_threats_by_type_threat_detected 
    reporting_mail_vof_threats_rewritten_url 
    reporting_mail_vof_threats_rewritten_url_data 
    reporting_mail_vof_threats_rewritten_url_data_resultSet 
    reporting_mail_vof_threats_rewritten_url_rewritten_url 
    reporting_mail_vof_threats_rewritten_url_rewritten_url_data 
    reporting_reporting_system 
    reporting_reporting_system_data 
    reporting_reporting_system_data_resultSet 
  
  
  
  
  
    
    
    
      archived_reports (optional)
       
   
  
    
    
    
      periodic_report_user_name (optional)
periodic_report_title (optional)
periodic_report_type (optional)
periodic_report_type_name (optional)
periodic_report_options (optional)
periodic_report_tier (optional)
periodic_report_delivery (optional)
       
   
  
    
    
    
      periodic_report_format (optional)
periodic_report_lang (optional)
periodic_report_time_range (optional)
       
   
  
  
  
  
  
  
  
  
  
    
    
    
      archived_reports (optional)
meta (optional)
       
   
  
  
    
    
    
      periodic_report_format (optional)
periodic_report_type_name (optional)
periodic_report_generated (optional)
periodic_report_time_range (optional)
periodic_report_tier (optional)
periodic_report_title (optional)
periodic_report_product_type (optional)
       
   
  
  
    
    
    
      legacy_archived_reports (optional)
meta (optional)
       
   
  
  
    
    
    
      quarantine_name (optional)
quarantine_retention_period (optional)
quarantine_automatic_action (optional)
quarantine_retention_units (optional)
quarantine_normal_actions (optional)
quarantine_type (optional)
quarantine_users (optional)
quarantine_groups (optional)
quarantine_custom_roles (optional)
       
   
  
  
    
    
    
      totalCount (optional)
quarantine_names (optional)
       
   
  
  
    
    
    
      quarantine_name (optional)
quarantine_retention_period (optional)
quarantine_automatic_action (optional)
quarantine_retention_units (optional)
quarantine_normal_actions (optional)
quarantine_overflow_actions (optional)
quarantine_type (optional)
quarantine_users (optional)
quarantine_groups (optional)
quarantine_custom_roles (optional)
       
   
  
  
    
    
    
      quarantine_automatic_action (optional)
quarantine_retention_period (optional)
quarantine_retention_units (optional)
quarantine_normal_actions (optional)
quarantine_users (optional)
quarantine_groups (optional)
quarantine_custom_roles (optional)
quarantine_type (optional)
       
   
  
  
    
    
    
      quarantine_automatic_action (optional)
quarantine_retention_period (optional)
quarantine_retention_units (optional)
quarantine_normal_actions (optional)
quarantine_overflow_actions (optional)
quarantine_users (optional)
quarantine_custom_roles (optional)
quarantine_groups (optional)
quarantine_type (optional)
       
   
  
    
    
    
      quarantine_strip_action (optional)
quarantine_subject_action (optional)
quarantine_subject_text (optional)
quarantine_header_name (optional)
quarantine_header_text (optional)
       
   
  
  
    
    
    
      quarantine_filters (optional)
       
   
  
    
    
    
      type (optional)
name (optional)
esa (optional)
       
   
  
  
    
    
    
      quarantine_automatic_action (optional)
quarantine_name (optional)
quarantine_type (optional)
quarantine_retention_period (optional)
quarantine_custom_roles (optional)
quarantine_normal_actions (optional)
quarantine_size_used (optional)
quarantine_created_by (optional)
quarantine_groups (optional)
quarantine_users (optional)
quarantine_created_on (optional)
quarantine_retention_units (optional)
quarantine_overflow_actions (optional)
       
   
  
    
    
    
      quarantine_action (optional)
       
   
  
    
    
    
      quarantine_header_text (optional)
quarantine_subject_text (optional)
quarantine_strip_action (optional)
quarantine_header_name (optional)
quarantine_subject_action (optional)
       
   
  
  
    
    
    
      custom_user_roles (optional)
external_authentication_service (optional)
ext_users (optional)
local_users (optional)
       
   
  
  
    
    
    
      periodic_reports (optional)
meta (optional)
       
   
  
    
    
    
      periodic_report_type (optional)
periodic_report_schedule (optional)
periodic_report_options (optional)
periodic_report_user_name (optional)
periodic_report_product_type (optional)
periodic_report_type_name (optional)
periodic_report_delivery (optional)
periodic_report_recipients (optional)
periodic_report_tier (optional)
periodic_report_next_run_date (optional)
periodic_report_title (optional)
       
   
  
    
    
    
      periodic_report_format (optional)
periodic_report_time_range (optional)
periodic_report_lang (optional)
periodic_report_rows (optional)
       
   
  
    
    
    
      periodic_report_second (optional)
periodic_report_day (optional)
periodic_report_month (optional)
periodic_report_minute (optional)
periodic_report_weekday (optional)
periodic_report_year (optional)
periodic_report_hour (optional)
periodic_report_schedule_type (optional)
       
   
  
    
    
    
      periodic report id (optional)
       
   
  
  
  
  
  
  
  
    
    
    
      messages (optional)
sbrs (optional)
senderGroup (optional)
       
   
  
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
  
  
    
    
    
      ampDetails (optional)
attachments (optional)
direction (optional)
hostName (optional)
messageSize (optional)
mid (optional)
midHeader (optional)
recipient (optional)
sender (optional)
senderGroup (optional)
sendingHostSummary (optional)
showAMPDetails (optional)
smtpAuthId (optional)
subject (optional)
timestamp (optional)
       
   
  
    
    
    
      description (optional)
lastEvent (optional)
timestamp (optional)
       
   
  
    
    
    
      ipAddress (optional)
reverseDnsHostname (optional)
sbrsScore (optional)
       
   
  
  
  
    
    
    
      attachments (optional)
direction (optional)
hostName (optional)
isCompleteData (optional)
mailPolicy (optional)
messageSize (optional)
messageStatus (optional)
mid (optional)
midHeader (optional)
recipient (optional)
sender (optional)
senderGroup (optional)
sendingHostSummary (optional)
showAMP (optional)
showDLP (optional)
showSummaryTimeBox (optional)
showURL (optional)
smtpAuthId (optional)
subject (optional)
summary (optional)
timestamp (optional)
       
   
  
  
    
    
    
      attachments (optional)
direction (optional)
dlpDetails (optional)
hostName (optional)
messageSize (optional)
mid (optional)
midHeader (optional)
recipient (optional)
sender (optional)
senderGroup (optional)
sendingHostSummary (optional)
showDLPDetails (optional)
smtpAuthId (optional)
subject (optional)
timestamp (optional)
       
   
  
    
    
    
      dlpMatchedContent (optional)
dlpPolicy (optional)
mid (optional)
riskFactor (optional)
violationSeverity (optional)
       
   
  
    
    
    
      messagePart (optional)
messagePartMatch (optional)
       
   
  
    
    
    
      classifier (optional)
classifierMatch (optional)
       
   
  
    
    
    
      direction (optional)
hostName (optional)
icid (optional)
isCompleteData (optional)
mailPolicy (optional)
messageStatus (optional)
mid (optional)
recipient (optional)
replyTo (optional)
sbrs (optional)
sender (optional)
senderDomain (optional)
senderGroup (optional)
senderIp (optional)
serialNumber (optional)
subject (optional)
timestamp (optional)
verdictChart (optional)
       
   
  
  
    
    
    
      num_bad_records (optional)
totalCount (optional)
       
   
  
    
    
    
      hostName (optional)
icid (optional)
messageStatus (optional)
rejected (optional)
sbrs (optional)
senderGroup (optional)
senderIp (optional)
serialNumber (optional)
timestamp (optional)
       
   
  
  
  
    
    
    
      attachments (optional)
direction (optional)
hostName (optional)
mid (optional)
midHeader (optional)
recipient (optional)
sdrAge (optional)
sdrCategory (optional)
sdrReputation (optional)
sender (optional)
senderGroup (optional)
sendingHostSummary (optional)
showURLDetails (optional)
smtpAuthId (optional)
subject (optional)
urlDetails (optional)
       
   
  
  
  
  
  
    
    
    
      periodic_reports (optional)
       
   
  
    
    
    
      periodic_report_format (optional)
periodic_report_lang (optional)
periodic_report_time_range (optional)
periodic_report_rows (optional)
periodic_report_sort_columns (optional)
       
   
  
    
    
    
      table (optional)
column (optional)
       
   
  
    
    
    
      periodic_report_second (optional)
periodic_report_schedule_type (optional)
periodic_report_weekday (optional)
periodic_report_minute (optional)
periodic_report_hour (optional)
       
   
  
    
    
    
      periodic_report_user_name (optional)
periodic_report_title (optional)
periodic_report_type (optional)
periodic_report_type_name (optional)
periodic_report_options (optional)
periodic_report_schedule (optional)
periodic_report_tier (optional)
periodic_report_delivery (optional)
       
   
  
  
    
    
    
      action (optional)
recipientAddresses (optional)
senderList (optional)
       
   
  
    
    
    
      action (optional)
quarantineType (optional)
recipientAddresses (optional)
senderList (optional)
viewBy (optional)
       
   
  
  
    
    
    
      action (optional)
recipientList (optional)
totalCount (optional)
       
   
  
    
    
    
      quarantineType (optional)
recipientList (optional)
viewBy (optional)
       
   
  
  
    
    
    
      action (optional)
senderList (optional)
totalCount (optional)
       
   
  
    
    
    
      quarantineType (optional)
senderList (optional)
viewBy (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      date (optional)
envelopeRecipient (optional)
fromAddress (optional)
size (optional)
subject (optional)
toAddress (optional)
       
   
  
    
    
    
      attributes (optional)
mid (optional)
       
   
  
  
    
    
    
      action (optional)
totalCount (optional)
       
   
  
    
    
    
      mids (optional)
quarantineType (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      attributes (optional)
mid (optional)
       
   
  
    
    
    
      attachments (optional)
date (optional)
envelopeRecipient (optional)
fromAddress (optional)
messageBody (optional)
subject (optional)
toAddress (optional)
       
   
  
  
    
    
    
      attributes (optional)
mid (optional)
       
   
  
    
    
    
      headers (optional)
matchedContents (optional)
messageBody (optional)
messageDetails (optional)
messagePartDetails (optional)
quarantineDetails (optional)
       
   
  
    
    
    
      recipient (optional)
sender (optional)
subject (optional)
       
   
  
    
    
    
      attachmentId (optional)
attachmentName (optional)
attachmentSize (optional)
       
   
  
    
    
    
      esaHostName (optional)
originatingEsaIp (optional)
quarantineName (optional)
reason (optional)
received (optional)
scheduledExit (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
  
    
    
    
      esaHostName (optional)
esaMid (optional)
fromAddress (optional)
inQuarantines (optional)
originatingEsaIp (optional)
quarantineForReason (optional)
quarantineForReasonDict (optional)
received (optional)
recipient (optional)
scheduledExit (optional)
sender (optional)
size (optional)
subject (optional)
       
   
  
    
    
    
      quarantineName (optional)
reason (optional)
       
   
  
    
    
    
      action (optional)
totalCount (optional)
       
   
  
    
    
    
      action (optional)
mids (optional)
quarantineName (optional)
quarantineType (optional)
recipients (optional)
       
   
  
    
    
    
      attributes (optional)
mid (optional)
       
   
  
    
    
    
      action (optional)
delayedTime (optional)
totalCount (optional)
       
   
  
    
    
    
      action (optional)
delay (optional)
mids (optional)
quarantineName (optional)
quarantineType (optional)
       
   
  
    
    
    
      mids (optional)
quarantineName (optional)
quarantineType (optional)
       
   
  
    
    
    
      action (optional)
destinationQuarantineName (optional)
totalCount (optional)
       
   
  
    
    
    
      action (optional)
destinationQuarantineName (optional)
mids (optional)
quarantineName (optional)
quarantineType (optional)
       
   
  
    
    
    
      action (optional)
mids (optional)
quarantineName (optional)
quarantineType (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      attributes (optional)
rid (optional)
       
   
  
    
    
    
      averageMessageSize (optional)
capacity (optional)
numberOfMessages (optional)
ruleDescription (optional)
ruleId (optional)
totalSize (optional)
       
   
  
    
    
    
      totalAverageMessageSize (optional)
totalNumberOfMessages (optional)
       
   
  
    
    
    
      esaHostName (optional)
esaMid (optional)
inQuarantines (optional)
originatingEsaIp (optional)
quarantineForReason (optional)
quarantineForReasonDict (optional)
received (optional)
recipient (optional)
scheduledExit (optional)
sender (optional)
size (optional)
subject (optional)
       
   
  
    
    
    
      attributes (optional)
mid (optional)
       
   
  
  
    
    
    
      action (optional)
mids (optional)
quarantineType (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      attributes (optional)
rid (optional)
       
   
  
    
    
    
      quarantineType (optional)
ruleId (optional)
       
   
  
    
    
    
      action (optional)
quarantineType (optional)
ruleId (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      recipientAddress (optional)
senderList (optional)
       
   
  
  
    
    
    
      action (optional)
quarantineType (optional)
recipientAddresses (optional)
senderList (optional)
viewBy (optional)
       
   
  
  
    
    
    
      quarantineType (optional)
recipientList (optional)
viewBy (optional)
       
   
  
  
    
    
    
      quarantineType (optional)
senderList (optional)
viewBy (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
    
    
    
      failure (optional)
success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      completed_timestamp (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      completed_timestamp (optional)
console_url (optional)
interim_verdict (optional)
msg_direction (optional)
run_id (optional)
score (optional)
status (optional)
submit_timestamp (optional)
url (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      interim_verdict (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      submit_timestamp (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      console_url (optional)
filenames (optional)
msg_direction (optional)
old_disposition (optional)
timestamped_tuple (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      old_disposition (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      timestamped_tuple (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
    
    
    
      incoming_malicious (optional)
outgoing_malicious (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      cert_fallback_fail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      cert_fallback_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      auth_disallow (optional)
auth_fail (optional)
auth_success (optional)
cert_fail (optional)
cert_fallback_fail (optional)
cert_fallback_success (optional)
cert_success (optional)
noauth (optional)
total (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      last_auth_disallow (optional)
last_auth_fail (optional)
last_auth_success (optional)
last_cert_fail (optional)
last_cert_fallback (optional)
last_cert_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      last_auth_disallow (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      last_auth_fail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      last_auth_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      last_cert_fail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      last_cert_fallback (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      last_cert_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_auth (optional)
received_conn_auth_fail (optional)
received_conn_auth_success (optional)
received_conn_cert_fail (optional)
received_conn_cert_success (optional)
received_conn_noauth (optional)
received_conn_total (optional)
received_noauth (optional)
received_total (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_conn_auth_fail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_conn_auth_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_conn_cert_fail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_conn_cert_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_conn_noauth (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_conn_total (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_noauth (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_total (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      recipients_matched (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      conn_dane_fail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      conn_dane_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      conn_last_tls_status (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      conn_tls_opt_fail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      conn_tls_opt_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      conn_tls_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      conn_tls_total (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      conn_dane_fail (optional)
conn_dane_success (optional)
conn_last_tls_status (optional)
conn_plain (optional)
conn_tls_fail (optional)
conn_tls_opt_fail (optional)
conn_tls_opt_success (optional)
conn_tls_success (optional)
conn_tls_total (optional)
delivered (optional)
detected_amp (optional)
detected_spam (optional)
detected_virus (optional)
encrypted_tls (optional)
hard_bounces (optional)
threat_content_filter (optional)
total_clean_recipients (optional)
total_recipients (optional)
total_recipients_processed (optional)
total_threat_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      detected_virus (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      threat_content_filter (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_clean_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_recipients_processed (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_threat_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dlp_action_delivered (optional)
dlp_action_dropped (optional)
dlp_action_encrypted (optional)
dlp_incidents_critical (optional)
dlp_incidents_high (optional)
dlp_incidents_low (optional)
dlp_incidents_medium (optional)
total_dlp_incidents (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dlp_action_delivered (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dlp_action_dropped (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dlp_action_encrypted (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dlp_incidents_critical (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dlp_incidents_high (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dlp_incidents_low (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dlp_incidents_medium (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_dlp_incidents (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dlp_incidents_critical (optional)
dlp_incidents_high (optional)
dlp_incidents_low (optional)
dlp_incidents_medium (optional)
total_dlp_incidents (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_dlp_action_delivered (optional)
outgoing_dlp_action_dropped (optional)
outgoing_dlp_action_encrypted (optional)
outgoing_dlp_action_quarantined (optional)
outgoing_dlp_incidents_critical (optional)
outgoing_dlp_incidents_high (optional)
outgoing_dlp_incidents_low (optional)
outgoing_dlp_incidents_medium (optional)
total_dlp_incidents (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_dlp_action_delivered (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_dlp_action_dropped (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_dlp_action_encrypted (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_dlp_action_quarantined (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_dlp_incidents_critical (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_dlp_incidents_high (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_dlp_incidents_low (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_dlp_incidents_medium (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dmarc_failed_none (optional)
dmarc_failed_quarantined (optional)
dmarc_failed_rejected (optional)
dmarc_failed_total (optional)
dmarc_passed (optional)
dmarc_total_attempted (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dmarc_failed_none (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dmarc_failed_quarantined (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dmarc_failed_rejected (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dmarc_failed_total (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      dmarc_total_attempted (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      env_sender_incidents (optional)
env_sender_rejected_rcpts (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      env_sender_incidents (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      env_sender_rejected_rcpts (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      clamav_lowrisk (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      custom_threshold (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      blacklist (optional)
clamav_lowrisk (optional)
clean (optional)
custom_threshold (optional)
lowrisk (optional)
malware (optional)
unknown (optional)
unscannable (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      blocked_invalid_recipient (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      blocked_reputation (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      blocked_dmarc (optional)
blocked_invalid_recipient (optional)
blocked_reputation (optional)
bulk_mail (optional)
conn_plain (optional)
conn_tls_fail (optional)
conn_tls_opt_fail (optional)
conn_tls_opt_success (optional)
conn_tls_success (optional)
conn_tls_total (optional)
detected_amp (optional)
detected_spam (optional)
detected_virus (optional)
encrypted_tls (optional)
last_sender_group (optional)
last_sender_group_name (optional)
marketing_mail (optional)
social_mail (optional)
threat_content_filter (optional)
total_accepted_connections (optional)
total_clean_recipients (optional)
total_graymail_recipients (optional)
total_recipients (optional)
total_rejected_connections (optional)
total_threat_recipients (optional)
total_throttled_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      last_sender_group (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      last_sender_group_name (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      marketing_mail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_accepted_connections (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_graymail_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_rejected_connections (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_throttled_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      blocked_dmarc (optional)
blocked_invalid_recipient (optional)
blocked_reputation (optional)
detected_amp (optional)
detected_spam (optional)
detected_virus (optional)
dns_verified (optional)
last_sender_group (optional)
last_sender_group_name (optional)
marketing_mail (optional)
sbrs_score (optional)
threat_content_filter (optional)
total_clean_recipients (optional)
total_recipients (optional)
total_threat_recipients (optional)
total_graymail_recipients (optional)
social_mail (optional)
bulk_mail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_hat_connections (optional)
total_hat_messages (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_hat_connections (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_hat_messages (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      blocked_dmarc (optional)
blocked_invalid_recipient (optional)
blocked_reputation (optional)
bulk_mail (optional)
detected_amp (optional)
detected_spam (optional)
detected_virus (optional)
dns_verified (optional)
last_sender_group (optional)
last_sender_group_name (optional)
marketing_mail (optional)
sbrs_score (optional)
social_mail (optional)
threat_content_filter (optional)
total_clean_recipients (optional)
total_graymail_recipients (optional)
total_recipients (optional)
total_threat_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      amp_verdict_time (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      amp_verdict_time (optional)
console_url (optional)
detected_amp (optional)
score (optional)
threat_name (optional)
threat_type (optional)
upload_flag (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      detected_amp (optional)
detected_amp_files (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      detected_amp_files (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      blocked_dmarc (optional)
blocked_invalid_recipient (optional)
blocked_reputation (optional)
bulk_mail (optional)
detected_amp (optional)
detected_spam (optional)
detected_virus (optional)
last_sender_group (optional)
last_sender_group_name (optional)
marketing_mail (optional)
social_mail (optional)
threat_content_filter (optional)
total_accepted_connections (optional)
total_clean_recipients (optional)
total_graymail_recipients (optional)
total_recipients (optional)
total_rejected_connections (optional)
total_threat_recipients (optional)
total_throttled_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      blocked_dmarc (optional)
blocked_invalid_recipient (optional)
blocked_reputation (optional)
bulk_mail (optional)
detected_amp (optional)
detected_spam (optional)
detected_virus (optional)
marketing_mail (optional)
social_mail (optional)
threat_content_filter (optional)
total_accepted_connections (optional)
total_clean_recipients (optional)
total_graymail_recipients (optional)
total_recipients (optional)
total_rejected_connections (optional)
total_threat_recipients (optional)
total_throttled_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      blocked_dmarc (optional)
blocked_invalid_recipient (optional)
blocked_reputation (optional)
bulk_mail (optional)
detected_amp (optional)
detected_spam (optional)
detected_virus (optional)
ims_spam_increment_over_case (optional)
malicious_url (optional)
marketing_mail (optional)
social_mail (optional)
threat_content_filter (optional)
total_clean_recipients (optional)
total_graymail_recipients (optional)
total_recipients (optional)
total_threat_recipients (optional)
verif_decrypt_fail (optional)
verif_decrypt_success (optional)
detected_spam_suspect (optional)
detected_spam_certain (optional)
failed_spf (optional)
failed_dkim (optional)
total_spoofed_emails (optional)
total_mailbox_auto_remediated_recipients (optional)
detected_virus_per_msg (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      ims_spam_increment_over_case (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      verif_decrypt_fail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      verif_decrypt_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      rewrite_reason (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      allowed (optional)
blocked (optional)
msg_count (optional)
unknown (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      action (optional)
completed_timestamp (optional)
filenames (optional)
rcpts_failure (optional)
rcpts_success (optional)
profile (optional)
reason (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
    
    
    
      msgs_deleted (optional)
msgs_total (optional)
msgs_forwarded_deleted (optional)
msgs_failed (optional)
msgs_forwarded (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
    
    
    
      msgs_forwarded (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
    
    
    
      msgs_forwarded_deleted (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
    
    
    
      msgs_deleted (optional)
msgs_failed (optional)
msgs_total (optional)
msgs_forwarded (optional)
msgs_forwarded_deleted (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
    
    
    
      msgs_forwarded (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
    
    
    
      msgs_forwarded_deleted (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      detected_amp (optional)
detected_spam (optional)
detected_virus (optional)
ims_spam_increment_over_case (optional)
malicious_url (optional)
threat_content_filter (optional)
total_clean_recipients (optional)
total_dlp_incidents (optional)
total_hard_bounces (optional)
total_recipients (optional)
total_recipients_delivered (optional)
total_recipients_processed (optional)
cres_successful (optional)
cres_failed (optional)
detected_virus_per_msg (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_hard_bounces (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_recipients_delivered (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
    
    
    
      file_ext (optional)
array[Object] Total number of attachments safe-printed per original attachment extension type 
 
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_conn_plain (optional)
received_conn_tls_fail (optional)
received_conn_tls_opt_fail (optional)
received_conn_tls_opt_success (optional)
received_conn_tls_success (optional)
received_conn_total (optional)
received_encrypted_tls (optional)
received_total (optional)
received_unencrypted (optional)
sent_conn_dane_fail (optional)
sent_conn_dane_success (optional)
sent_conn_plain (optional)
sent_conn_tls_fail (optional)
sent_conn_tls_opt_fail (optional)
sent_conn_tls_opt_success (optional)
sent_conn_tls_success (optional)
sent_conn_total (optional)
sent_encrypted_tls (optional)
sent_total (optional)
sent_unencrypted (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_conn_plain (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_conn_tls_fail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_conn_tls_opt_fail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_conn_tls_opt_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_conn_tls_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_encrypted_tls (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      received_unencrypted (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      sent_conn_dane_fail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      sent_conn_dane_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      sent_conn_plain (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      sent_conn_tls_fail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      sent_conn_tls_opt_fail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      sent_conn_tls_opt_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      sent_conn_tls_success (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      sent_conn_total (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      sent_encrypted_tls (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      sent_unencrypted (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      detected_amp (optional)
detected_spam (optional)
detected_virus (optional)
threat_content_filter (optional)
total_clean_recipients (optional)
total_dlp_incidents (optional)
total_recipients_processed (optional)
total_threat_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      awful (optional)
good (optional)
neutral (optional)
not_scanned (optional)
poor (optional)
tainted (optional)
unknown (optional)
unscannable (optional)
weak (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_threat_messages (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_connections (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      connections_accept (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      connections_reject (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      connections_relay (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      connections_tcp_refuse (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      connections_accept (optional)
connections_reject (optional)
connections_relay (optional)
connections_tcp_refuse (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      average_incoming_message_size_in_bytes (optional)
average_memory_page_swapping (optional)
average_outgoing_message_size_in_bytes (optional)
bytes_in (optional)
bytes_out (optional)
incoming_connections (optional)
incoming_messages (optional)
outgoing_connections (optional)
outgoing_messages (optional)
overall_percent_cpu_usage (optional)
overall_percent_cpu_usage_for_antispam (optional)
overall_percent_cpu_usage_for_antivirus (optional)
overall_percent_cpu_usage_for_mail_count (optional)
overall_percent_cpu_usage_for_quarantine (optional)
overall_percent_cpu_usage_for_reporting (optional)
res_con_start_count (optional)
workqueue_average_messages (optional)
workqueue_average_time_spent (optional)
workqueue_maximum_messages (optional)
workqueue_messages_max (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_connections (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_messages (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_connections (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_messages (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      res_con_start_count (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      workqueue_messages_max (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      domain (optional)
file_hash (optional)
url (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      ioc_consumed (optional)
ioc_type (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      domain_indicator (optional)
file_hash_indicator (optional)
ip_indicator (optional)
total_messages_matched (optional)
url_indicator (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      domain_indicator (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      file_hash_indicator (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      total_messages_matched (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_count (optional)
outgoing_count (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_count (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_count (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_bulk_mail (optional)
incoming_detected_amp (optional)
incoming_detected_content_filter (optional)
incoming_detected_ims_spam_increment_over_case (optional)
incoming_detected_spam (optional)
incoming_detected_virus (optional)
incoming_graymail (optional)
incoming_marketing_mail (optional)
incoming_social_mail (optional)
incoming_threat_content_filter (optional)
incoming_total_clean_recipients (optional)
incoming_total_recipients (optional)
outgoing_detected_amp (optional)
outgoing_detected_content_filter (optional)
outgoing_detected_ims_spam_increment_over_case (optional)
outgoing_detected_spam (optional)
outgoing_detected_virus (optional)
outgoing_threat_content_filter (optional)
outgoing_total_clean_recipients (optional)
outgoing_total_recipients (optional)
total_dlp_incidents (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_bulk_mail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_detected_amp (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_detected_content_filter (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_detected_ims_spam_increment_over_case (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_detected_spam (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_detected_virus (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_graymail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_marketing_mail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_social_mail (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_threat_content_filter (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_total_clean_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_total_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_detected_amp (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_detected_content_filter (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_detected_ims_spam_increment_over_case (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_detected_spam (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_detected_virus (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_threat_content_filter (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_total_clean_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      outgoing_total_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      incoming_total_recipients (optional)
outgoing_total_recipients (optional)
total_recipients (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      meta (optional)
data (optional)
       
   
  
    
    
    
      type (optional)
resultSet (optional)
       
   
  
    
    
    
      threat_detected_virus_or_malware (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      threat_detected (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      local_store_quarantine_message_exit (optional)
quarantine_message_exit (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      local_store_quarantine_message_exit (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      quarantine_message_exit (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      data (optional)
meta (optional)
       
   
  
    
    
    
      resultSet (optional)
type (optional)
       
   
  
    
    
    
      begin_time (optional)
end_time (optional)
heartbeat (optional)