<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Duo Admin API - Administrator Log Metadata - Need Clarification in APIs</title>
    <link>https://community.cisco.com/t5/apis/duo-admin-api-administrator-log-metadata-need-clarification/m-p/4875806#M9</link>
    <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Aloha &lt;A class="mention" href="https://community.duo.com/u/jjoy"&gt;@JJoy&lt;/A&gt;!&lt;/P&gt;
&lt;P&gt;In the Administrator logs,&lt;CODE&gt;regen_mobile&lt;/CODE&gt; happens when a Duo admin clicks “Generate Duo Mobile Activation Code” on a phone’s details page, and &lt;CODE&gt;regen_sms&lt;/CODE&gt; is when an admin clicks the “Send SMS Passcodes…” link at the top of a phone’s details page.&lt;/P&gt;
&lt;P&gt;Regen Mobile event: Admin Panel UI Administrator Actions report&lt;BR /&gt;
&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2X_b_b605620988c1347c97d0a1f18918b8f6b78b4bbe.png" style="width: 346px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/191163iA7C82442A7E67210/image-size/large?v=v2&amp;amp;px=999" role="button" title="2X_b_b605620988c1347c97d0a1f18918b8f6b78b4bbe.png" alt="2X_b_b605620988c1347c97d0a1f18918b8f6b78b4bbe.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regen Mobile event: Admin API Admin Logs:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="lang-auto"&gt;        {
            "action": "phone_update", 
            "description": "{\"regen_mobile\": \"\"}", 
            "object": "734-555-6987", 
            "timestamp": 1564432021, 
            "username": "DuoKristina"
        }
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Regen SMS event: Admin Panel UI Administrator Actions report&lt;BR /&gt;
&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2X_3_3cdd9869152c4fb8aac5357706354ca0483f5452.png" style="width: 344px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/191406i9BFC0BEAE287C048/image-size/large?v=v2&amp;amp;px=999" role="button" title="2X_3_3cdd9869152c4fb8aac5357706354ca0483f5452.png" alt="2X_3_3cdd9869152c4fb8aac5357706354ca0483f5452.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regen SMS event: Admin API Admin Logs:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="lang-auto"&gt;{
       "action": "phone_update", 
       "description": "{\"regen_sms\": \"\"}", 
       "object": "734-555-6987", 
       "timestamp": 1564432030, 
       "username": "DuoKristina"
   }
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;We’ll get these reasons added to the list of &lt;A href="https://duo.com/docs/adminapi#administrator-logs" rel="nofollow noopener"&gt;API Administrator Actions&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 29 Jul 2019 21:07:13 GMT</pubDate>
    <dc:creator>DuoKristina</dc:creator>
    <dc:date>2019-07-29T21:07:13Z</dc:date>
    <item>
      <title>Duo Admin API - Administrator Log Metadata - Need Clarification</title>
      <link>https://community.cisco.com/t5/apis/duo-admin-api-administrator-log-metadata-need-clarification/m-p/4875805#M8</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Looking at the Administrator Log data and trying to understand a particular value in the “Description” field.&lt;/P&gt;
&lt;P&gt;This shows up when action = “phone_update”, description = {“regen_mobile”: “”}&lt;/P&gt;
&lt;P&gt;Has anyone else seen this in their logs? What does this mean?&lt;BR /&gt;
I’ve attempted regenerating activation codes, modifying particular devices, updating phone numbers, and none of those events have triggered this data to appear.&lt;/P&gt;
&lt;P&gt;I’ve also seen a {“regen_sms”: “”} value in the description field, but not as often as {“regen_mobile”: “”}.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Jul 2019 15:31:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/duo-admin-api-administrator-log-metadata-need-clarification/m-p/4875805#M8</guid>
      <dc:creator>JJoy1</dc:creator>
      <dc:date>2019-07-22T15:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Duo Admin API - Administrator Log Metadata - Need Clarification</title>
      <link>https://community.cisco.com/t5/apis/duo-admin-api-administrator-log-metadata-need-clarification/m-p/4875806#M9</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;Aloha &lt;A class="mention" href="https://community.duo.com/u/jjoy"&gt;@JJoy&lt;/A&gt;!&lt;/P&gt;
&lt;P&gt;In the Administrator logs,&lt;CODE&gt;regen_mobile&lt;/CODE&gt; happens when a Duo admin clicks “Generate Duo Mobile Activation Code” on a phone’s details page, and &lt;CODE&gt;regen_sms&lt;/CODE&gt; is when an admin clicks the “Send SMS Passcodes…” link at the top of a phone’s details page.&lt;/P&gt;
&lt;P&gt;Regen Mobile event: Admin Panel UI Administrator Actions report&lt;BR /&gt;
&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2X_b_b605620988c1347c97d0a1f18918b8f6b78b4bbe.png" style="width: 346px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/191163iA7C82442A7E67210/image-size/large?v=v2&amp;amp;px=999" role="button" title="2X_b_b605620988c1347c97d0a1f18918b8f6b78b4bbe.png" alt="2X_b_b605620988c1347c97d0a1f18918b8f6b78b4bbe.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regen Mobile event: Admin API Admin Logs:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="lang-auto"&gt;        {
            "action": "phone_update", 
            "description": "{\"regen_mobile\": \"\"}", 
            "object": "734-555-6987", 
            "timestamp": 1564432021, 
            "username": "DuoKristina"
        }
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Regen SMS event: Admin Panel UI Administrator Actions report&lt;BR /&gt;
&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2X_3_3cdd9869152c4fb8aac5357706354ca0483f5452.png" style="width: 344px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/191406i9BFC0BEAE287C048/image-size/large?v=v2&amp;amp;px=999" role="button" title="2X_3_3cdd9869152c4fb8aac5357706354ca0483f5452.png" alt="2X_3_3cdd9869152c4fb8aac5357706354ca0483f5452.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regen SMS event: Admin API Admin Logs:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="lang-auto"&gt;{
       "action": "phone_update", 
       "description": "{\"regen_sms\": \"\"}", 
       "object": "734-555-6987", 
       "timestamp": 1564432030, 
       "username": "DuoKristina"
   }
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;We’ll get these reasons added to the list of &lt;A href="https://duo.com/docs/adminapi#administrator-logs" rel="nofollow noopener"&gt;API Administrator Actions&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Jul 2019 21:07:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/duo-admin-api-administrator-log-metadata-need-clarification/m-p/4875806#M9</guid>
      <dc:creator>DuoKristina</dc:creator>
      <dc:date>2019-07-29T21:07:13Z</dc:date>
    </item>
  </channel>
</rss>

