v1

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

List ServiceNow CMDB Configurations

List ServiceNow CMDB Configuration

post/v1/integrations/servicenow/cmdb_config/list

Request body

tenant_idstring required

Id of the Tenant that user has access to

cmdb_account_idstring required

Id of the ServiceNow Account in Corestack

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

created_atstring

When the configuration was created

updated_atstring

When the configuration was updated

created_bystring

Name of the user who created this configuration

updated_bystring

Name of the user who updated this configuration

Example response

[
  {
    "scope": "master_account"
  }
]