ServiceNow CMDB

ServiceNow CMDB is a service‑centric foundation that proactively analyzes service‑impacting changes, identifies issues, and eliminates outages.

IT Services · ServiceNow

Configuration parameters

  • url — ServiceNow URL, in the format https://company.service-now.com/ (required)
  • use_oauth — Use OAuth Login
  • use_jwt — Use JWT Authentication
  • credentials — Client ID/JWT Audience (aud)
  • basic_credentials — Username
  • private_key
  • kid — Kid (Key Id)
  • sub — Sub
  • iss — Iss (Issuer)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (8)

  • servicenow-cmdb-oauth-login

    This function should be used once before running any command when using OAuth authorization.

  • servicenow-cmdb-oauth-test

    Test the instance configuration when using OAuth authorization.

  • servicenow-cmdb-record-add-relations

    Add a new relation to an existing record.

  • servicenow-cmdb-record-create

    Create a record with associated relations and attributes.

  • servicenow-cmdb-record-delete-relations

    Delete a relation of an existing record.

  • servicenow-cmdb-record-get-by-id

    Query attributes and relationship information for a specific record.

  • servicenow-cmdb-record-update

    Update a record with the given attributes.

  • servicenow-cmdb-records-list

    Query records for a CMDB class.