<?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: Create new ITSI Glass Table through - Rest API call in Splunk ITSI</title>
    <link>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407853#M907</link>
    <description>&lt;P&gt;Hi hjauch&lt;/P&gt;

&lt;P&gt;This issue was not fixed &amp;amp; end point is not working in new and updated ITSI 4.0 version.&lt;/P&gt;

&lt;P&gt;Please guys can you look and fix this issue at least in next release.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 01 Nov 2018 18:32:24 GMT</pubDate>
    <dc:creator>PowerPacked</dc:creator>
    <dc:date>2018-11-01T18:32:24Z</dc:date>
    <item>
      <title>Create new ITSI Glass Table through - Rest API call</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407848#M902</link>
      <description>&lt;P&gt;Hi Guys&lt;/P&gt;

&lt;P&gt;I would like to create new glass tables through Rest API calls - but am failing as am not able to pass proper arguments needed for POST action of API call of ITSI glass table.&lt;/P&gt;

&lt;P&gt;for example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    curl -k -u admin:password &lt;A href="https://localhost:8089/servicesNS/nobody/SA-ITOA/itoa_interface/entity" target="test_blank"&gt;https://localhost:8089/servicesNS/nobody/SA-ITOA/itoa_interface/entity&lt;/A&gt; -H "Content-Type: 
    application/json" -X POST -d '{"component": ["PerProcess"],"informational": {"fields": ["info"],"values": ["field"]},"_version": 
    "3.0.0","title": "PerProcess","object_type": "entity","_type":"entity","identifier": {"fields": ["component"],"values": 
    ["PerProcess"]}}' 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This above call creates a new Entity in ITSI through Rest API call which is given in this doc&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/ITSI/3.0.1/RESTAPI/ITSIRESTAPIreference"&gt;http://docs.splunk.com/Documentation/ITSI/3.0.1/RESTAPI/ITSIRESTAPIreference&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;i would like to create a new Glass Table in this way.&lt;/P&gt;

&lt;P&gt;Help is appreciated&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 23:17:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407848#M902</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2018-06-28T23:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create new ITSI Glass Table through - Rest API call</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407849#M903</link>
      <description>&lt;P&gt;Please, Can someone from Splunk answer this question&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 16:31:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407849#M903</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2018-06-29T16:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create new ITSI Glass Table through - Rest API call</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407850#M904</link>
      <description>&lt;P&gt;One of the engineers on the ITSI team tested out creating a glass table using the endpoint and it appears to be broken. We have filed a bug to fix this issue. Sorry for the inconvenience. &lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 17:37:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407850#M904</guid>
      <dc:creator>hjauch_splunk</dc:creator>
      <dc:date>2018-06-29T17:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create new ITSI Glass Table through - Rest API call</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407851#M905</link>
      <description>&lt;P&gt;Hi @hjauch&lt;/P&gt;

&lt;P&gt;Thanks for the reply,&lt;/P&gt;

&lt;P&gt;I was able to update, delete the glass table using the same end point, but am not sure why only create is not working.&lt;/P&gt;

&lt;P&gt;if possible, please provide with a work around untill a new patch is released.&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 20:01:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407851#M905</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2018-06-29T20:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create new ITSI Glass Table through - Rest API call</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407852#M906</link>
      <description>&lt;P&gt;The workaround is to create the glass table through the UI until a fix can be made.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 20:27:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407852#M906</guid>
      <dc:creator>hjauch_splunk</dc:creator>
      <dc:date>2018-06-29T20:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create new ITSI Glass Table through - Rest API call</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407853#M907</link>
      <description>&lt;P&gt;Hi hjauch&lt;/P&gt;

&lt;P&gt;This issue was not fixed &amp;amp; end point is not working in new and updated ITSI 4.0 version.&lt;/P&gt;

&lt;P&gt;Please guys can you look and fix this issue at least in next release.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 18:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407853#M907</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2018-11-01T18:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create new ITSI Glass Table through - Rest API call</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407854#M908</link>
      <description>&lt;P&gt;You are correct, the issue has not been fixed yet. It is issue # ITSI-918. Sorry about the inconvenience. &lt;/P&gt;

