<?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 How can I validate that new tables exist and contain the right data prior to adding them into the Splunk Add-on for ServiceNow? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-can-I-validate-that-new-tables-exist-and-contain-the-right/m-p/228140#M25336</link>
    <description>&lt;P&gt;How can I validate that new tables exist, and contain the right data prior to adding them into the ServiceNow Add-On?&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2016 17:02:58 GMT</pubDate>
    <dc:creator>mvanderlist_spl</dc:creator>
    <dc:date>2016-01-18T17:02:58Z</dc:date>
    <item>
      <title>How can I validate that new tables exist and contain the right data prior to adding them into the Splunk Add-on for ServiceNow?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-can-I-validate-that-new-tables-exist-and-contain-the-right/m-p/228140#M25336</link>
      <description>&lt;P&gt;How can I validate that new tables exist, and contain the right data prior to adding them into the ServiceNow Add-On?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 17:02:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-can-I-validate-that-new-tables-exist-and-contain-the-right/m-p/228140#M25336</guid>
      <dc:creator>mvanderlist_spl</dc:creator>
      <dc:date>2016-01-18T17:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I validate that new tables exist and contain the right data prior to adding them into the Splunk Add-on for ServiceNow?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-can-I-validate-that-new-tables-exist-and-contain-the-right/m-p/228141#M25337</link>
      <description>&lt;P&gt;If you want to bring in a new service now table (i.e. task or u_custom_table, etc), you can validate this table exists through the command line:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -H "Accept:application/json"  'https://[username]:[password]@[instance].service-now.com/api/now/table/[table_name]?sysparm_limit=1'
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Replacing username, password and instance with valid login credentials, and table_name with the table your are looking for.  &lt;/P&gt;

&lt;P&gt;In the resulting table, you will want to validate you see the sys_created_on or sys_update_on fields, or whatever rising column field you want to use.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"result":[{"description":"",...,"sys_updated_on":"2015-08-14 20:10:55",...,"sys_created_on":"2015-08-10 19:39:09",...}]}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can usually find your table name in the URL of service now: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;https://[instance].service-now.com/[table_name].do?
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-can-I-validate-that-new-tables-exist-and-contain-the-right/m-p/228141#M25337</guid>
      <dc:creator>mvanderlist_spl</dc:creator>
      <dc:date>2020-09-29T08:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I validate that new tables exist and contain the right data prior to adding them into the Splunk Add-on for ServiceNow?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-can-I-validate-that-new-tables-exist-and-contain-the-right/m-p/228142#M25338</link>
      <description>&lt;P&gt;What tables are available in ServiceNow?&lt;/P&gt;

&lt;P&gt;&lt;A href="http://wiki.servicenow.com/index.php?title=Tables_and_Classes"&gt;http://wiki.servicenow.com/index.php?title=Tables_and_Classes&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;How can I validate that new tables exist, and contain the right data prior to adding them into ServiceNow Add-on?&lt;/P&gt;

&lt;P&gt;&lt;A href="http://wiki.servicenow.com/index.php?title=Category:Table_Administration"&gt;http://wiki.servicenow.com/index.php?title=Category:Table_Administration&lt;/A&gt;  &amp;lt;- bookmark this&lt;/P&gt;

&lt;P&gt;but to answer the question, this:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://wiki.servicenow.com/index.php?title=Creating_a_Custom_Table"&gt;http://wiki.servicenow.com/index.php?title=Creating_a_Custom_Table&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 17:31:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-can-I-validate-that-new-tables-exist-and-contain-the-right/m-p/228142#M25338</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-01-18T17:31:33Z</dc:date>
    </item>
  </channel>
</rss>

