Security Management Appliance 12.0 API
Security Management Appliance 12.0 API
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
Version: 2.0
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html
Access
- HTTP Basic Authentication
- APIKey KeyParamName:jwtToken KeyInQuery:false KeyInHeader:true
[ Jump to
Models ]
Table of Contents
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 (required)
Body Parameter — Quarantine blocklist delete request body
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
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/local_quarantines
add pvo quarantine (smaApiV20ConfigLocalQuarantinesPost)
Consumes
This API call consumes the following media types via the request header:
Request body
body (required)
Body Parameter — Add pvo quarantine request body
Query parameters
device_type (optional)
Query Parameter —
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 —
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 —
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 (required)
Body Parameter — Edit pvo quarantine request body
Query parameters
device_type (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
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 —
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 —
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/local_quarantines/{quarantine_name}
delete pvo quarantine (smaApiV20ConfigLocalQuarantinesQuarantineNameDelete)
Path parameters
quarantine_name (required)
Path Parameter —
Query parameters
device_type (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 pvo quarantine
config_local_quarantines_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 (required)
Body Parameter — Quarantine blocklist delete request body
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
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 (required)
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/messages/rules
Delete messages from the rule summary that match multiple attributes (smaApiV20QuarantineMessagesRulesDelete)
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 (required)
Body Parameter — Quarantine safelist delete request body
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
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 —
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/quarantine_filters/{quarantine_name}
get quarantine users (smaApiV20ConfigQuarantineFiltersQuarantineNameGet)
Path parameters
quarantine_name (required)
Path Parameter —
Query parameters
device_type (optional)
Query Parameter —
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 —
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 —
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
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 —
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
Up
get /sma/api/v2.0/quarantine/messages/rules
Retrieve the rule summary (smaApiV20QuarantineMessagesRulesGet)
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/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 —
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 —
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 completed timestamp (smaApiV20ReportingMailAmpFileAnalysisByFilenameGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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/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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 timestamped tuple (smaApiV20ReportingMailAmpReputationUpdateGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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_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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 noauth (smaApiV20ReportingMailAuthenticationIncomingDomainGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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_ip
mail authentication incoming domain ip last auth fail (smaApiV20ReportingMailAuthenticationIncomingDomainIpGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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_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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 received conn cert fail (smaApiV20ReportingMailAuthenticationSummaryGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
top (optional)
Query Parameter —
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_auth
mail authentication summary received auth (smaApiV20ReportingMailAuthenticationSummaryReceivedAuthGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
top (optional)
Query Parameter —
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 —
top (optional)
Query Parameter —
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 —
top (optional)
Query Parameter —
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 —
top (optional)
Query Parameter —
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 —
top (optional)
Query Parameter —
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 —
top (optional)
Query Parameter —
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 —
top (optional)
Query Parameter —
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 —
top (optional)
Query Parameter —
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 —
top (optional)
Query Parameter —
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 recipients matched (smaApiV20ReportingMailContentFilterIncomingGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (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 recipients matched
reporting_mail_content_filter_incoming_recipients_matched
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 —
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 recipients matched (smaApiV20ReportingMailContentFilterOutgoingGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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_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 —
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 recipients matched (smaApiV20ReportingMailContentFilterUsersGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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_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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 total threat recipients (smaApiV20ReportingMailDestinationDomainDetailGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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_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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 dlp incidents low (smaApiV20ReportingMailDlpOutgoingPolicyDetailGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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/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 —
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 —
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 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 —
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 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 —
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 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 —
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 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 dlp incidents low (smaApiV20ReportingMailDlpOutgoingTrafficSummaryGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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 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/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 —
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 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 outgoing dlp incidents critical (smaApiV20ReportingMailDlpUsersPolicyDetailGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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_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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 dmarc passed (smaApiV20ReportingMailDmarcIncomingTrafficSummaryGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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_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 —
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 —
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 env sender rejected rcpts (smaApiV20ReportingMailEnvSenderRateLimitGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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_stats
mail env sender stats num msgs (smaApiV20ReportingMailEnvSenderStatsGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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_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 —
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 recipients matched (smaApiV20ReportingMailFedContentFilterIncomingGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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_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 —
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 num matches (smaApiV20ReportingMailHvmMsgFilterStatsGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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_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 —
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 —
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 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 —
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 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 —
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 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 —
top (optional)
Query Parameter —
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 unscannable (smaApiV20ReportingMailIncomingAmpSummaryGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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 incoming amp summary unscannable
reporting_mail_incoming_amp_summary_unscannable
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 —
top (optional)
Query Parameter —
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 —
top (optional)
Query Parameter —
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 —
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 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 —
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 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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 blocked reputation (smaApiV20ReportingMailIncomingDomainDetailGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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/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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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/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 —
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 —
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 —
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 —
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 last sender group name (smaApiV20ReportingMailIncomingDomainIpDetailGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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/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 —
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 —
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 —
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 —
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/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 —
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 —
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_recipients
mail incoming domain ip detail total recipients (smaApiV20ReportingMailIncomingDomainIpDetailTotalRecipientsGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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 —
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 total hat connections (smaApiV20ReportingMailIncomingHatConnectionsGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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_connections
mail incoming hat connections total hat connections (smaApiV20ReportingMailIncomingHatConnectionsTotalHatConnectionsGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 blocked reputation (smaApiV20ReportingMailIncomingIpHostnameDetailGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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/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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 detected amp (smaApiV20ReportingMailIncomingMalwareThreatFileDetailByFilenameGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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/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 —
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 —
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 —
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 —
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 —
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 detected amp (smaApiV20ReportingMailIncomingMalwareThreatFileDetailGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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_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 —
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 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 —
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 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 detected amp (smaApiV20ReportingMailIncomingMalwareThreatFileDetailSummaryGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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 summary detected amp
reporting_mail_incoming_malware_threat_file_detail_summary_detected_amp
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 last sender group name (smaApiV20ReportingMailIncomingNetworkDetailGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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/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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 total recipients (smaApiV20ReportingMailIncomingNetworkDomainDetailGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (optional)
Query Parameter —
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/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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 —
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 blocked reputation (smaApiV20ReportingMailIncomingTrafficSummaryGet)
Query parameters
startDate (optional)
Query Parameter —
endDate (optional)
Query Parameter —
device_type (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 traffic summary blocked reputation
reporting_mail_incoming_traffic_summary_blocked_reputation
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 —
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 —
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 —
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 —
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 —
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 —
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