cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
599
Views
1
Helpful
1
Replies

AsyncOS API Call - SMA

JamesMathis
Level 1
Level 1

We have a Cloud SMA appliance (M300V).  It is running AsyncOS v14.3.  I am trying to write and API query to pull back message tracking results on the following fields:

Subject

Sender

Attachment Hash

The API call I am trying to make will be for any of the above.  So basically, I am not trying to write one API call for all three.  I am trying to write 3 separate API calls.  I have reviewed the documentation but I am not finding exactly what I am looking to do.  

Is anyone able to help with this?

1 Reply 1

Brian Sak
Cisco Employee
Cisco Employee

The 14.2 AsyncOS API Guide shows some examples of the Tracking APIs, that include examples for pulling the subject and sender from messages and AMP status for attachments which has the SHA256 of the attachments. After authenticating and getting your token, you should be able to just query the SMA with two calls to get this information.  There's a community-contributed Postman collection available here that should allow you to accelerate the collection of your API calls.