Skip to main content

Get Library

Select

Customer Managed

This operation returns a list of libraries.

More Details

Responses

OK


Schema
  • response object[]
  • entityInfo object
  • name string
  • id integer
GET /library    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Library' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'