app:dynatrace.servicenow:connection)Connections allow you to integrate into ServiceNow.
| Schema ID | Schema groups | Scope |
|---|---|---|
app:dynatrace.servicenow:connection | - | environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.servicenow:connection |
| SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:dynatrace.servicenow:connection | |
| Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.servicenow:connection |
To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.
| Property | Type | Description | Required |
|---|---|---|---|
Connection namename | text | A unique and clearly identifiable connection name to your ServiceNow instance. | required |
ServiceNow instance URLurl | text | URL of the ServiceNow instance. | required |
Typetype | enum | Type of authentication method that should be used.
| required |
Useruser | text | Username or Email address. | required |
Passwordpassword | secret | Password of the ServiceNow user. | required |
Client IDclientId | text | Client ID of the ServiceNow OAuth server | required |
Client SecretclientSecret | secret | Client secret of the ServiceNow OAuth server | required |