<?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: Umbrella API Org Fingerprint via API in Cloud Edge</title>
    <link>https://community.cisco.com/t5/cloud-edge/umbrella-api-org-fingerprint-via-api/m-p/4546050#M19</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1307041"&gt;@gdaxon&lt;/a&gt;&amp;nbsp;I think you cannot retrieve this info via API. You will need to download it once manually if I remember correctly from previous experience with MSPs. Please check these links:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.umbrella.com/hc/en-us/articles/231356108-Umbrella-Roaming-Client-Deployment-Parameters-for-Mass-Deployment-MSP-" target="_blank"&gt;https://support.umbrella.com/hc/en-us/articles/231356108-Umbrella-Roaming-Client-Deployment-Parameters-for-Mass-Deployment-MSP-&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.umbrella.com/hc/en-us/articles/230901008-What-is-my-OrgID-Fingerprint-" target="_blank"&gt;https://support.umbrella.com/hc/en-us/articles/230901008-What-is-my-OrgID-Fingerprint-&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.umbrella.com/deployment-umbrella/docs/acquire-umbrella-roaming-client-parameters" target="_blank"&gt;https://docs.umbrella.com/deployment-umbrella/docs/acquire-umbrella-roaming-client-parameters&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I would recommend opening a ticket for this with Umbrella support. They will be better able to help you on this.&lt;/P&gt;</description>
    <pubDate>Sat, 05 Feb 2022 09:17:17 GMT</pubDate>
    <dc:creator>chrivand</dc:creator>
    <dc:date>2022-02-05T09:17:17Z</dc:date>
    <item>
      <title>Umbrella API Org Fingerprint via API</title>
      <link>https://community.cisco.com/t5/cloud-edge/umbrella-api-org-fingerprint-via-api/m-p/4544362#M13</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been working on an automated deployment for a number of software packages and Umbrella is the only one that I can't find all the details for.&lt;/P&gt;&lt;P&gt;Via the APIs I need either the Org Fingerprint or the ability to download the install package so I can extract the json file that has the Fingerprint.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I blind or are these items not available via the Umbrella API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: wrong word.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 19:10:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-edge/umbrella-api-org-fingerprint-via-api/m-p/4544362#M13</guid>
      <dc:creator>gdaxon</dc:creator>
      <dc:date>2022-02-02T19:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Umbrella API Org Fingerprint via API</title>
      <link>https://community.cisco.com/t5/cloud-edge/umbrella-api-org-fingerprint-via-api/m-p/4545150#M14</link>
      <description>&lt;P&gt;There isn't a way to get the OrgId through the API.&amp;nbsp; You have to pull that from the URL of the dashboard.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.cisco.com/docs/cloud-security/#getting-started/get-organization-information" target="_blank"&gt;https://developer.cisco.com/docs/cloud-security/#getting-started/get-organization-information&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The roaming client module profile is unique per org and can only be downloaded from the dashboard, as far as I know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you're going to need to know the OrgId before you're going to be able to do automated deployment of these components.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 22:25:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-edge/umbrella-api-org-fingerprint-via-api/m-p/4545150#M14</guid>
      <dc:creator>Brian Sak</dc:creator>
      <dc:date>2022-02-03T22:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Umbrella API Org Fingerprint via API</title>
      <link>https://community.cisco.com/t5/cloud-edge/umbrella-api-org-fingerprint-via-api/m-p/4545612#M17</link>
      <description>&lt;P&gt;Well, after I posted I found that you can find the OrgId by requesting it from the management endpoint.&lt;/P&gt;
&lt;PRE&gt;curl -i GET https://management.api.umbrella.com/v1/organizations \
-H 'Authorization: Basic &amp;lt;redacted&amp;gt;' \
-H 'Content-Type: application/json'&lt;/PRE&gt;
&lt;P&gt;It will return the OrgId and the name of your organization.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 14:40:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-edge/umbrella-api-org-fingerprint-via-api/m-p/4545612#M17</guid>
      <dc:creator>Brian Sak</dc:creator>
      <dc:date>2022-02-04T14:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Umbrella API Org Fingerprint via API</title>
      <link>https://community.cisco.com/t5/cloud-edge/umbrella-api-org-fingerprint-via-api/m-p/4545785#M18</link>
      <description>&lt;P&gt;This does not address my question.&amp;nbsp; The Org ID and the Org Fingerprint are not the same thing. The fingerprint is a value in the orginfo.json file that is required for a roaming client installation.&amp;nbsp; This is the value I am looking for.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 18:51:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-edge/umbrella-api-org-fingerprint-via-api/m-p/4545785#M18</guid>
      <dc:creator>gdaxon</dc:creator>
      <dc:date>2022-02-04T18:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Umbrella API Org Fingerprint via API</title>
      <link>https://community.cisco.com/t5/cloud-edge/umbrella-api-org-fingerprint-via-api/m-p/4546050#M19</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1307041"&gt;@gdaxon&lt;/a&gt;&amp;nbsp;I think you cannot retrieve this info via API. You will need to download it once manually if I remember correctly from previous experience with MSPs. Please check these links:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.umbrella.com/hc/en-us/articles/231356108-Umbrella-Roaming-Client-Deployment-Parameters-for-Mass-Deployment-MSP-" target="_blank"&gt;https://support.umbrella.com/hc/en-us/articles/231356108-Umbrella-Roaming-Client-Deployment-Parameters-for-Mass-Deployment-MSP-&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.umbrella.com/hc/en-us/articles/230901008-What-is-my-OrgID-Fingerprint-" target="_blank"&gt;https://support.umbrella.com/hc/en-us/articles/230901008-What-is-my-OrgID-Fingerprint-&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.umbrella.com/deployment-umbrella/docs/acquire-umbrella-roaming-client-parameters" target="_blank"&gt;https://docs.umbrella.com/deployment-umbrella/docs/acquire-umbrella-roaming-client-parameters&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I would recommend opening a ticket for this with Umbrella support. They will be better able to help you on this.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Feb 2022 09:17:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-edge/umbrella-api-org-fingerprint-via-api/m-p/4546050#M19</guid>
      <dc:creator>chrivand</dc:creator>
      <dc:date>2022-02-05T09:17:17Z</dc:date>
    </item>
  </channel>
</rss>

