Cisco Prime Infrastructure API
Prime Infrastructure API Documentation
GET

GET info/license

Resource Information

Rate Limiting?

Yes

Sorting?

No

Paging?

No

Filtering?

No

Response Formats

xml

json

HTTP Methods

GET

Returns license information about the application.

Resource URL

/webacs/api/v1/op/info/license

Since : 2.0

Sample Payloads

Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.

Sample XML Response Payload

https://192.168.116.207/webacs/api/v1/op/info/license

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<mgmtResponse rootUrl="https://192.168.116.207/webacs/api/v1/op/info/info/license" requestUrl="https://192.168.116.207/webacs/api/v1/op/info/license" responseType="operation">
    <licenseInfoDTO>
        <daysToExpire>1</daysToExpire>
        <deviceCountRemaining>1</deviceCountRemaining>
        <deviceCountUsed>1</deviceCountUsed>
        <name>String value</name>
        <status>LICENSED</status>
    </licenseInfoDTO>
</mgmtResponse>

Sample JSON Response Payload

https://192.168.116.207/webacs/api/v1/op/info/license.json

{
  "mgmtResponse" : {
    "@rootUrl" : "https : \/\/192.168.116.207\/webacs\/api\/v1\/op\/info\/info\/license",
    "@requestUrl" : "https : \/\/192.168.116.207\/webacs\/api\/v1\/op\/info\/license",
    "@responseType" : "operation",
    "licenseInfoDTO" : {
      "daysToExpire" : 1,
      "deviceCountRemaining" : 1,
      "deviceCountUsed" : 1,
      "name" : "String value",
      "status" : "LICENSED"
    }
  }
}