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 Loginuse_jwt— Use JWT Authenticationcredentials— Client ID/JWT Audience (aud)basic_credentials— Usernameprivate_key—kid— Kid (Key Id)sub— Subiss— Iss (Issuer)insecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (8)
-
servicenow-cmdb-oauth-loginThis function should be used once before running any command when using OAuth authorization.
-
servicenow-cmdb-oauth-testTest the instance configuration when using OAuth authorization.
-
servicenow-cmdb-record-add-relationsAdd a new relation to an existing record.
-
servicenow-cmdb-record-createCreate a record with associated relations and attributes.
-
servicenow-cmdb-record-delete-relationsDelete a relation of an existing record.
-
servicenow-cmdb-record-get-by-idQuery attributes and relationship information for a specific record.
-
servicenow-cmdb-record-updateUpdate a record with the given attributes.
-
servicenow-cmdb-records-listQuery records for a CMDB class.