DX NetOps

  • 1.  Unregister Data Aggregator

    Posted Aug 17, 2017 07:08 AM

    hello

    could you help me please to unregistered the DA from PC

    I tried to go to localhost:8185/rest but I did not find the config file also i don't know how to delete it

    because when I try to add the data aggregator as a data source to the performance center it failed because it register to another PC



  • 2.  Re: Unregister Data Aggregator
    Best Answer

    Posted Aug 17, 2017 10:42 AM


  • 3.  Re: Unregister Data Aggregator

    Posted Aug 21, 2017 01:36 AM

    thank you Alex



  • 4.  RE: Re: Unregister Data Aggregator

    Posted Oct 07, 2019 04:59 AM

    Issue the following XML to the http://<DA>:8581/rest/dataaggregator/{ID} endpoint in a PUT request via Rest Client:

    <DataAggregatorInfo version="1.0.0">

      <NpcID></NpcID>

      </DataAggregatorInfo>

     

    Or on DA machine run:

    curl -H 'Content-type: application/xml' -X GET 'http://<DA>:8581/rest/dataaggregator

     

    Get ID number (ID>n</ID)

     

    curl -H 'Content-type: application/xml' -X PUT -d '<DataAggregatorInfo version="1.0.0"><NpcID></NpcID></DataAggregatorInfo>' http://<DA>:8581/rest/dataaggregator/{ID} Id from above curl command



    ------------------------------
    IT support
    DataEdge Ltd.
    ------------------------------