<?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 Can I access datamodel endpoints using python SDK in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Can-I-access-datamodel-endpoints-using-python-SDK/m-p/115344#M1690</link>
    <description>&lt;P&gt;Can I access datamodel objects using python SDK ?&lt;BR /&gt;
I am aware that I can access them via Java and Javascript SDK.&lt;/P&gt;

&lt;P&gt;Another question is, can I access the aggregated data sets generated out of accelerated data models or reports using python SDK and feed those data sets to the integerating components ?&lt;BR /&gt;
Its like, making available that aggregated data to the analytics platform via python SDK.&lt;/P&gt;

&lt;P&gt;Please advise and thanks in advance! &lt;/P&gt;</description>
    <pubDate>Wed, 25 Mar 2015 17:13:52 GMT</pubDate>
    <dc:creator>luhadia_aditya</dc:creator>
    <dc:date>2015-03-25T17:13:52Z</dc:date>
    <item>
      <title>Can I access datamodel endpoints using python SDK</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Can-I-access-datamodel-endpoints-using-python-SDK/m-p/115344#M1690</link>
      <description>&lt;P&gt;Can I access datamodel objects using python SDK ?&lt;BR /&gt;
I am aware that I can access them via Java and Javascript SDK.&lt;/P&gt;

&lt;P&gt;Another question is, can I access the aggregated data sets generated out of accelerated data models or reports using python SDK and feed those data sets to the integerating components ?&lt;BR /&gt;
Its like, making available that aggregated data to the analytics platform via python SDK.&lt;/P&gt;

&lt;P&gt;Please advise and thanks in advance! &lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 17:13:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Can-I-access-datamodel-endpoints-using-python-SDK/m-p/115344#M1690</guid>
      <dc:creator>luhadia_aditya</dc:creator>
      <dc:date>2015-03-25T17:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can I access datamodel endpoints using python SDK</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Can-I-access-datamodel-endpoints-using-python-SDK/m-p/115345#M1691</link>
      <description>&lt;P&gt;I am also looking for a way to do this.&lt;/P&gt;

&lt;P&gt;Depends on what you need and what you want to do, but a way to access them would be using Entity and Collections classes.&lt;/P&gt;

&lt;PRE&gt;
DATAMODEL_ENDPOINT = 'datamodel/model'
datamodels = Collection(self.service_wrapper.service, DATAMODEL_ENDPOINT)
for datamodel in datamodels:
  // do stuff
&lt;/PRE&gt;&lt;PRE&gt;


&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Apr 2015 18:39:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Can-I-access-datamodel-endpoints-using-python-SDK/m-p/115345#M1691</guid>
      <dc:creator>jlin</dc:creator>
      <dc:date>2015-04-27T18:39:18Z</dc:date>
    </item>
  </channel>
</rss>

