CMDB Meta API
-
- UpdatedJan 30, 2025
- 3 minutes to read
- Yokohama
- API reference
The CMDB Meta API provides endpoints to obtain meta data on a Configuration Management Database (CMDB) class.
This API requires that the user have the ITIL role.
CMDB Meta - GET /now/cmdb/meta/{classname}
Returns the meta data for the specified CMDB class.
URL format
Versioned URL: /api/now/{api_version}/cmdb/meta/{className}
Default URL: /api/now/cmdb/meta/{className}
Supported request parameters
Name | Description |
---|---|
api_version | Optional. Version of the endpoint to access. For example, v1 or v2. Only specify this value to use an endpoint version other than the
latest.
Data type: String |
className | CMDB class name.
This is the name of the table that contains the desired CI records, such as
cmdb_ci_linux_server or cmdb_ci_apache_web_server. Data type: String |
Name | Description |
---|---|
None |
Name | Description |
---|---|
None |
Headers
The following request and response headers apply to this HTTP action only, or apply to this action in a distinct way. For a list of general headers used in the REST API, see Supported REST API headers.
Header | Description |
---|---|
Accept | Data format of the response
body. Supported types: application/json or
application/xml.
Default: application/json |
Header | Description |
---|---|
None |
Status codes
The following status codes apply to this HTTP action. For a list of possible status codes used in the REST API, see REST API HTTP response codes.