cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1023
Views
0
Helpful
2
Replies

ACS 5.4 REST Webservice

Hi

I didn't found any forum on developers.cisco.com so I post my querstions here.

a) where are exact the REST logs in the Monitoring and Report Viewer?

b) what are the required information to create a new network device over REST?

c) how to post this information to acs? as XML-File, as POST parameters?

d) is there somewhere better/detailed Doc as just

My APP is in PHP written and all the getters are fine.


Thx for help or for any further information.

greetings Phil

2 Replies 2

So I found a well formed XML construct. Maybe someone is interested. My questions in A) or D) are still open.

    

          Device Added thru Rest

          Device1

         

               Loc_All-Location

               Location

         

         

               DT_All-Device-Types

               Device Type

         

         

               false

               1234123412341234

               true

               12341234123412341234

               1700

               secret

         

         

               1.1.1.10-25

               32

               

                    1.1.1.15

               

         

         

               true

               secret

               true

         

greetings Phil

@2philipp-gantert: Did you get the answers for your question? Did you find the solution how to POST data to ACS with REST in PHP? Could you pliease paste sample PHP script where you POST something to ACS?

GET from ACS works OK.