&lt;P&gt;Some information on what you are trying to accomplish may be helpful. Are you trying to create an empty glass table or a glass table with widgets?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 17:51:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407854#M908</guid>
      <dc:creator>hjauch_splunk</dc:creator>
      <dc:date>2018-11-02T17:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create new ITSI Glass Table through - Rest API call</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407855#M909</link>
      <description>&lt;P&gt;Not sure the exact curl command being used but was able to create an empty Glass Table using the following on ITSI v4:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin &lt;A href="https://localhost:8089/servicesNS/nobody/SA-ITOA/itoa_interface/glass_table" target="test_blank"&gt;https://localhost:8089/servicesNS/nobody/SA-ITOA/itoa_interface/glass_table&lt;/A&gt; -H "Content-Type:application/json" -X POST -d '{"_owner": "admin","title": "test_API_glass_table","description": "test_glass_table","object_type": "glass_table","latest": "now","latest_label": "now","svg_coordinates": {"viewdy": 0, "viewdx": 0}, "is_epoch": "false", "templateSwappableServiceIds":[]}'
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Don't know if this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 14:29:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407855#M909</guid>
      <dc:creator>arowsell_splunk</dc:creator>
      <dc:date>2019-03-21T14:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create new ITSI Glass Table through - Rest API call</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407856#M910</link>
      <description>&lt;P&gt;Here is how i managed to create glass tables via REST calls.&lt;/P&gt;

&lt;P&gt;Method:   POST&lt;BR /&gt;
Endpoint: /servicesNS/nobody/SA-ITOA/itoa_interface/glass_table&lt;BR /&gt;
JSON: {&lt;BR /&gt;
    "content": [&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;],
"acl": {
    "can_share_global": true,
    "sharing": "app",
    "perms": {
        "read": [
            "*"
        ],
        "write": [
            "*"
        ]
    },
    "can_write": true,
    "owner": "xxx",
    "can_share_app": true,
    "modifiable": true,
    "can_change_perms": true,
    "can_share_user": true
},
"identifying_name": "xxx",
"title": "xxx",
"_owner": "nobody",
"_user": "nobody"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;}&lt;/P&gt;

&lt;P&gt;Make sure to fill in owner, title, identifying_name and modify any true/false based on your needs.&lt;/P&gt;

&lt;P&gt;Good luck!&lt;BR /&gt;
,Here is how i managed to create glass tables via REST calls.&lt;/P&gt;

&lt;P&gt;Method:   POST&lt;BR /&gt;
Endpoint: /servicesNS/nobody/SA-ITOA/itoa_interface/glass_table&lt;BR /&gt;
JSON: &lt;BR /&gt;
{&lt;BR /&gt;
    "content": [&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;],
"acl": {
    "can_share_global": true,
    "sharing": "app",
    "perms": {
        "read": [
            "*"
        ],
        "write": [
            "*"
        ]
    },
    "can_write": true,
    "owner": "xxx",
    "can_share_app": true,
    "modifiable": true,
    "can_change_perms": true,
    "can_share_user": true
},
"identifying_name": "xxx",
"title": "xxx",
"_owner": "nobody",
"_user": "nobody"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;}&lt;/P&gt;

&lt;P&gt;Make sure to fill in owner, title, identifying_name and modify any true/false based on your needs.&lt;/P&gt;

&lt;P&gt;Good luck!&lt;/P&gt;

&lt;P&gt;,Here is how i managed to create glass tables via REST calls.&lt;/P&gt;

&lt;P&gt;Method:   POST&lt;BR /&gt;
Endpoint: /servicesNS/nobody/SA-ITOA/itoa_interface/glass_table&lt;BR /&gt;
JSON: {&lt;BR /&gt;
    "content": [&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;],
"acl": {
    "can_share_global": true,
    "sharing": "app",
    "perms": {
        "read": [
            "*"
        ],
        "write": [
            "*"
        ]
    },
    "can_write": true,
    "owner": "xxx",
    "can_share_app": true,
    "modifiable": true,
    "can_change_perms": true,
    "can_share_user": true
},
"identifying_name": "xxx",
"title": "xxx",
"_owner": "nobody",
"_user": "nobody"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;}&lt;/P&gt;

&lt;P&gt;Make sure to fill in owner, title, identifying_name and modify any true/false based on your needs.&lt;/P&gt;

&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:07:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/Create-new-ITSI-Glass-Table-through-Rest-API-call/m-p/407856#M910</guid>
      <dc:creator>mitani</dc:creator>
      <dc:date>2020-09-30T00:07:37Z</dc:date>
    </item>
  </channel>
</rss>

