<?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 API assistance in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/api-assistance/m-p/5443774#M6805</link>
    <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-15 at 11.55.17 AM.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/264013iC97E28E33161BD98/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I am attempting to extract a list of all clients on a specific SSID.&lt;/P&gt;&lt;P&gt;I have managed to get a list of all clients but the client list only includes the device ID. Mac, and IP.  What I really want is the device description and manufacture as it shown in the Meraki cloud portal.&lt;/P&gt;&lt;P&gt;I have been unable to identify the correct commands to extract this information.  Can someone point me the right direction?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 15 Aug 2024 18:16:20 GMT</pubDate>
    <dc:creator>Tod1</dc:creator>
    <dc:date>2024-08-15T18:16:20Z</dc:date>
    <item>
      <title>API assistance</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-assistance/m-p/5443774#M6805</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-15 at 11.55.17 AM.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/264013iC97E28E33161BD98/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I am attempting to extract a list of all clients on a specific SSID.&lt;/P&gt;&lt;P&gt;I have managed to get a list of all clients but the client list only includes the device ID. Mac, and IP.  What I really want is the device description and manufacture as it shown in the Meraki cloud portal.&lt;/P&gt;&lt;P&gt;I have been unable to identify the correct commands to extract this information.  Can someone point me the right direction?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 18:16:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-assistance/m-p/5443774#M6805</guid>
      <dc:creator>Tod1</dc:creator>
      <dc:date>2024-08-15T18:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: API assistance</title>
      <link>https://community.cisco.com/t5/network-platform-api/api-assistance/m-p/5443775#M6806</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/get-network-clients/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/get-network-clients/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Will return those fields.&lt;/P&gt;&lt;PRE class="lia-code-sample language-markup"&gt;&lt;CODE&gt;[
    {
        "id": "k74272e",
        "mac": "22:33:44:55:66:77",
        "ip": "1.2.3.4",
        "ip6": "2001:db8:3c4d:15::1",
        "description": "Miles's phone",
        "firstSeen": 1518365681,
        "lastSeen": 1526087474,
        "manufacturer": "Apple",
        "os": "iOS",
        "user": "milesmeraki",
        "vlan": "100",
        "ssid": "My SSID",
        "switchport": "My switch port",
        "wirelessCapabilities": "802.11b - 2.4 GHz",
        "smInstalled": true,
        "recentDeviceMac": "22:33:44:55:66:77",
        "status": "Online",
        "usage": { "sent": 138, "recv": 61 },
        "namedVlan": "My VLAN",
        "adaptivePolicyGroup": "2: Infrastructure",
        "deviceTypePrediction": "iPhone SE, iOS9.3.5",
        "recentDeviceSerial": "00:11:22:33:44:55",
        "recentDeviceName": "Q234-ABCD-5678",
        "recentDeviceConnection": "Wired",
        "notes": "My AP's note",
        "ip6Local": "fe80:0:0:0:1430:aac1:6826:75ab",
        "groupPolicy8021x": "Student_Access",
        "pskGroup": "Group 1"
    }
]&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Aug 2024 18:56:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/api-assistance/m-p/5443775#M6806</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2024-08-15T18:56:11Z</dc:date>
    </item>
  </channel>
</rss>

