Returns a list of Performance Center licenses by query (filter).
/Admin/rest/v1/licenses?query={<QUERY_NAME>["<YOUR_QUERY_VALUE>"]}
ID
Type
AssignedDate
FactoryLicense
ConcurrentRuns
ExpirationDate
ValidFromDate
Vusers
The license data can be passed as XML containing the equivalent data.
GET: Returns a list of licenses by query.
Headers:
Content-Type: application/xml
Accept: application/xml
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
None
GET http://<PCServer>/Admin/rest/v1/licenses?query={ExpirationDate[<='2050-12-01%2000:00:00']} Content-Type: application/xml Accept: application/xml Cookie: LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Headers:
Content-Type: application/xml
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes.
HTML Body:
GET: Returns the data on the entity in the response. See license response.