DX NetOps

  • 1.  Spectrum restful webservice api - device attributes

    Posted Apr 20, 2017 07:14 AM

    how do I get the list of attributes available for a model in CA Spectrum?.

     

    http://<hostname:port#>/spectrum/restful/devices?attr=0x1006e&attr=0x12d7f&attr=0x10000&attr=0x10009 

     

    this returns like the below

    <model mh="0x103056a">
    <attribute id="0x1006e">Name1</attribute>
    <attribute id="0x12d7f">XX.***.***.***</attribute>
    <attribute id="0x10000">AccessPoint</attribute>
    <attribute id="0x10009"/>
    </model>
    I need to find out what are all possible attributes available for this model and get them.
    Mainly I need status, MAC address, type, model class, model state. 


  • 2.  Re: Spectrum restful webservice api - device attributes
    Best Answer