v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
ServiceNow Integrations

Update ServiceNow CMDB Configuration

Update ServiceNowCMDBConfiguration

post/v1/integrations/servicenow/cmdb_config/update

Request body

scope'master_account' | 'tenant' | 'cloud_account' required

Scope to Apply

master_account_idstring

Master Account Id

tenant_idstring

Id of the tenants that user has access to

cloud_account_idstring

Id of the Cloud Account

cmdb_account_idstring required

Id of the ServiceNow Account

cmdb_servicestring required

Name of the Cmdb Service

configurationobject required

ServiceNow Cmdb Sync Configuration, indexed by CloudServiceName

Example request

{
  "scope": "master_account"
}

Response

Success

scope'master_account' | 'tenant' | 'cloud_account' required

Scope to Apply

master_account_idstring

Master Account Id

tenant_idstring

Id of the tenants that user has access to

cloud_account_idstring

Id of the Cloud Account

Example response

{
  "scope": "master_account"
}