<?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: unable to api login to system data domain in some versions of R81.10 in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/182078#M7732</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Try to connect without the domain name:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"user": "the-user",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"password": "the-password",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"session-timeout": "60"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 May 2023 08:03:22 GMT</pubDate>
    <dc:creator>Amir_Senn</dc:creator>
    <dc:date>2023-05-25T08:03:22Z</dc:date>
    <item>
      <title>unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181718#M7717</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am getting errors trying to login to the "system data" domain on some R81.10 machines.&lt;BR /&gt;&lt;BR /&gt;using the rest api: POST https://&amp;lt;ip&amp;gt;/web_api/login&lt;BR /&gt;it results with:&lt;BR /&gt;responseCode : 400, {"code":"err_login_failed","message":"Authentication to server failed."}&lt;BR /&gt;&lt;BR /&gt;loging in to other domains of these machines works fine.&lt;BR /&gt;&lt;BR /&gt;this happens on some R81.10 machine but not on others. (api version on the machine is 1.8)&lt;BR /&gt;&lt;BR /&gt;Is it a known problem? Is there a solution.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 08:38:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181718#M7717</guid>
      <dc:creator>oded_mass</dc:creator>
      <dc:date>2023-05-23T08:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181737#M7718</link>
      <description>&lt;P&gt;Can you share the syntax you used in the command?&lt;/P&gt;
&lt;P&gt;Also, if you try this command locally using SSH, is there any different result?&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 10:53:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181737#M7718</guid>
      <dc:creator>Amir_Senn</dc:creator>
      <dc:date>2023-05-23T10:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181794#M7720</link>
      <description>&lt;P&gt;Dont believe it is a known issue. As&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/37178"&gt;@Amir_Senn&lt;/a&gt;&amp;nbsp;asked, maybe send us the exact syntax you are using. Its certainly odd it happens only on some machines.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 14:54:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181794#M7720</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-05-23T14:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181797#M7721</link>
      <description>&lt;P&gt;Hellow,&lt;/P&gt;&lt;P&gt;the command is:&amp;nbsp;&lt;A href="https://&amp;lt;ip" target="_blank"&gt;https://&lt;/A&gt;&amp;lt;the ip-address&amp;gt;/web_api/login&lt;BR /&gt;the HTTP Method is: POST&lt;BR /&gt;and the body is:&lt;BR /&gt;{&lt;BR /&gt;"user": "the-user",&lt;BR /&gt;"password": "the-password",&lt;BR /&gt;"domain": "System Data",&lt;BR /&gt;"session-timeout": "60"&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 15:12:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181797#M7721</guid>
      <dc:creator>oded_mass</dc:creator>
      <dc:date>2023-05-23T15:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181804#M7722</link>
      <description>&lt;P&gt;Is it same if you try &lt;A href="https://ip_address/web_api_login" target="_blank"&gt;https://ip_address/web_api_login&lt;/A&gt;&amp;nbsp;?&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 16:11:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181804#M7722</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-05-23T16:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181808#M7723</link>
      <description>&lt;P&gt;I do not understand. the documentation for login is:&lt;/P&gt;&lt;PRE&gt;{{server}}/login&lt;/PRE&gt;&lt;P&gt;for example &lt;A href="https://192.168.0.120/web_api/login" target="_blank" rel="noopener"&gt;https://192.168.0.120/web_api/login&lt;/A&gt;&lt;BR /&gt;this is what I do (of course with the relevant ip address)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 17:12:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181808#M7723</guid>
      <dc:creator>oded_mass</dc:creator>
      <dc:date>2023-05-23T17:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181809#M7724</link>
      <description>&lt;P&gt;I went to that link and it showed me web_api_login...not sure if it makes a difference, but it did work.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 17:36:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181809#M7724</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-05-23T17:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181830#M7726</link>
      <description>&lt;P&gt;Are you sure the same credentials work, e.g. with SmartConsole?&lt;BR /&gt;Have you confirmed the configured user has API access as part of their permissions profile?&lt;BR /&gt;If so, then you may want to get the TAC involved: &lt;A href="https://help.checkpoint.com" target="_blank"&gt;https://help.checkpoint.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 20:05:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181830#M7726</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-05-23T20:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181834#M7727</link>
      <description>&lt;P&gt;Also is the API set up to allow remote connections? By default, it doesn't. mgmt_cli local on the management will work, but HTTPS connections won't.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 00:42:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181834#M7727</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2023-05-24T00:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181851#M7728</link>
      <description>&lt;P&gt;Step 1 should be to run `api status` on the SmartCenter (or MDS).&lt;/P&gt;
&lt;P&gt;Step 2 is check access rights for named account.&lt;/P&gt;
&lt;P&gt;Step 3 is test with mgmt_cli and same account.&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 05:43:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181851#M7728</guid>
      <dc:creator>Hugo_vd_Kooij</dc:creator>
      <dc:date>2023-05-24T05:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181870#M7729</link>
      <description>&lt;P&gt;The login to "system data" domain is only a part of what my program does.&lt;BR /&gt;All other requests work fine.&lt;BR /&gt;The program logs in (with no domain name) and gets information about gateways and servers list of domains and other. This all work fine with the same credentials.&lt;BR /&gt;It then tries to login to the "System Data". this fails on some machines.&lt;BR /&gt;Then depending it it is a multi domain system or not if logs in to the appropriate domain and gets information about "firewall policies and rules". This also works ok with the same credentials.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 07:40:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181870#M7729</guid>
      <dc:creator>oded_mass</dc:creator>
      <dc:date>2023-05-24T07:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181913#M7731</link>
      <description>&lt;P&gt;Can you send output of api status?&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 13:00:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/181913#M7731</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-05-24T13:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/182078#M7732</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Try to connect without the domain name:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"user": "the-user",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"password": "the-password",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"session-timeout": "60"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 08:03:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/182078#M7732</guid>
      <dc:creator>Amir_Senn</dc:creator>
      <dc:date>2023-05-25T08:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/182167#M7733</link>
      <description>&lt;P&gt;This works and I am using this (no domain) for some API requests.&lt;BR /&gt;However&amp;nbsp; for the&amp;nbsp;/show-administrators request I must login to the "System Data" domain.&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 17:36:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/182167#M7733</guid>
      <dc:creator>oded_mass</dc:creator>
      <dc:date>2023-05-25T17:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: unable to api login to system data domain in some versions of R81.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/182171#M7734</link>
      <description>&lt;P&gt;How about logging in with the same credentials locally on the system via 'mgmt_cli -d "System Data" login'?&lt;/P&gt;
&lt;P&gt;If that doesn't work, does local root? 'mgmt_cli -d "System Data" -r true login'&lt;/P&gt;
&lt;P&gt;If login via HTTP call fails but local works, that points towards the web service. If local login with the same credentials still fails, but local login with the local root works, that points to permissions.&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 18:01:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/unable-to-api-login-to-system-data-domain-in-some-versions-of/m-p/182171#M7734</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2023-05-25T18:01:57Z</dc:date>
    </item>
  </channel>
</rss>

