08-14-2018 04:37 AM
Solved! Go to Solution.
07-22-2021 02:33 PM
As I have now finally learned, there is unfortunately no way to query the licenses via the API.
07-22-2021 02:33 PM
As I have now finally learned, there is unfortunately no way to query the licenses via the API.
01-18-2021 11:04 AM
Solved thanks!
01-18-2021 10:51 AM
HI, if I try a simple query from the NBI explorer of XMC it works:
query{
network {
devices {
id
chassisId
deviceData {
sysDescr
}
}
}
}
But if I try from Postman the same query in the body of the request of type GraphQL with Basic authentication (I use my root account and password) and the url to XMC as follow https://192.168.30.34:8443/nbi/graphql
I have a 400 bad request answer from XMC
How do I need to do the same query from Postman instead of NBI Explorer in manner it works?
Thanks
08-14-2018 08:53 AM