Last active
March 26, 2025 13:43
-
-
Save k-rudy/84a4bb70a69639fa4ac4ce95ceb08f25 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"__schema": { | |
"directives": [ | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": null, | |
"name": "reason", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"description": "Marks an element of a GraphQL schema as no longer supported.", | |
"locations": [ | |
"ARGUMENT_DEFINITION", | |
"ENUM_VALUE", | |
"FIELD_DEFINITION", | |
"INPUT_FIELD_DEFINITION" | |
], | |
"name": "deprecated" | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Included when true.", | |
"name": "if", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"description": "Directs the executor to include this field or fragment only when the `if` argument is true.", | |
"locations": [ | |
"FIELD", | |
"FRAGMENT_SPREAD", | |
"INLINE_FRAGMENT" | |
], | |
"name": "include" | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Skipped when true.", | |
"name": "if", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"description": "Directs the executor to skip this field or fragment when the `if` argument is true.", | |
"locations": [ | |
"FIELD", | |
"FRAGMENT_SPREAD", | |
"INLINE_FRAGMENT" | |
], | |
"name": "skip" | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The URL that specifies the behavior of this scalar.", | |
"name": "url", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"description": "Exposes a URL that specifies the behavior of this scalar.", | |
"locations": [ | |
"SCALAR" | |
], | |
"name": "specifiedBy" | |
} | |
], | |
"mutationType": { | |
"name": "RootMutationType" | |
}, | |
"queryType": { | |
"name": "RootQueryType" | |
}, | |
"subscriptionType": null, | |
"types": [ | |
{ | |
"description": "The time window configuration of the SLO.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "The rolling time window configuration of the SLO.", | |
"name": "rolling", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "ServiceLevelObjectiveRollingTimeWindowCreateInput", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "ServiceLevelObjectiveTimeWindowCreateInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The `Organization` object provides basic data about an organization.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "This field provides access to AccountManagement data.", | |
"isDeprecated": false, | |
"name": "accountManagement", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AccountManagementOrganizationStitchedFields", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Input for filtering by limiting role id of a shared account.", | |
"name": "limitingRoleId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input for filtering by source organization id for a shared account.", | |
"name": "sourceOrganizationId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input for filtering by target organization id of a shared account.", | |
"name": "targetOrganizationId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Namespace for querying and filtering the actor's organization's shared accounts", | |
"isDeprecated": false, | |
"name": "accountShares", | |
"type": { | |
"kind": "OBJECT", | |
"name": "OrganizationAccountShares", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The organization's administrator", | |
"isDeprecated": false, | |
"name": "administrator", | |
"type": { | |
"kind": "OBJECT", | |
"name": "OrganizationOrganizationAdministrator", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "This field provides access to AuthorizationManagement data.", | |
"isDeprecated": false, | |
"name": "authorizationManagement", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AuthorizationManagementOrganizationStitchedFields", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The customer id for the organization.", | |
"isDeprecated": false, | |
"name": "customerId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The ID of the organization.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of the organization.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "List of account IDs associated with `queryId`. Must match the account IDs of the original asynchronous query. Max of 5 can be supplied.", | |
"name": "accounts", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "A token for retrieving the results of a previously executed asynchronous query.", | |
"name": "queryId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"deprecationReason": "This field is experimental! It may change at any time.\n", | |
"description": "Poll for the results of a previously-executed asychronous NRDB query.\n\nThe `queryId` is available in the `queryProgress` data returned by the original asynchronous query.\n\nSee [this page](https://docs.newrelic.com/docs/apis/nerdgraph/examples/async-queries-nrql-tutorial) for additional asynchronous query documentation.", | |
"isDeprecated": true, | |
"name": "nrqlQueryProgress", | |
"type": { | |
"kind": "OBJECT", | |
"name": "OrganizationNrdbResultContainer", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The storage account of the organization", | |
"isDeprecated": false, | |
"name": "storageAccountId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The telemetry id for the organization", | |
"isDeprecated": false, | |
"name": "telemetryId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "This field provides access to UserManagement data.", | |
"isDeprecated": false, | |
"name": "userManagement", | |
"type": { | |
"kind": "OBJECT", | |
"name": "UserManagementOrganizationStitchedFields", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "Organization", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A set of configurations for blob signature", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Boolean flag to show if a blob has security findings", | |
"isDeprecated": false, | |
"name": "securityFindings", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Error encountered during signature creation", | |
"isDeprecated": false, | |
"name": "signatureError", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Signature of the blob", | |
"isDeprecated": false, | |
"name": "signatures", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementSignatureDetails", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Error encountered during validation", | |
"isDeprecated": false, | |
"name": "validationError", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "EntityManagementBlobSignature", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "PredicateInput input object", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "attribute", | |
"name": "attribute", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "operator", | |
"name": "operator", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AiWorkflowsOperator", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "values", | |
"name": "values", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiWorkflowsPredicateInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A generic entity outline.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "account", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AccountOutline", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The New Relic account ID associated with this entity.", | |
"isDeprecated": false, | |
"name": "accountId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The current alerting severity of the entity.", | |
"isDeprecated": false, | |
"name": "alertSeverity", | |
"type": { | |
"kind": "ENUM", | |
"name": "EntityAlertSeverity", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity's domain", | |
"isDeprecated": false, | |
"name": "domain", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A value representing the combination of the entity's domain and type.", | |
"isDeprecated": false, | |
"name": "entityType", | |
"type": { | |
"kind": "ENUM", | |
"name": "EntityType", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The date of last time the entity has updated any of its fields.", | |
"isDeprecated": false, | |
"name": "firstIndexedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Context used to fetch the golden metrics", | |
"name": "context", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityGoldenContextInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Time range to apply to the golden metric NRQL query result field", | |
"name": "timeWindow", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityGoldenNrqlTimeWindowInput", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "The list of golden metrics for a specific entity", | |
"isDeprecated": false, | |
"name": "goldenMetrics", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityGoldenContextScopedGoldenMetrics", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Context used to fetch the golden tags", | |
"name": "context", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityGoldenContextInput", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "The list of golden tags for a specific entityType.", | |
"isDeprecated": false, | |
"name": "goldenTags", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityGoldenContextScopedGoldenTags", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A unique entity identifier.", | |
"isDeprecated": false, | |
"name": "guid", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The time the entity was indexed.", | |
"isDeprecated": false, | |
"name": "indexedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The last time the entity's reporting status changed.", | |
"isDeprecated": false, | |
"name": "lastReportingChangeAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of this entity.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The url to the entity.", | |
"isDeprecated": false, | |
"name": "permalink", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The reporting status of the entity. If New Relic is successfully collecting data from your application, this will be true.", | |
"isDeprecated": false, | |
"name": "reporting", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The service level defined for the entity.", | |
"isDeprecated": false, | |
"name": "serviceLevel", | |
"type": { | |
"kind": "OBJECT", | |
"name": "ServiceLevelDefinition", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The tags applied to the entity.\n\nFor details on tags, as well as query and mutation examples, visit [our docs](https://docs.newrelic.com/docs/apis/graphql-api/tutorials/graphql-tagging-api-tutorial).", | |
"isDeprecated": false, | |
"name": "tags", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityTag", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity's type", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "AlertableEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "INTERFACE", | |
"name": "EntityOutline", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "GenericEntityOutline", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Provides the available values of possible directions to sort the result", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Sort in ascending order", | |
"isDeprecated": false, | |
"name": "ASCENDING" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Sort in descending order", | |
"isDeprecated": false, | |
"name": "DESCENDING" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "OrganizationSortDirectionEnum", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Value determining whether to open a critical or warning incident for a NrqlCondition.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Our highest priority. Use a critical priority when system behavior needs immediate attention.", | |
"isDeprecated": false, | |
"name": "CRITICAL" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Lower priority. Use a warning priority when system behavior is noteworthy but not degraded enough to cause problems yet.", | |
"isDeprecated": false, | |
"name": "WARNING" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "AlertsNrqlConditionPriority", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Attribute object that contains data about the attribute", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [ | |
{ | |
"defaultValue": "PLAIN", | |
"description": "Specify the text format for the definition", | |
"name": "format", | |
"type": { | |
"kind": "ENUM", | |
"name": "DataDictionaryTextFormat", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Description of what this attribute represents, how it's measured, etc", | |
"isDeprecated": false, | |
"name": "definition", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "URL of this attribute on the New Relic docs site", | |
"isDeprecated": false, | |
"name": "docsUrl", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "List of events using this attribute", | |
"isDeprecated": false, | |
"name": "events", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The official name of this attribute", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Unit this attribute is measuring (if applicable)", | |
"isDeprecated": false, | |
"name": "units", | |
"type": { | |
"kind": "OBJECT", | |
"name": "DataDictionaryUnit", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "DataDictionaryAttribute", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Simulation of a rule expression for a certain period of time.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Example potential incident correlations.", | |
"isDeprecated": false, | |
"name": "candidateIncidents", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Time simulation completed.", | |
"isDeprecated": false, | |
"name": "completedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Time simulation was created.", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Error message if simulation failed.", | |
"isDeprecated": false, | |
"name": "errorMessage", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "ID of simulation.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Applicability of ingested incidents to the expression.", | |
"isDeprecated": false, | |
"name": "incidentsApplicable", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AiDecisionsSelectorApplicability", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Number of incidents correlated by simulation.", | |
"isDeprecated": false, | |
"name": "incidentsCorrelated", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Number of incidents ingested by simulation.", | |
"isDeprecated": false, | |
"name": "incidentsIngested", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Number of applicable incidents processed by simulation.", | |
"isDeprecated": false, | |
"name": "incidentsProcessed", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Percentage of current progress of simulation.", | |
"isDeprecated": false, | |
"name": "progress", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Time simulation was last updated.", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiDecisionsSimulation", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Information about an alert condition template", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The unique identifier for the alert condition template", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Metadata associated with the alert condition template", | |
"isDeprecated": false, | |
"name": "metadata", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Nr1CatalogAlertConditionTemplateMetadata", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "Nr1CatalogAlertConditionTemplate", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Cloud Spanner", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Specify if labels and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.", | |
"name": "fetchTags", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The linked account identifier.", | |
"name": "linkedAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The data polling interval in seconds.", | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "CloudGcpSpannerIntegrationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Revoke live URL result.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The list of errors, if any.", | |
"isDeprecated": false, | |
"name": "errors", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "DashboardLiveUrlError", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The unique identifier of the public live URL if revoked successfully, null otherwise.", | |
"isDeprecated": false, | |
"name": "uuid", | |
"type": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "DashboardRevokeLiveUrlResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Environment created detailed result", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The created environment", | |
"isDeprecated": false, | |
"name": "environment", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "IncidentIntelligenceEnvironmentIncidentIntelligenceEnvironment", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "IncidentIntelligenceEnvironmentEnvironmentCreated", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Suggestion object", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Suggestion label", | |
"isDeprecated": false, | |
"name": "displayValue", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Should suggestion be the default selection", | |
"isDeprecated": false, | |
"name": "icon", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Suggestion key", | |
"isDeprecated": false, | |
"name": "value", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiNotificationsSuggestion", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Expected default error types as result of mutating an existing parsing rule.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Invalid Grok", | |
"isDeprecated": false, | |
"name": "INVALID_GROK" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Number format error. ID should be convertible to int.", | |
"isDeprecated": false, | |
"name": "INVALID_ID" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Invalid NRQL", | |
"isDeprecated": false, | |
"name": "INVALID_NRQL" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Couldn't find the specified parsing rule.", | |
"isDeprecated": false, | |
"name": "NOT_FOUND" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "LogConfigurationsParsingRuleMutationErrorType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The available fill options.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Fill using the last known value.", | |
"isDeprecated": false, | |
"name": "LAST_VALUE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Do not fill data.", | |
"isDeprecated": false, | |
"name": "NONE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Fill using a static value.", | |
"isDeprecated": false, | |
"name": "STATIC" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "AlertsFillOption", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "MediaPackage VOD Integration", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Specify each AWS region that includes the resources that you want to monitor.", | |
"isDeprecated": false, | |
"name": "awsRegions", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object creation date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"isDeprecated": true, | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent linked account identifier.", | |
"isDeprecated": false, | |
"name": "linkedAccount", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The data polling interval in seconds.", | |
"isDeprecated": false, | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration name.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent NewRelic account identifier.", | |
"isDeprecated": false, | |
"name": "nrAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service used in the integration.", | |
"isDeprecated": false, | |
"name": "service", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudService", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object last update date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "CloudIntegration", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "CloudAwsMediapackagevodIntegration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "An outline of a created alert policy", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A list of created alert conditions under this policy", | |
"isDeprecated": false, | |
"name": "conditions", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Nr1CatalogAlertConditionOutline", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The id of the created alert policy", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "Nr1CatalogAlertPolicyOutline", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Sort users", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Direction to sort in", | |
"name": "direction", | |
"type": { | |
"kind": "ENUM", | |
"name": "MultiTenantIdentitySortDirection", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "User attribute to sort on", | |
"name": "key", | |
"type": { | |
"kind": "ENUM", | |
"name": "MultiTenantIdentityUserSortKey", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "MultiTenantIdentityUserSortInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A non user system identity", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The client id of the system identity", | |
"isDeprecated": false, | |
"name": "clientId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The id of the system identity", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of the system identity", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The id of the organization the system identity belongs to", | |
"isDeprecated": false, | |
"name": "organizationId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "SystemIdentityType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The type of entity", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "An application", | |
"isDeprecated": false, | |
"name": "APPLICATION" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A dashboard", | |
"isDeprecated": false, | |
"name": "DASHBOARD" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A host", | |
"isDeprecated": false, | |
"name": "HOST" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A monitor", | |
"isDeprecated": false, | |
"name": "MONITOR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A workload", | |
"isDeprecated": false, | |
"name": "WORKLOAD" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "EntitySearchQueryBuilderType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Represents the details about an announcement.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The body of the news.", | |
"isDeprecated": false, | |
"name": "body", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The type of the news.", | |
"isDeprecated": false, | |
"name": "contentType", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "WhatsNewContentType", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Contains information about the context of the announcement.", | |
"isDeprecated": false, | |
"name": "context", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A link to the documentation.", | |
"isDeprecated": false, | |
"name": "docUrl", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A link to a page to get started.", | |
"isDeprecated": false, | |
"name": "gettingStartedUrl", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The ID of the announcement.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A boolean representing whether this content is Featured.", | |
"isDeprecated": false, | |
"name": "isFeatured", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A link to a page to learn more about the announcement.", | |
"isDeprecated": false, | |
"name": "learnMoreUrl", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The date the announcement was published.", | |
"isDeprecated": false, | |
"name": "publishDate", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Information about the requirements.", | |
"isDeprecated": false, | |
"name": "requirements", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The summary of the announcement.", | |
"isDeprecated": false, | |
"name": "summary", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The title of the announcement.", | |
"isDeprecated": false, | |
"name": "title", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "WhatsNewContent", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "WhatsNewAnnouncementContent", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Defines if the threads is OPEN, CLOSED or ARCHIVED", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Archived thread wont't show in multi-thread", | |
"isDeprecated": false, | |
"name": "ARCHIVED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Closed thread", | |
"isDeprecated": false, | |
"name": "CLOSED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Open thread", | |
"isDeprecated": false, | |
"name": "OPEN" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "CollaborationStatus", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The source of the knowledge", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Documentation", | |
"isDeprecated": false, | |
"name": "DOCS" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "KnowledgeSearchSources", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Destination input object", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "auth", | |
"name": "auth", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiNotificationsCredentialsInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "name", | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "properties", | |
"name": "properties", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiNotificationsPropertyInput", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "secureUrl", | |
"name": "secureUrl", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiNotificationsSecureUrlInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "type", | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AiNotificationsDestinationType", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiNotificationsDestinationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Issues data", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Issues", | |
"isDeprecated": false, | |
"name": "issues", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AiIssuesIssue", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Cursor to get the next batch of results", | |
"isDeprecated": false, | |
"name": "nextCursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiIssuesIssueData", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The response for dissociating notification channels from a policy.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Errors.", | |
"isDeprecated": false, | |
"name": "errors", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AlertsNotificationChannelsRemoveFromPolicyError", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Notification channels.", | |
"isDeprecated": false, | |
"name": "notificationChannels", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AlertsNotificationChannelId", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Policy ID.", | |
"isDeprecated": false, | |
"name": "policyId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AlertsNotificationChannelsRemoveFromPolicyResponse", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Page in a dashboard entity.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Page creation timestamp.", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "DateTime", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Brief text describing the page.", | |
"isDeprecated": false, | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Unique entity identifier.", | |
"isDeprecated": false, | |
"name": "guid", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of the page.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Information of the user that owns the page.", | |
"isDeprecated": false, | |
"name": "owner", | |
"type": { | |
"kind": "OBJECT", | |
"name": "DashboardOwnerInfo", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Page update timestamp.", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "DateTime", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A nested block of all widgets belonging to the page.", | |
"isDeprecated": false, | |
"name": "widgets", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "DashboardWidget", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "DashboardPage", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Cloud SQL Integration", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object creation date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"isDeprecated": true, | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent linked account identifier.", | |
"isDeprecated": false, | |
"name": "linkedAccount", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The data polling interval in seconds.", | |
"isDeprecated": false, | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration name.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent NewRelic account identifier.", | |
"isDeprecated": false, | |
"name": "nrAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service used in the integration.", | |
"isDeprecated": false, | |
"name": "service", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudService", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object last update date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "CloudIntegration", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "CloudGcpSqlIntegration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Key to values type", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "key", | |
"isDeprecated": false, | |
"name": "key", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A list of values", | |
"isDeprecated": false, | |
"name": "value", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiIssuesKeyValues", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A Mobile Application entity outline.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "account", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AccountOutline", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The New Relic account ID associated with this entity.", | |
"isDeprecated": false, | |
"name": "accountId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The current alerting severity of the entity.", | |
"isDeprecated": false, | |
"name": "alertSeverity", | |
"type": { | |
"kind": "ENUM", | |
"name": "EntityAlertSeverity", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The ID of the Mobile App.", | |
"isDeprecated": false, | |
"name": "applicationId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity's domain", | |
"isDeprecated": false, | |
"name": "domain", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A value representing the combination of the entity's domain and type.", | |
"isDeprecated": false, | |
"name": "entityType", | |
"type": { | |
"kind": "ENUM", | |
"name": "EntityType", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The date of last time the entity has updated any of its fields.", | |
"isDeprecated": false, | |
"name": "firstIndexedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Context used to fetch the golden metrics", | |
"name": "context", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityGoldenContextInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Time range to apply to the golden metric NRQL query result field", | |
"name": "timeWindow", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityGoldenNrqlTimeWindowInput", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "The list of golden metrics for a specific entity", | |
"isDeprecated": false, | |
"name": "goldenMetrics", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityGoldenContextScopedGoldenMetrics", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Context used to fetch the golden tags", | |
"name": "context", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityGoldenContextInput", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "The list of golden tags for a specific entityType.", | |
"isDeprecated": false, | |
"name": "goldenTags", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityGoldenContextScopedGoldenTags", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A unique entity identifier.", | |
"isDeprecated": false, | |
"name": "guid", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The time the entity was indexed.", | |
"isDeprecated": false, | |
"name": "indexedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The last time the entity's reporting status changed.", | |
"isDeprecated": false, | |
"name": "lastReportingChangeAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Summary statistics about the Mobile App.", | |
"isDeprecated": false, | |
"name": "mobileSummary", | |
"type": { | |
"kind": "OBJECT", | |
"name": "MobileAppSummaryData", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of this entity.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The url to the entity.", | |
"isDeprecated": false, | |
"name": "permalink", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The reporting status of the entity. If New Relic is successfully collecting data from your application, this will be true.", | |
"isDeprecated": false, | |
"name": "reporting", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The service level defined for the entity.", | |
"isDeprecated": false, | |
"name": "serviceLevel", | |
"type": { | |
"kind": "OBJECT", | |
"name": "ServiceLevelDefinition", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The tags applied to the entity.\n\nFor details on tags, as well as query and mutation examples, visit [our docs](https://docs.newrelic.com/docs/apis/graphql-api/tutorials/graphql-tagging-api-tutorial).", | |
"isDeprecated": false, | |
"name": "tags", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityTag", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity's type", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "AlertableEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "INTERFACE", | |
"name": "EntityOutline", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "MobileApplicationEntityOutline", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Input type for RelativeGreaterThan expression", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Left operand of comparison.", | |
"name": "left", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsIncidentObjectInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Right operand of comparison.", | |
"name": "right", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsIncidentObjectInput", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeGreaterThanInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Input type for FixedStartsWith expression", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Incident selector to be used in comparison.", | |
"name": "incident", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsIncidentObjectInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Value to be used in comparison.", | |
"name": "value", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedStartsWithInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The user has access to more than one environment from the context of this account (only one is allowed)", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The multiple accounts the user has access to in this context", | |
"isDeprecated": false, | |
"name": "accountIds", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "IncidentIntelligenceEnvironmentMultipleEnvironmentsAvailable", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "For users on our New Relic One user model, a \"group\" represents a group of users. Putting users in a group allows the managing of permissions for multiple users at the same time.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The authentication domain the group belongs to", | |
"isDeprecated": false, | |
"name": "authenticationDomainId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "a value that uniquely identifies this object", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "the name of the object", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "the cursor from the previous request, to get the next page", | |
"name": "cursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Filter group users", | |
"name": "filter", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "MultiTenantIdentityGroupUserFilterInput", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Active users belonging to a group", | |
"isDeprecated": false, | |
"name": "users", | |
"type": { | |
"kind": "OBJECT", | |
"name": "MultiTenantIdentityGroupUsers", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "MultiTenantIdentityGroup", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The user is not authorized for this account", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The account id the user is not authorized to receive an environment for", | |
"isDeprecated": false, | |
"name": "accountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "IncidentIntelligenceEnvironmentUserNotAuthorizedForAccount", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The input object used to provide the configuration that defines how the status of the workload is calculated.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "An input object used to represent an automatic status configuration.", | |
"name": "automatic", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "WorkloadUpdateAutomaticStatusInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "A list of static status configurations. You can only configure one static status for a workload.", | |
"name": "static", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "WorkloadUpdateStaticStatusInput", | |
"ofType": null | |
} | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "WorkloadUpdateStatusConfigInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": null, | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The cursor to fetch paginated user search results.", | |
"name": "cursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The user search query takes 1 argument `scope` that takes in various arguments. \n `userIds` is only an exact match while the rest of the arguments can search for an exact or fuzzy match.", | |
"name": "query", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "UsersUserSearchQuery", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Search for users using a custom query.\n If no query is provided, returns all visible users.\n NOTE: this API only supports users in the New Relic One user model.", | |
"isDeprecated": false, | |
"name": "userSearch", | |
"type": { | |
"kind": "OBJECT", | |
"name": "UsersUserSearchResult", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "UsersActorStitchedFields", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A newly created user of New Relic scoped to an authentication domain.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Authentication domain of the created user.", | |
"isDeprecated": false, | |
"name": "authenticationDomainId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Email address of the created user.", | |
"isDeprecated": false, | |
"name": "email", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The ID of the created user.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The full name of the created user.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A \"user type\" is what determines the set of New Relic capabilities a user can theoretically access.", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "UserManagementUserType", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "UserManagementCreatedUser", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "An entity tag.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The key or name of the tag.", | |
"isDeprecated": false, | |
"name": "key", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The list of values of the tag.", | |
"isDeprecated": false, | |
"name": "values", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "EntityManagementTag", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Input type for RelativeCosineDistance expression", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Left operand of comparison.", | |
"name": "left", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsIncidentObjectInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Maximum distance threshold.", | |
"name": "maxDistance", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Right operand of comparison.", | |
"name": "right", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsIncidentObjectInput", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeCosineDistanceInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Configuration for visualization type 'viz.line'", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "NRQL queries.", | |
"isDeprecated": false, | |
"name": "nrqlQueries", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "DashboardWidgetNrqlQuery", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "DashboardLineWidgetConfiguration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The input object representing the group(s) and user(s) to update.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "The id of the group(s) to add the user(s) to. Max: 10", | |
"name": "groupIds", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The id of the user(s) to be added to the group(s). Max: 50", | |
"name": "userIds", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "UserManagementUsersGroupsInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Destination statuses", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Auth Error destination status", | |
"isDeprecated": false, | |
"name": "AUTH_ERROR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Authentication Error destination status", | |
"isDeprecated": false, | |
"name": "AUTHENTICATION_ERROR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Authorization Error destination status", | |
"isDeprecated": false, | |
"name": "AUTHORIZATION_ERROR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Authorization Warning destination status", | |
"isDeprecated": false, | |
"name": "AUTHORIZATION_WARNING" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Configuration Error destination status", | |
"isDeprecated": false, | |
"name": "CONFIGURATION_ERROR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Default destination status", | |
"isDeprecated": false, | |
"name": "DEFAULT" | |
}, | |
{ | |
"deprecationReason": "unused status", | |
"description": "Draft channel status", | |
"isDeprecated": true, | |
"name": "DRAFT" | |
}, | |
{ | |
"deprecationReason": "unused status", | |
"description": "Error channel status", | |
"isDeprecated": true, | |
"name": "ERROR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "External Server Error destination status", | |
"isDeprecated": false, | |
"name": "EXTERNAL_SERVER_ERROR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Temporary Warning destination status", | |
"isDeprecated": false, | |
"name": "TEMPORARY_WARNING" | |
}, | |
{ | |
"deprecationReason": "unused status", | |
"description": "Tested channel status", | |
"isDeprecated": true, | |
"name": "TESTED" | |
}, | |
{ | |
"deprecationReason": "unused status", | |
"description": "Throttled channel status", | |
"isDeprecated": true, | |
"name": "THROTTLED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Throttling Warning destination status", | |
"isDeprecated": false, | |
"name": "THROTTLING_WARNING" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Timeout Error destination status", | |
"isDeprecated": false, | |
"name": "TIMEOUT_ERROR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Uninstalled destination status", | |
"isDeprecated": false, | |
"name": "UNINSTALLED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Unknown Error destination status", | |
"isDeprecated": false, | |
"name": "UNKNOWN_ERROR" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "AiNotificationsDestinationStatus", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The input object used to represent a rollup strategy.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "The rollup strategy that is applied to a group of entities.", | |
"name": "strategy", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "WorkloadRollupStrategy", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational.", | |
"name": "thresholdType", | |
"type": { | |
"kind": "ENUM", | |
"name": "WorkloadRuleThresholdType", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored.", | |
"name": "thresholdValue", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "WorkloadRollupInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Enumerations of role scopes", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Account scoped role", | |
"isDeprecated": false, | |
"name": "ACCOUNT" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Group scoped role", | |
"isDeprecated": false, | |
"name": "GROUP" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Organization scoped role", | |
"isDeprecated": false, | |
"name": "ORGANIZATION" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Other scoped role", | |
"isDeprecated": false, | |
"name": "OTHER" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "MultiTenantAuthorizationRoleScopeEnum", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Status of the test", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "The test failed", | |
"isDeprecated": false, | |
"name": "FAILURE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "The test succeeded", | |
"isDeprecated": false, | |
"name": "SUCCESS" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "AiWorkflowsTestResponseStatus", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A deployment.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "A URL for the changelog or, if not linkable, a list of changes.", | |
"name": "changelog", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The commit identifier, for example, a Git commit SHA.", | |
"name": "commit", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "A URL to the system that generated the deployment.", | |
"name": "deepLink", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The type of deployment, for example, ‘Blue green’ or ‘Rolling’.", | |
"name": "deploymentType", | |
"type": { | |
"kind": "ENUM", | |
"name": "ChangeTrackingDeploymentType", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "A description of the deployment.", | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The NR entity that was deployed.", | |
"name": "entityGuid", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "An identifier used to correlate account-wide changes across entities. These changes are shown together in the `Changes in group` section of the change event details UI.", | |
"name": "groupId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The start time of the deployment as the number of milliseconds since the Unix epoch. Should be within the boundary of the past or future 24 hours. Defaults to now.", | |
"name": "timestamp", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The username of the deployer or bot.", | |
"name": "user", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The version of the deployed software, for example, something like v1.1", | |
"name": "version", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "ChangeTrackingDeploymentInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "MySQL Flexible Server Integration", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object creation date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"isDeprecated": true, | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent linked account identifier.", | |
"isDeprecated": false, | |
"name": "linkedAccount", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The data polling interval in seconds.", | |
"isDeprecated": false, | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration name.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent NewRelic account identifier.", | |
"isDeprecated": false, | |
"name": "nrAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.", | |
"isDeprecated": false, | |
"name": "resourceGroups", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service used in the integration.", | |
"isDeprecated": false, | |
"name": "service", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudService", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object last update date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "CloudIntegration", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "CloudAzureMysqlflexibleIntegration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Represents a number of opinions.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Number of this type of opinion.", | |
"isDeprecated": false, | |
"name": "count", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Type of opinion.", | |
"isDeprecated": false, | |
"name": "opinion", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AiDecisionsOpinion", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiDecisionsOpinionEntry", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "An error object for linking a Pixie project.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A message explaining what the error is about.", | |
"isDeprecated": false, | |
"name": "message", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The type of error.", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "ENUM", | |
"name": "PixieLinkPixieProjectErrorType", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "PixieLinkPixieProjectError", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The `AccountOutline` object provides basic data about an account.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Filter results to a chosen set of event types.", | |
"name": "filter", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": null, | |
"name": "timeWindow", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TimeWindowInput", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Returns event types that are currently reporting in the account.", | |
"isDeprecated": false, | |
"name": "reportingEventTypes", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AccountOutline", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A list of HTTP status codes, such as \"404\" or \"500.\"", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "SCALAR", | |
"name": "AgentApplicationSettingsErrorCollectorHttpStatus", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A generic entity.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "account", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AccountOutline", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The New Relic account ID associated with this entity.", | |
"isDeprecated": false, | |
"name": "accountId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The current alerting severity of the entity.", | |
"isDeprecated": false, | |
"name": "alertSeverity", | |
"type": { | |
"kind": "ENUM", | |
"name": "EntityAlertSeverity", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "End of time window for violations.", | |
"name": "endTime", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Start of time window for violations.", | |
"name": "startTime", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Violations on the entity that were open during the specified time window. This will return up to 500 violations - if there are more in the time window selected, you must narrow the time window or look at fewer entities.", | |
"isDeprecated": false, | |
"name": "alertViolations", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityAlertViolation", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Contains the set of filters to apply to the query.", | |
"name": "filter", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ChangeTrackingSearchFilter", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Retrieve the deployment event(s). Ordered by timestamp DESC.", | |
"isDeprecated": false, | |
"name": "deploymentSearch", | |
"type": { | |
"kind": "OBJECT", | |
"name": "ChangeTrackingDeploymentSearchResult", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity's domain", | |
"isDeprecated": false, | |
"name": "domain", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A value representing the combination of the entity's domain and type.", | |
"isDeprecated": false, | |
"name": "entityType", | |
"type": { | |
"kind": "ENUM", | |
"name": "EntityType", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The date of last time the entity has updated any of its fields.", | |
"isDeprecated": false, | |
"name": "firstIndexedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Context used to fetch the golden metrics", | |
"name": "context", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityGoldenContextInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Time range to apply to the golden metric NRQL query result field", | |
"name": "timeWindow", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityGoldenNrqlTimeWindowInput", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "The list of golden metrics for a specific entity", | |
"isDeprecated": false, | |
"name": "goldenMetrics", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityGoldenContextScopedGoldenMetrics", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Context used to fetch the golden tags", | |
"name": "context", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityGoldenContextInput", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "The list of golden tags for a specific entityType.", | |
"isDeprecated": false, | |
"name": "goldenTags", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityGoldenContextScopedGoldenTags", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A unique entity identifier.", | |
"isDeprecated": false, | |
"name": "guid", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The time the entity was indexed.", | |
"isDeprecated": false, | |
"name": "indexedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The last time the entity's reporting status changed.", | |
"isDeprecated": false, | |
"name": "lastReportingChangeAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of this entity.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "nerdStorage", | |
"type": { | |
"kind": "OBJECT", | |
"name": "NerdStorageEntityScope", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": "false", | |
"description": "When true, the query will begin asynchronous resolution after the allotted `timeout`. Include `queryProgress` fields in your GraphQL query to receive the information you will need to poll the `nrdbQueryProgress` field for the results of your async NRQL query.\n\nSee [this page](https://docs.newrelic.com/docs/apis/nerdgraph/examples/async-queries-nrql-tutorial) for additional asynchronous query documentation.", | |
"name": "async", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The [NRQL](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/nrql-resources/nrql-syntax-components-functions) query string.", | |
"name": "nrql", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Nrql", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Additional options for NRQL queries.", | |
"name": "options", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "NrqlQueryOptions", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The timeout we will apply to the NRQL Query. The value will be clamped to between 5 and 120 seconds and defaults to 5 seconds.\n\nFor `async` queries, if the query is still incomplete after this amount of time, resolution will become asynchronous and return `queryProgress` data if requested.", | |
"name": "timeout", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Seconds", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Make an `Entity` scoped query to NRDB with a NRQL string.\n\nA relevant `WHERE` clause will be added to your query to scope data to the entity in question.\n\nSee the [NRQL Docs](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/nrql-resources/nrql-syntax-components-functions) for more information about generating a query string.", | |
"isDeprecated": false, | |
"name": "nrdbQuery", | |
"type": { | |
"kind": "OBJECT", | |
"name": "NrdbResultContainer", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "A token for retrieving the results of a previously executed asynchronous query.", | |
"name": "queryId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"deprecationReason": "This field is experimental! It may change at any time.\n", | |
"description": "Poll for the results of a previously-executed asychronous NRDB query.\n\nThe `queryId` is available in the `queryProgress` data returned by the original asynchronous query.\n\nSee [this page](https://docs.newrelic.com/docs/apis/nerdgraph/examples/async-queries-nrql-tutorial) for additional asynchronous query documentation.", | |
"isDeprecated": true, | |
"name": "nrdbQueryProgress", | |
"type": { | |
"kind": "OBJECT", | |
"name": "NrdbResultContainer", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The url to the entity.", | |
"isDeprecated": false, | |
"name": "permalink", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The desired number of alert violations to be returned.", | |
"name": "count", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Recent violations on the entity.", | |
"isDeprecated": false, | |
"name": "recentAlertViolations", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityAlertViolation", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The cursor to fetch paginated results.", | |
"name": "cursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Apply an optional filter to the related entities.", | |
"name": "filter", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityRelationshipEdgeFilter", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "A limit to apply to the number of relationships returned. Note: this option can only lower the default limits (2000 relationships).", | |
"name": "limit", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Related entities result with optional filtering.", | |
"isDeprecated": false, | |
"name": "relatedEntities", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityRelationshipRelatedEntitiesResult", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Return relationships as they existed in the past. The duration of the time window queried is fixed at 75 minutes.", | |
"name": "endTime", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Apply an optional filter to the relationships.", | |
"name": "filter", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityRelationshipFilter", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": "This field is deprecated! Please use `relatedEntities`.", | |
"description": "A list of the entities' relationships.\n\nFor more information, visit [our docs](https://docs.newrelic.com/docs/apis/graphql-api/tutorials/graphql-relationships-api-tutorial).", | |
"isDeprecated": true, | |
"name": "relationships", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityRelationship", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The reporting status of the entity. If New Relic is successfully collecting data from your application, this will be true.", | |
"isDeprecated": false, | |
"name": "reporting", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The service level defined for the entity.", | |
"isDeprecated": false, | |
"name": "serviceLevel", | |
"type": { | |
"kind": "OBJECT", | |
"name": "ServiceLevelDefinition", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The tags applied to the entity.\n\nFor details on tags, as well as query and mutation examples, visit [our docs](https://docs.newrelic.com/docs/apis/graphql-api/tutorials/graphql-tagging-api-tutorial).", | |
"isDeprecated": false, | |
"name": "tags", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityTag", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The tags applied to the entity with their metadata.", | |
"isDeprecated": false, | |
"name": "tagsWithMetadata", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityTagWithMetadata", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The start and end of the tracing data. Defaults to the last 30 minutes", | |
"name": "timeWindow", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TimeWindowInput", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Look up Distributed Tracing summary data for the selected `EntityGuid`", | |
"isDeprecated": false, | |
"name": "tracingSummary", | |
"type": { | |
"kind": "OBJECT", | |
"name": "DistributedTracingEntityTracingSummary", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity's type", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "AlertableEntity", | |
"ofType": null | |
}, | |
{ | |
"kind": "INTERFACE", | |
"name": "Entity", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "GenericEntity", | |
"possibleTypes": null | |
}, | |
{ | |
"description": null, | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The current alerting severity of the entity.", | |
"isDeprecated": false, | |
"name": "alertSeverity", | |
"type": { | |
"kind": "ENUM", | |
"name": "EntityAlertSeverity", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "INTERFACE", | |
"name": "AlertableEntityOutline", | |
"possibleTypes": [ | |
{ | |
"kind": "OBJECT", | |
"name": "ApmApplicationEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "ApmDatabaseInstanceEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "ApmExternalServiceEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "BrowserApplicationEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "DashboardEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "ExternalEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "GenericEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "GenericInfrastructureEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "InfrastructureAwsLambdaFunctionEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "InfrastructureHostEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "KeyTransactionEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "MobileApplicationEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "SecureCredentialEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "SyntheticMonitorEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "TeamEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "ThirdPartyServiceEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "UnavailableEntityOutline", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "WorkloadEntityOutline", | |
"ofType": null | |
} | |
] | |
}, | |
{ | |
"description": "An async organization creation job result", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The date and time the job was created in UTC", | |
"isDeprecated": false, | |
"name": "createdUtc", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The error message in case of job failure", | |
"isDeprecated": false, | |
"name": "errorMessage", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The date and time the job was completed in UTC", | |
"isDeprecated": false, | |
"name": "finishedUtc", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The id of the job", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The status of the job", | |
"isDeprecated": false, | |
"name": "status", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "OrganizationOrganizationCreateJobResultStatusEnum", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "OrganizationOrganizationCreateAsyncJobResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A configuration object to enable mobile log reporting", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Config data collection for application exits.", | |
"name": "applicationExitInfo", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AgentApplicationSettingsApplicationExitInfoInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input arguments for network settings.", | |
"name": "networkSettings", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AgentApplicationSettingsNetworkSettingsInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Sets if application should use crash report or not for mobile settings.", | |
"name": "useCrashReports", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AgentApplicationSettingsMobileSettingsInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The updated settings of an ApmApplicationEntity.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The updated entity. You can view the updated apdex target in the `settings` field of an ApmApplicationEntity.", | |
"isDeprecated": false, | |
"name": "entity", | |
"type": { | |
"kind": "OBJECT", | |
"name": "ApmApplicationEntity", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "ApmApplicationEntitySettingsResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The `EpochMilliseconds` scalar represents the number of milliseconds since the Unix epoch", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Data required to update a trace observer.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "When set, allows updating the data source group.", | |
"name": "dataSourceGroupConfig", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EdgeDataSourceGroupInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Globally unique identifier of the trace observer being updated.", | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "When set to `true` a trace observer will write trace metrics to the current account.", | |
"name": "monitoring", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Name of the trace observer.", | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "When set, allows changing the random trace filter configuration.", | |
"name": "randomTraceFilterConfig", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EdgeRandomTraceFilterInput", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "EdgeUpdateTraceObserverInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Create input for ConfluenceIntegration entity type.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "See confluenceUserId in ConfluenceIntegration.", | |
"name": "confluenceUserId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "See name in ConfluenceIntegration.", | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "See scope in ConfluenceIntegration.", | |
"name": "scope", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityManagementScopedReferenceInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "See secretKey in ConfluenceIntegration.", | |
"name": "secretKey", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "See tags in ConfluenceIntegration.", | |
"name": "tags", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityManagementTagInput", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "See url in ConfluenceIntegration.", | |
"name": "url", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "EntityManagementConfluenceIntegrationCreateInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Create error description", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The error description", | |
"isDeprecated": false, | |
"name": "description", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The error type", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AiWorkflowsCreateErrorType", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "AiWorkflowsResponseError", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "AiWorkflowsCreateResponseError", | |
"possibleTypes": null | |
}, | |
{ | |
"description": null, | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "the cursor from the previous request, to get the next page", | |
"name": "cursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Filter organization create job results", | |
"name": "filter", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "OrganizationOrganizationCreateAsyncResultFilterInput", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Organization Create job results", | |
"isDeprecated": false, | |
"name": "organizationCreateAsyncResults", | |
"type": { | |
"kind": "OBJECT", | |
"name": "OrganizationOrganizationCreateAsyncResultCollection", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "CustomerAdministrationJobs", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "WAF", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Specify each AWS region that includes the resources that you want to monitor.", | |
"name": "awsRegions", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The linked account identifier.", | |
"name": "linkedAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The data polling interval in seconds.", | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "CloudAwsWafIntegrationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Provides the types of sharing modes available", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Accounts that are accessible to this organization", | |
"isDeprecated": false, | |
"name": "ALL" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Accounts that are managed by this organization", | |
"isDeprecated": false, | |
"name": "MANAGED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Accounts managed by this organization that are currently shared with other organizations", | |
"isDeprecated": false, | |
"name": "SHARED_WITH_OTHER_ORGANIZATIONS" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Accounts that are shared with this organization", | |
"isDeprecated": false, | |
"name": "SHARED_WITH_THIS_ORGANIZATION" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "OrganizationSharingMode", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The list of valid job statuses to search for", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "All jobs regardless of status", | |
"isDeprecated": false, | |
"name": "ALL" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Jobs that have been created but not yet started running", | |
"isDeprecated": false, | |
"name": "CREATED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Jobs that have failed and stopped running", | |
"isDeprecated": false, | |
"name": "FAILED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Jobs that are still running", | |
"isDeprecated": false, | |
"name": "RUNNING" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Jobs that completed successfully", | |
"isDeprecated": false, | |
"name": "SUCCEEDED" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "OrganizationOrganizationCreateJobStatusEnum", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Represents a time window.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The end time of the time window the number of milliseconds since the Unix epoch.", | |
"isDeprecated": false, | |
"name": "endTime", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The start time of the time window the number of milliseconds since the Unix epoch.", | |
"isDeprecated": false, | |
"name": "startTime", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "TimeWindow", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The input object representing parameters for the ID input filter", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "A group ID", | |
"name": "eq", | |
"type": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "MultiTenantIdentityGroupIdInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": null, | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The start time of the trace. This will default to 1 hour ago and will look for traces within that window. If you are looking for a preserved trace then it is required to pass in a timestamp.", | |
"name": "timestamp", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Unique identifier shared by all spans within a single trace.", | |
"name": "traceId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Look up the details of a trace based upon the traceId and optional start time.", | |
"isDeprecated": false, | |
"name": "trace", | |
"type": { | |
"kind": "OBJECT", | |
"name": "DistributedTracingTrace", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "DistributedTracingActorStitchedFields", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Number of incidents applicable for a selector", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Applicable number of incidents", | |
"isDeprecated": false, | |
"name": "count", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Incident selector", | |
"isDeprecated": false, | |
"name": "select", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AiDecisionsIncidentSelect", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiDecisionsSelectorApplicability", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "AWS Identity and Access Management (IAM)", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The linked account identifier.", | |
"name": "linkedAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The data polling interval in seconds.", | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.", | |
"name": "tagKey", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.", | |
"name": "tagValue", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "CloudIamIntegrationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Product types", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Alerts product type", | |
"isDeprecated": false, | |
"name": "ALERTS" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "APM product type", | |
"isDeprecated": false, | |
"name": "APM" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Change tracking product type", | |
"isDeprecated": false, | |
"name": "CHANGE_TRACKING" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "CSSP (EOPs) product type", | |
"isDeprecated": false, | |
"name": "CSSP" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Discussions and comments product type", | |
"isDeprecated": false, | |
"name": "DISCUSSIONS" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Error Tracking product type", | |
"isDeprecated": false, | |
"name": "ERROR_TRACKING" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Incident Intelligence product type", | |
"isDeprecated": false, | |
"name": "IINT" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Notifications internal product type", | |
"isDeprecated": false, | |
"name": "NTFC" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Proactive Detection product type", | |
"isDeprecated": false, | |
"name": "PD" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Security product type", | |
"isDeprecated": false, | |
"name": "SECURITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Sharing product type", | |
"isDeprecated": false, | |
"name": "SHARING" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "AiNotificationsProduct", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The entityRelationshipUserDefinedCreateOrReplace result error.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A message explaining what the error is about.", | |
"isDeprecated": false, | |
"name": "message", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The mutation error type.", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "EntityRelationshipUserDefinedCreateOrReplaceErrorType", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "EntityRelationshipUserDefinedCreateOrReplaceResultError", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Values for relationship direction filter.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Traverse both inbound and outbound connections.", | |
"isDeprecated": false, | |
"name": "BOTH" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Traverse inbound connections to the source of the relationship.", | |
"isDeprecated": false, | |
"name": "INBOUND" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Traverse outbound connections to the target of the relationship.", | |
"isDeprecated": false, | |
"name": "OUTBOUND" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "EntityRelationshipEdgeDirection", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A thematic grouping for catalog items", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The human readable name of the category", | |
"isDeprecated": false, | |
"name": "displayName", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The url friendly name of the category", | |
"isDeprecated": false, | |
"name": "slug", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A list of terms that match catalog items to this category", | |
"isDeprecated": false, | |
"name": "terms", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "Nr1CatalogCategory", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Response for delete resource mutation.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Id of the deleted resource", | |
"isDeprecated": false, | |
"name": "resourceId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "ErrorsInboxDeleteErrorGroupResourceResponse", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The `Float` scalar type represents signed double-precision fractional\nvalues as specified by\n[IEEE 754](https://en.wikipedia.org/wiki/IEEE_754).", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "SCALAR", | |
"name": "Float", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The result of creating an entity.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The created entity.", | |
"isDeprecated": false, | |
"name": "entity", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementConfluenceIntegration", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "EntityManagementConfluenceIntegrationCreateResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Type of action to perform when a `TraceFilter` match occurs", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Discards traces that match the filter", | |
"isDeprecated": false, | |
"name": "DISCARD" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Keeps traces that match the filter", | |
"isDeprecated": false, | |
"name": "KEEP" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "EdgeTraceFilterAction", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Summary statistics about the Browser App.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The number of AJAX requests per minute", | |
"isDeprecated": false, | |
"name": "ajaxRequestThroughput", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The average AJAX response time in seconds.", | |
"isDeprecated": false, | |
"name": "ajaxResponseTimeAverage", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Seconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The percentage of page views with a JS error.", | |
"isDeprecated": false, | |
"name": "jsErrorRate", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The number of page loads per minute", | |
"isDeprecated": false, | |
"name": "pageLoadThroughput", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The average page view time in seconds.", | |
"isDeprecated": false, | |
"name": "pageLoadTimeAverage", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The median page view time in seconds.", | |
"isDeprecated": false, | |
"name": "pageLoadTimeMedian", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The average SPA response time in seconds.", | |
"isDeprecated": false, | |
"name": "spaResponseTimeAverage", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Seconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The median SPA response time in seconds.", | |
"isDeprecated": false, | |
"name": "spaResponseTimeMedian", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Seconds", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "BrowserApplicationSummaryData", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "In APM, when transaction traces are collected, there may be additional Slow query data available.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Whether or not slow_sql is enabled.", | |
"name": "enabled", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AgentApplicationSettingsSlowSqlInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "NRQL type configuration input object", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "query", | |
"name": "query", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiWorkflowsNrqlConfigurationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "External Service represents a link between a New Relic thread and a thread on an external service", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Account ID", | |
"isDeprecated": false, | |
"name": "accountId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "3rd party channel ID", | |
"isDeprecated": false, | |
"name": "channelId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Time the external service connection was created", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Creator ID", | |
"isDeprecated": false, | |
"name": "creatorId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Indicates whether or not the external service connection has been deactivated", | |
"isDeprecated": false, | |
"name": "deactivated", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "External Service Connection ID", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Organization ID", | |
"isDeprecated": false, | |
"name": "organizationId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Session ID provided by the notifications gateway when creating the first external message", | |
"isDeprecated": false, | |
"name": "sessionId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Thread ID where messages from the external service will be created", | |
"isDeprecated": false, | |
"name": "threadId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Connection type. One of ['SLACK', 'TEAMS', 'EMAIL']", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "CollaborationExternalServiceConnection", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Attributes for creating a new managed account.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "The name of the new account to be created.", | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The region-code for the account to be created.", | |
"name": "regionCode", | |
"type": { | |
"kind": "ENUM", | |
"name": "OrganizationRegionCodeEnum", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "OrganizationNewManagedAccountInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Represents the type of the threshold defined for a rule.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "The worst status is rolled up only after a certain number of entities within the workload are not operational.", | |
"isDeprecated": false, | |
"name": "FIXED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "The worst status is rolled up only after a certain percentage of entities within the workload are not operational.", | |
"isDeprecated": false, | |
"name": "PERCENTAGE" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "WorkloadRuleThresholdType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "An entity tag.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "The tag key. You can search using a `tags.` prefix or omit it and receive the same results.\n\nExamples: `tags.environment`, `environment`.", | |
"name": "key", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The tag value.", | |
"name": "value", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "EntitySearchQueryBuilderTag", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Summary statistics about the Infra Host.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Total CPU utilization as a percentage.", | |
"isDeprecated": false, | |
"name": "cpuUtilizationPercent", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cumulative disk fullness percentage.", | |
"isDeprecated": false, | |
"name": "diskUsedPercent", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Total memory utilization as a percentage.", | |
"isDeprecated": false, | |
"name": "memoryUsedPercent", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The number of bytes per second received during the sampling period.", | |
"isDeprecated": false, | |
"name": "networkReceiveRate", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The number of bytes sent per second during the sampling period.", | |
"isDeprecated": false, | |
"name": "networkTransmitRate", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Number of services running on the host.", | |
"isDeprecated": false, | |
"name": "servicesCount", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "InfrastructureHostSummaryData", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Information about a nerdlet install directive", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The nerdlet ID used to guide the user through installation", | |
"isDeprecated": false, | |
"name": "nerdletId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The nerdlet state used to intialize the nerdlet", | |
"isDeprecated": false, | |
"name": "nerdletState", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Nr1CatalogRawNerdletState", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Determines if an account selection needs to be made prior to installation", | |
"isDeprecated": false, | |
"name": "requiresAccount", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "Nr1CatalogNerdletInstallDirective", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Configuration for overriding properties of issues created by merges.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Description merged issues should take.", | |
"isDeprecated": false, | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Priority merged issues should take.", | |
"isDeprecated": false, | |
"name": "priority", | |
"type": { | |
"kind": "ENUM", | |
"name": "AiDecisionsIssuePriority", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Title merged issues should take.", | |
"isDeprecated": false, | |
"name": "title", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiDecisionsOverrideConfiguration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Information about an alert policy template", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The unique identifier for the alert policy template", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Metadata associated with the alert policy template", | |
"isDeprecated": false, | |
"name": "metadata", | |
"type": { | |
"kind": "OBJECT", | |
"name": "Nr1CatalogAlertPolicyTemplateMetadata", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Level of support expected for the alert policy template", | |
"isDeprecated": false, | |
"name": "supportLevel", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "Nr1CatalogSupportLevel", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A timestamp that indicates when the alert policy template was last updated", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "DateTime", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "Nr1CatalogAlertPolicyTemplate", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Browser agent install types.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Lite agent install type.", | |
"isDeprecated": false, | |
"name": "LITE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Pro agent install type.", | |
"isDeprecated": false, | |
"name": "PRO" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Pro + SPA agent install type.", | |
"isDeprecated": false, | |
"name": "PRO_SPA" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "BrowserAgentInstallType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Fallback version to return if no version matches with the given filters.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Latest version (semver).", | |
"isDeprecated": false, | |
"name": "LATEST_SEMVER" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "NerdpackVersionFilterFallback", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "MediaPackage VOD", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Specify each AWS region that includes the resources that you want to monitor.", | |
"name": "awsRegions", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The linked account identifier.", | |
"name": "linkedAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The data polling interval in seconds.", | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "CloudAwsMediapackagevodIntegrationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The monitor input values needed to create a Cert Check monitor", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "The monitor's Apdex target used to populate SLA reports", | |
"name": "apdexTarget", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The domain of the host that will have its certificate checked", | |
"name": "domain", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The locations the monitor will run from", | |
"name": "locations", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "SyntheticsLocationsInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The human readable identifier for the monitor", | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The desired number of remaining days until the certificate expires to trigger a monitor failure", | |
"name": "numberDaysToFailBeforeCertExpires", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The interval at which the monitor runs in minutes", | |
"name": "period", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "SyntheticsMonitorPeriod", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The runtime that the monitor will use to run jobs. The only accepted values are runtimeType: NODE_API & runtimeTypeVersion: 16.10", | |
"name": "runtime", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "SyntheticsExtendedTypeMonitorRuntimeInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The run state of the monitor", | |
"name": "status", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "SyntheticsMonitorStatus", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The tags that will be associated with the monitor", | |
"name": "tags", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "SyntheticsTag", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "SyntheticsCreateCertCheckMonitorInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "DocumentDB", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Specify each AWS region that includes the resources that you want to monitor.", | |
"name": "awsRegions", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The linked account identifier.", | |
"name": "linkedAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The data polling interval in seconds.", | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "CloudAwsDocdbIntegrationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Cloud Load Balancing Integration", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object creation date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"isDeprecated": true, | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent linked account identifier.", | |
"isDeprecated": false, | |
"name": "linkedAccount", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The data polling interval in seconds.", | |
"isDeprecated": false, | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration name.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent NewRelic account identifier.", | |
"isDeprecated": false, | |
"name": "nrAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service used in the integration.", | |
"isDeprecated": false, | |
"name": "service", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudService", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object last update date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "CloudIntegration", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "CloudGcpLoadbalancingIntegration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "container for authentication domains enabling cursor based pagination", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "container for authentication_domains enabling cursor based pagination", | |
"isDeprecated": false, | |
"name": "authenticationDomains", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "UserManagementAuthenticationDomain", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "an opaque cursor to supply with subsequent requests to get the next page of results, null if there are no more pages", | |
"isDeprecated": false, | |
"name": "nextCursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "the total number of results", | |
"isDeprecated": false, | |
"name": "totalCount", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "UserManagementAuthenticationDomains", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "An entity representing a Repository of a organization", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Count of closed pull requests(PR) in the repository.", | |
"isDeprecated": false, | |
"name": "closedPullRequestCount", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The latest Configuration Item associated to the repository. Contains a JSON representation of the repository configuration.", | |
"isDeprecated": false, | |
"name": "configuration", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityManagementConfiguration", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The description of the repository.", | |
"isDeprecated": false, | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Repository Creation date at code hosting tool like github, gitlab etc", | |
"isDeprecated": false, | |
"name": "externalCreatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "External Unique Identifier in Code hosting systems like github,gitlab etc.", | |
"isDeprecated": false, | |
"name": "externalId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Last time the repository was deployed.", | |
"isDeprecated": false, | |
"name": "externalLastDeployedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "External owner of the repository.", | |
"isDeprecated": false, | |
"name": "externalOwner", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityManagementExternalOwner", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Repository Updation date at code hosting tool like github, gitlab etc", | |
"isDeprecated": false, | |
"name": "externalUpdatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Number of times Repository has been forked.", | |
"isDeprecated": false, | |
"name": "forkCount", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Source of the repository.", | |
"isDeprecated": false, | |
"name": "hostingPlatform", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "EntityManagementHostingPlatform", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity's global unique identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Last release version of the repository.", | |
"isDeprecated": false, | |
"name": "latestReleaseVersion", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "License associated with the repository", | |
"isDeprecated": false, | |
"name": "license", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityManagementRepositoryLicense", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Count of locked pull requests(PR) in the repository.", | |
"isDeprecated": false, | |
"name": "lockedPullRequestCount", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Metadata about the entity.", | |
"isDeprecated": false, | |
"name": "metadata", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementMetadata", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of this entity.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Count of open pull requests(PR) in the repository.", | |
"isDeprecated": false, | |
"name": "openPullRequestCount", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Most used language of the repository.", | |
"isDeprecated": false, | |
"name": "primaryLanguage", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity's scope.", | |
"isDeprecated": false, | |
"name": "scope", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementScopedReference", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Collection of tags.", | |
"isDeprecated": false, | |
"name": "tags", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementTag", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity type.", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Source Url of the repository eg:- gitUrl.", | |
"isDeprecated": false, | |
"name": "url", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "EntityManagementEntity", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "EntityManagementGitRepositoryEntity", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Input type used to define the context for the golden metrics.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Account context.", | |
"name": "account", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Collection guid context.", | |
"name": "guid", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "EntityGoldenContextInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "An \"authentication domain\" is a grouping of New Relic users governed by the same user management settings, like how they're provisioned (added and updated), how they're authenticated (logged in), session settings, and how user upgrades are managed.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "the cursor from the previous request, to get the next page", | |
"name": "cursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Filter groups", | |
"name": "filter", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "UserManagementGroupFilterInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "a list of ids to filter returned objects by\n\n(NOTICE: setting both this argument and the filter argument to filter by ID is not allowed)\n\n(NOTICE: this argument will be deprecated at a later date, so please use the filter argument to return users by ID)", | |
"name": "id", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": "[]", | |
"description": "Sort groups", | |
"name": "sort", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "UserManagementGroupSortInput", | |
"ofType": null | |
} | |
} | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "container for groups enabling cursor based pagination", | |
"isDeprecated": false, | |
"name": "groups", | |
"type": { | |
"kind": "OBJECT", | |
"name": "UserManagementGroups", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "a value that uniquely identifies this object", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "the name of the object", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "the method used to provision users in this authentication domain", | |
"isDeprecated": false, | |
"name": "provisioningType", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "the cursor from the previous request, to get the next page", | |
"name": "cursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Filter users", | |
"name": "filter", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "UserManagementUserFilterInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "a list of ids to filter returned objects by\n\n(NOTICE: setting both this argument and the filter argument to filter by ID is not allowed)\n\n(NOTICE: this argument will be deprecated at a later date, so please use the filter argument to return users by ID)", | |
"name": "id", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "container for users enabling cursor based pagination", | |
"isDeprecated": false, | |
"name": "users", | |
"type": { | |
"kind": "OBJECT", | |
"name": "UserManagementUsers", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "UserManagementAuthenticationDomain", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Blueprint for edge creation.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Whether or not from and to have any semantic meaning.", | |
"name": "directed", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The source vertex name.", | |
"name": "fromVertexName", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The destination vertex name.", | |
"name": "toVertexName", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiTopologyCollectorEdgeBlueprint", | |
"possibleTypes": null | |
}, | |
{ | |
"description": null, | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The cloud provider short name.", | |
"name": "provider", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Get all linked cloud provider accounts scoped to the Actor.", | |
"isDeprecated": false, | |
"name": "linkedAccounts", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "CloudActorFields", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The input object representing the filter parameters for groups", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Filter groups by capabilities", | |
"name": "allowsCapability", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "MultiTenantIdentityAllowsCapabilityInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Filter groups by authentication domain", | |
"name": "authenticationDomainId", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "MultiTenantIdentityAuthenticationDomainIdInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Filter groups by ID", | |
"name": "id", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "MultiTenantIdentityGroupIdInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Filter groups that contain specific members", | |
"name": "members", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "MultiTenantIdentityGroupMemberIdInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Filter groups by display name", | |
"name": "name", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "MultiTenantIdentityGroupNameInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "An organization ID to filter groups by", | |
"name": "organizationId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "MultiTenantIdentityOrganizationIdInput", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "MultiTenantIdentityGroupFilterInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The occurrences of an error group", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Total number of expected occurrences in the given time window.", | |
"isDeprecated": false, | |
"name": "expectedCount", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Time of first occurrence in the given time window.", | |
"isDeprecated": false, | |
"name": "firstSeenAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Time of last occurrence in the given time window.", | |
"isDeprecated": false, | |
"name": "lastSeenAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Total number of occurrences in the given time window.", | |
"isDeprecated": false, | |
"name": "totalCount", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "ErrorsInboxOccurrences", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "BigQuery", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Fetch BigQuery Table metrics, disabled by default", | |
"name": "fetchTableMetrics", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Specify if labels and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.", | |
"name": "fetchTags", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The linked account identifier.", | |
"name": "linkedAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The data polling interval in seconds.", | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "CloudGcpBigqueryIntegrationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Input for creating MutingRules for New Relic Alerts Violations.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "The action when the muting rule window is ended or disabled.", | |
"name": "actionOnMutingRuleWindowEnded", | |
"type": { | |
"kind": "ENUM", | |
"name": "AlertsActionOnMutingRuleWindowEnded", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The condition that defines which violations to target.", | |
"name": "condition", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AlertsMutingRuleConditionGroupInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The description of the MutingRule.", | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Whether the MutingRule is enabled", | |
"name": "enabled", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The name of the MutingRule.", | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The time window when the MutingRule should actively mute violations.", | |
"name": "schedule", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AlertsMutingRuleScheduleInput", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AlertsMutingRuleInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The data access level and ID for the selected scope.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "The ID for the selected scope.", | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The NerdStorage data access level.", | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "NerdStorageScope", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "NerdStorageScopeInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Provider template form params", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The provider template param autocomplete.", | |
"isDeprecated": false, | |
"name": "autocomplete", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The provider template param immutable.", | |
"isDeprecated": false, | |
"name": "immutable", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The provider template param label.", | |
"isDeprecated": false, | |
"name": "label", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The provider template param name.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The provider template param placeholder.", | |
"isDeprecated": false, | |
"name": "placeholder", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The provider template param type.", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "CloudTemplateParam", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "An entity representing rule in scorecards.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The rule description.", | |
"isDeprecated": false, | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Is rule enabled.", | |
"isDeprecated": false, | |
"name": "enabled", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity's global unique identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Metadata about the entity.", | |
"isDeprecated": false, | |
"name": "metadata", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementMetadata", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A unique user provided name for the rule", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The NRQL rule engine.", | |
"isDeprecated": false, | |
"name": "nrqlEngine", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementNrqlRuleEngine", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity's scope.", | |
"isDeprecated": false, | |
"name": "scope", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementScopedReference", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Collection of tags.", | |
"isDeprecated": false, | |
"name": "tags", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementTag", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity type.", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "EntityManagementEntity", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "EntityManagementScorecardRuleEntity", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Machine Learning Integration", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object creation date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"isDeprecated": true, | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent linked account identifier.", | |
"isDeprecated": false, | |
"name": "linkedAccount", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The data polling interval in seconds.", | |
"isDeprecated": false, | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration name.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent NewRelic account identifier.", | |
"isDeprecated": false, | |
"name": "nrAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.", | |
"isDeprecated": false, | |
"name": "resourceGroups", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service used in the integration.", | |
"isDeprecated": false, | |
"name": "service", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudService", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object last update date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "CloudIntegration", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "CloudAzureMachinelearningIntegration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Configuration setting to apply either the show or hide strategy for network filtering.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Disables both show and hide confurations.", | |
"isDeprecated": false, | |
"name": "DISABLED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Use the hide list configuration.", | |
"isDeprecated": false, | |
"name": "HIDE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Use the show list configuration.", | |
"isDeprecated": false, | |
"name": "SHOW" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "AgentApplicationSettingsNetworkFilterMode", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The pipeline configuration for an account, with metadata.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The account id.", | |
"isDeprecated": false, | |
"name": "accountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Whether or not enrichment is disabled.", | |
"isDeprecated": false, | |
"name": "enrichmentDisabled", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Whether or not JSON parsing is disabled.", | |
"isDeprecated": false, | |
"name": "jsonParsingDisabled", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Whether or not obfuscation is disabled.", | |
"isDeprecated": false, | |
"name": "obfuscationDisabled", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Whether or not parsing is disabled.", | |
"isDeprecated": false, | |
"name": "parsingDisabled", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Whether or not patterns are enabled.", | |
"isDeprecated": false, | |
"name": "patternsEnabled", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Whether or not plugin.* attributes should be dropped.", | |
"isDeprecated": false, | |
"name": "pluginAttributesCleanupEnabled", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Whether or not recursive JSON parsing is disabled.", | |
"isDeprecated": false, | |
"name": "recursiveJsonParsingDisabled", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Whether or not transformation is disabled.", | |
"isDeprecated": false, | |
"name": "transformationDisabled", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Identifies the date and time when the configuration was last updated, or null if this has never been changed from the defaults.", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "DateTime", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Identifies the user who has updated the configuration, or null if this has never been changed from the defaults.", | |
"isDeprecated": false, | |
"name": "updatedBy", | |
"type": { | |
"kind": "OBJECT", | |
"name": "UserReference", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "LogConfigurationsPipelineConfiguration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The `ID` scalar type represents a unique identifier, often used to\nrefetch an object or as key for a cache. The ID type appears in a JSON\nresponse as a String; however, it is not intended to be human-readable.\nWhen expected as an input type, any string (such as `\"4\"`) or integer\n(such as `4`) input value will be accepted as an ID.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "SCALAR", | |
"name": "ID", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "An object for updating an existing data partition rule.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "The description of the data partition rule.", | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Whether or not this data partition rule is enabled.", | |
"name": "enabled", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Unique data partition rule identifier.", | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The criteria of the data partition rule.", | |
"name": "matchingCriteria", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "LogConfigurationsDataPartitionRuleMatchingCriteriaInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The NRQL to match events for this data partition rule. Logs matching this criteria will be routed to the specified data partition.", | |
"name": "nrql", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Nrql", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "LogConfigurationsUpdateDataPartitionRuleInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The type of error that occurred during the mutation when submitting metadata", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "The Nerdpack cannot be found", | |
"isDeprecated": false, | |
"name": "NERDPACK_NOT_FOUND" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Something went wrong in the service", | |
"isDeprecated": false, | |
"name": "SERVER_ERROR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "The user does not have permission to update the metadata for the Nerdpack", | |
"isDeprecated": false, | |
"name": "UNAUTHORIZED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "The type of the Nerdpack is not supported in the New Relic One Catalog", | |
"isDeprecated": false, | |
"name": "UNSUPPORTED_TYPE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "The submitted metadata is not valid and needs to be corrected to be accepted", | |
"isDeprecated": false, | |
"name": "VALIDATION_FAILED" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "Nr1CatalogSubmitMetadataErrorType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Array of responses, one for each span attribute trace filter rule creation request.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Span attribute trace filter rule creation response", | |
"isDeprecated": false, | |
"name": "spanAttributeRules", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EdgeCreateSpanAttributeRulesResponse", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "EdgeCreateTraceFilterRuleResponses", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Input for updating a static NRQL condition.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "The custom violation description.", | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Whether the NRQL condition is enabled.", | |
"name": "enabled", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Also known as **loss of signal**, these are settings for how violations are opened or closed when a signal expires.", | |
"name": "expiration", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AlertsNrqlConditionExpirationInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Name of the NRQL condition.", | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The NRQL query that defines the signal for the condition.", | |
"name": "nrql", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AlertsNrqlConditionUpdateQueryInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Runbook URL.", | |
"name": "runbookUrl", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Configuration that defines the signal that the NRQL condition will use to evaluate.", | |
"name": "signal", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AlertsNrqlConditionSignalInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "List of critical and warning terms for the condition.\n\nTerms are required in most cases. For conditions with a loss of signal threshold only, terms can be blank.", | |
"name": "terms", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AlertsNrqlConditionTermsInput", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "This field allows you to create a custom title to be used when incidents are opened by the condition. Setting this field will override the default title. Must be [Handlebars format](https://handlebarsjs.com/guide/).", | |
"name": "titleTemplate", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Deprecated - use `signal.slideBy` instead.\n\nFunction used to aggregate the NRQL query value(s) for comparison to the `terms.threshold`. When the result of this aggregate surpasses the `terms.threshold`, a violation is opened.", | |
"name": "valueFunction", | |
"type": { | |
"kind": "ENUM", | |
"name": "AlertsNrqlStaticConditionValueFunction", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Deprecated - use violationTimeLimitSeconds for full range of values.\n\nDuration after which a violation automatically closes. Default is THIRTY_DAYS.", | |
"name": "violationTimeLimit", | |
"type": { | |
"kind": "ENUM", | |
"name": "AlertsViolationTimeLimit", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Duration after which a violation automatically closes in seconds.\nAccepts values between 300 seconds (5 minutes) and 2592000 seconds (30 days).\n\nDefault is 3 days (259200 seconds).", | |
"name": "violationTimeLimitSeconds", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Seconds", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AlertsNrqlConditionUpdateStaticInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Details tracing summary data for the provided `EntityGuid` that occurred during the provided `startTime` and `endTime`", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The number of traces where this entity produced an error", | |
"isDeprecated": false, | |
"name": "errorTraceCount", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The percentage of error traces produced by this entity compared to all error traces in the system", | |
"isDeprecated": false, | |
"name": "percentOfAllErrorTraces", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "DistributedTracingEntityTracingSummary", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Input type for One expression", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Children expressions.", | |
"name": "children", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRuleExpressionInput", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsOneInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The kind of access granted by permissions", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Delete access", | |
"isDeprecated": false, | |
"name": "DELETE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Create and update access", | |
"isDeprecated": false, | |
"name": "MANAGE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Create and update access", | |
"isDeprecated": false, | |
"name": "MODIFY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Other access", | |
"isDeprecated": false, | |
"name": "OTHER" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "View access", | |
"isDeprecated": false, | |
"name": "READ" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "View access", | |
"isDeprecated": false, | |
"name": "VIEW" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "MultiTenantAuthorizationPermissionCategoryEnum", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A collection of permissions", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "collection of permissions", | |
"isDeprecated": false, | |
"name": "items", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "MultiTenantAuthorizationPermission", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "an opaque cursor to supply with subsequent requests to get the next page of results, null if there are no more pages", | |
"isDeprecated": false, | |
"name": "nextCursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "MultiTenantAuthorizationPermissionCollection", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The input object containing accounts that will be used to get entities from.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "A list of accounts that will be used to get entities from.", | |
"name": "accountIds", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "WorkloadScopeAccountsInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Predicate Object", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Field name in the issue event", | |
"isDeprecated": false, | |
"name": "attribute", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Type of operator used to match the values", | |
"isDeprecated": false, | |
"name": "operator", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AiWorkflowsOperator", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Values to compare", | |
"isDeprecated": false, | |
"name": "values", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiWorkflowsPredicate", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "PagerDuty notification channel.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Policies associated with the channel.", | |
"isDeprecated": false, | |
"name": "associatedPolicies", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AlertsNotificationChannelPoliciesResultSet", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "PagerDuty channel specific configuration.", | |
"isDeprecated": false, | |
"name": "config", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AlertsPagerDutyNotificationChannelConfig", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Channel ID.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Channel name.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Channel type.", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AlertsNotificationChannelType", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "AlertsNotificationChannel", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "AlertsPagerDutyNotificationChannel", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Configuration for Webhook notification channel.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Base URL.", | |
"isDeprecated": false, | |
"name": "baseUrl", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Basic auth.", | |
"isDeprecated": false, | |
"name": "basicAuth", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AlertsWebhookBasicAuthInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Custom HTTP headers.", | |
"isDeprecated": false, | |
"name": "customHttpHeaders", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AlertsWebhookCustomHeaderInput", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Custom payload body.", | |
"isDeprecated": false, | |
"name": "customPayloadBody", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Custom payload type.", | |
"isDeprecated": false, | |
"name": "customPayloadType", | |
"type": { | |
"kind": "ENUM", | |
"name": "AlertsWebhookCustomPayloadType", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AlertsWebhookNotificationChannelConfig", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Available filtering types for email addresses", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Part of a user email", | |
"name": "contains", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "A user email", | |
"name": "eq", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "UserManagementEmailInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Custom header based authentication", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Authentication Header Key", | |
"isDeprecated": false, | |
"name": "key", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiNotificationsCustomHeader", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "An iterable collection of roles", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "collection of roles", | |
"isDeprecated": false, | |
"name": "items", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "MultiTenantAuthorizationRole", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "an opaque cursor to supply with subsequent requests to get the next page of results, null if there are no more pages", | |
"isDeprecated": false, | |
"name": "nextCursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "the total number of results", | |
"isDeprecated": false, | |
"name": "totalCount", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "MultiTenantAuthorizationRoleCollection", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The result after deleting a parsing rule.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "List of errors, if any.", | |
"isDeprecated": false, | |
"name": "errors", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "LogConfigurationsParsingRuleMutationError", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "LogConfigurationsDeleteParsingRuleResponse", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Filter permissions by scope", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "performs an equals operation", | |
"name": "eq", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "MultiTenantAuthorizationPermissionFilterScopeInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Input type for RelativeFuzzyWuzzyPartialRatio expression", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Left operand of comparison.", | |
"name": "left", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsIncidentObjectInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Minimum similarity threshold.", | |
"name": "minSimilarity", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Right operand of comparison.", | |
"name": "right", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsIncidentObjectInput", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeFuzzyWuzzyPartialRatioInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Mask specific kinds of input options as *.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Mask 'color' input type.", | |
"name": "color", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Mask 'date' input type.", | |
"name": "date", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Mask 'datetime_local' input type.", | |
"name": "datetimeLocal", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Mask 'email' input type.", | |
"name": "email", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Mask 'month' input type.", | |
"name": "month", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Mask 'number' input type.", | |
"name": "number", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Mask 'range' input type.", | |
"name": "range", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Mask 'search' input type.", | |
"name": "search", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Mask 'select' input type.", | |
"name": "select", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Mask 'tel' input type.", | |
"name": "tel", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Mask 'text' input type.", | |
"name": "text", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Mask 'textarea' input type.", | |
"name": "textArea", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Mask 'time' input type.", | |
"name": "time", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Mask 'url' input type.", | |
"name": "url", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Mask 'week' input type.", | |
"name": "week", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AgentApplicationSettingsMaskInputOptionsInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Firewalls Integration", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object creation date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"isDeprecated": true, | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent linked account identifier.", | |
"isDeprecated": false, | |
"name": "linkedAccount", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The data polling interval in seconds.", | |
"isDeprecated": false, | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration name.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent NewRelic account identifier.", | |
"isDeprecated": false, | |
"name": "nrAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.", | |
"isDeprecated": false, | |
"name": "resourceGroups", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service used in the integration.", | |
"isDeprecated": false, | |
"name": "service", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudService", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object last update date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "CloudIntegration", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "CloudAzureFirewallsIntegration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The rolling time window units.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Day.", | |
"isDeprecated": false, | |
"name": "DAY" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "ServiceLevelObjectiveRollingTimeWindowUnit", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Run", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The linked account identifier.", | |
"name": "linkedAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The data polling interval in seconds.", | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "CloudGcpRunIntegrationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Information about an icon", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The publicly accessible URL for the icon", | |
"isDeprecated": false, | |
"name": "url", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "Nr1CatalogIcon", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A filter for Account Status", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "An account status", | |
"name": "eq", | |
"type": { | |
"kind": "ENUM", | |
"name": "OrganizationAccountStatus", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "OrganizationAccountStatusFilterInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Error object for Synthetics monitor creation request", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "String description of error", | |
"isDeprecated": false, | |
"name": "description", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Enum of error that was returned during monitor creation", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "SyntheticsMonitorCreateErrorType", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "SyntheticsMonitorCreateError", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Autogenerated return type of RevokeAccess.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "the roles that were revoked from this group", | |
"isDeprecated": false, | |
"name": "roles", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AuthorizationManagementGrantedRole", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AuthorizationManagementRevokeAccessPayload", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Autogenerated return type of UpdateUser.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The user that was updated", | |
"isDeprecated": false, | |
"name": "user", | |
"type": { | |
"kind": "OBJECT", | |
"name": "UserManagementUser", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "UserManagementUpdateUserPayload", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "An arbitrary key:value object containing additional data related to the environment where the installation occurred.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "SCALAR", | |
"name": "InstallationRawMetadata", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Response for error group resources.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Cursor used to fetch the next set of results", | |
"isDeprecated": false, | |
"name": "nextCursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The list of search results", | |
"isDeprecated": false, | |
"name": "results", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INTERFACE", | |
"name": "ErrorsInboxResource", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The total number of results that match the search", | |
"isDeprecated": false, | |
"name": "totalCount", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "ErrorsInboxResourcesResponse", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The input for creating a new OpsGenie notification channel.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "API key.", | |
"name": "apiKey", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "SecureValue", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "OpsGenie data center region.", | |
"name": "dataCenterRegion", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AlertsOpsGenieDataCenterRegion", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Notification channel name.", | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "List of email recipients.", | |
"name": "recipients", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Tags.", | |
"name": "tags", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Teams.", | |
"name": "teams", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AlertsOpsGenieNotificationChannelCreateInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Confluence Rag Settings", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The ID of the confluence integration entity", | |
"isDeprecated": false, | |
"name": "confluenceIntegrationId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The CQL query for selecting documents to index.", | |
"isDeprecated": false, | |
"name": "confluenceQuery", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity's global unique identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The interval, in seconds, for how often documents are synced.", | |
"isDeprecated": false, | |
"name": "intervalSeconds", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The timestamp when the connector was last run.", | |
"isDeprecated": false, | |
"name": "lastPullTime", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Metadata about the entity.", | |
"isDeprecated": false, | |
"name": "metadata", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementMetadata", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of the Confluence Rag Settings.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The timestamp for the connector's next scheduled run.", | |
"isDeprecated": false, | |
"name": "nextPullTime", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity's scope.", | |
"isDeprecated": false, | |
"name": "scope", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementScopedReference", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Collection of tags.", | |
"isDeprecated": false, | |
"name": "tags", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementTag", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity type.", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "EntityManagementEntity", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "EntityManagementConfluenceRagSettingsEntity", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A group of entities defined by entity search queries and specific GUIDs", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The name of the collection to fetch.", | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "collection", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityCollection", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "guid", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "INTERFACE", | |
"name": "CollectionEntity", | |
"possibleTypes": [ | |
{ | |
"kind": "OBJECT", | |
"name": "TeamEntity", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "WorkloadEntity", | |
"ofType": null | |
} | |
] | |
}, | |
{ | |
"description": "Array of responses, one for each trace observer creation request.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Array of trace observer creation responses, one for each `CreateTraceObserverInput`.", | |
"isDeprecated": false, | |
"name": "responses", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EdgeCreateTraceObserverResponse", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "EdgeCreateTraceObserverResponses", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The result of creating an entity.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The created entity.", | |
"isDeprecated": false, | |
"name": "entity", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementScorecardRuleEntity", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "EntityManagementScorecardRuleEntityCreateResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Input type for RelativeCommonPrefix expression", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Value to be used in comparison.", | |
"name": "value", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeCommonPrefixInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Rule for identifying a set of log data to apply specific obfuscation actions to.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Obfuscation actions to take if a record passes the matching criteria.", | |
"isDeprecated": false, | |
"name": "actions", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "LogConfigurationsObfuscationAction", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Identifies the date and time when the rule was created.", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "DateTime", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Identifies the user who has created the rule.", | |
"isDeprecated": false, | |
"name": "createdBy", | |
"type": { | |
"kind": "OBJECT", | |
"name": "UserReference", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Description of the obfuscation rule.", | |
"isDeprecated": false, | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Whether the rule should be applied to incoming logs", | |
"isDeprecated": false, | |
"name": "enabled", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "NRQL filter to determine if a log record should have obfuscation actions applied.", | |
"isDeprecated": false, | |
"name": "filter", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Nrql", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The id of the obfuscation rule.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Name of the obfuscation rule.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Identifies the date and time when the rule was last updated.", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "DateTime", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Identifies the user who has last updated the rule.", | |
"isDeprecated": false, | |
"name": "updatedBy", | |
"type": { | |
"kind": "OBJECT", | |
"name": "UserReference", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "LogConfigurationsObfuscationRule", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Details related to an infrastructure manager", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The type of the manager", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The version of the manager", | |
"isDeprecated": false, | |
"name": "version", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "EntityManagementInfrastructureManager", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Metadata associated with the alert policy template", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A list of authors that created the alert policy template", | |
"isDeprecated": false, | |
"name": "authors", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Nr1CatalogAuthor", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The list of categories for filtering, searching, and grouping associated with the alert policy template", | |
"isDeprecated": false, | |
"name": "categories", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Nr1CatalogCategory", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The list of category terms associated with the alert policy template", | |
"isDeprecated": false, | |
"name": "categoryTerms", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The list of alert condition templates attached to the alert policy template", | |
"isDeprecated": false, | |
"name": "conditions", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Nr1CatalogAlertConditionTemplate", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The human-readable name for the alert policy template", | |
"isDeprecated": false, | |
"name": "displayName", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The corresponding icon for the alert policy template", | |
"isDeprecated": false, | |
"name": "icon", | |
"type": { | |
"kind": "OBJECT", | |
"name": "Nr1CatalogIcon", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A list of required data sources needed to populate data in the alert policy.", | |
"isDeprecated": false, | |
"name": "requiredDataSources", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Nr1CatalogDataSource", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "Nr1CatalogAlertPolicyTemplateMetadata", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Types of errors that can be returned from a Private Location mutation request", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Received a request missing required fields or containing invalid data", | |
"isDeprecated": false, | |
"name": "BAD_REQUEST" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "An unknown error occurred while processing request to purge specified private location job queue", | |
"isDeprecated": false, | |
"name": "INTERNAL_SERVER_ERROR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Private location not found for key (private location does not exist on account or has already been deleted)", | |
"isDeprecated": false, | |
"name": "NOT_FOUND" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "User does not have authorization to purge job queue for specified private location", | |
"isDeprecated": false, | |
"name": "UNAUTHORIZED" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "SyntheticsPrivateLocationMutationErrorType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": null, | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The cursor to fetch paginated results.", | |
"name": "cursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "List of edge IDs.", | |
"name": "edgeIds", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
} | |
], | |
"deprecationReason": "This field will not be exposed soon", | |
"description": "Returns a list of edges.", | |
"isDeprecated": true, | |
"name": "edges", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AiTopologyEdgeListing", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "This field will not be exposed soon", | |
"description": "Returns a graph.", | |
"isDeprecated": true, | |
"name": "graph", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AiTopologyGraph", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The cursor to fetch paginated results.", | |
"name": "cursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "List of classes.", | |
"name": "vertexClasses", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AiTopologyVertexClass", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "List of vertex IDs.", | |
"name": "vertexIds", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
} | |
], | |
"deprecationReason": "This field will not be exposed soon", | |
"description": "Returns a paginated list of vertices.", | |
"isDeprecated": true, | |
"name": "vertices", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AiTopologyVertexListing", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiTopologyAccountStitchedFields", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Google App Engine", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The linked account identifier.", | |
"name": "linkedAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The data polling interval in seconds.", | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "CloudGcpAppengineIntegrationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The type of error.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Occurs when the user issuing the mutation does not have sufficient permissions to perform the action for a key.", | |
"isDeprecated": false, | |
"name": "FORBIDDEN" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Occurs when the action taken on a key did not successfully pass validation.", | |
"isDeprecated": false, | |
"name": "INVALID" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Occurs when the requested key `id` was not found.", | |
"isDeprecated": false, | |
"name": "NOT_FOUND" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "ApiAccessIngestKeyErrorType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Error details about the rule that failed to be created and why.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Information about why the create failed.", | |
"isDeprecated": false, | |
"name": "error", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "NrqlDropRulesError", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Input information about a submitted rule that was unable to be created.", | |
"isDeprecated": false, | |
"name": "submitted", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "NrqlDropRulesCreateDropRuleSubmission", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "NrqlDropRulesCreateDropRuleFailure", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A \"user type\" is what determines the set of New Relic capabilities a user can theoretically access.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "the name of the object", | |
"isDeprecated": false, | |
"name": "displayName", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "a value that uniquely identifies this object", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "UserManagementOrganizationUserType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "enum of weekdays customers can select monitor downtimes to run", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Select monitor downtime to run on Friday", | |
"isDeprecated": false, | |
"name": "FRIDAY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Select monitor downtime to run on Monday", | |
"isDeprecated": false, | |
"name": "MONDAY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Select monitor downtime to run on Saturday", | |
"isDeprecated": false, | |
"name": "SATURDAY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Select monitor downtime to run on Sunday", | |
"isDeprecated": false, | |
"name": "SUNDAY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Select monitor downtime to run on Thursday", | |
"isDeprecated": false, | |
"name": "THURSDAY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Select monitor downtime to run on Tuesday", | |
"isDeprecated": false, | |
"name": "TUESDAY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Select monitor downtime to run on Wednesday", | |
"isDeprecated": false, | |
"name": "WEDNESDAY" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "SyntheticsMonitorDowntimeWeekDays", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The result of enabling browser monitoring for an APM-monitored application.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The application's name", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Fields related to browser settings.", | |
"isDeprecated": false, | |
"name": "settings", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AgentApplicationApmBrowserSettings", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AgentApplicationEnableBrowserResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The input object to create one or more keys.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Ingest keys are used by agents to report data about your applications to New Relic. Each ingest key input entered here must have a type that communicates what kind of data it is for. You can optionally add a name or notes to your key, which can be updated later.", | |
"name": "ingest", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "ApiAccessCreateIngestKeyInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Create user keys. You can optionally add a name or notes to your key, which can be updated later.", | |
"name": "user", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "ApiAccessCreateUserKeyInput", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "ApiAccessCreateInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The advanced options inputs available for a Simple Browser monitor", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Custom headers to use in monitor job", | |
"name": "customHeaders", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "SyntheticsCustomHeaderInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Emulate a device", | |
"name": "deviceEmulation", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "SyntheticsDeviceEmulationInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Capture a screenshot during job execution", | |
"name": "enableScreenshotOnFailureAndScript", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Validation text for monitor to search for at given URI", | |
"name": "responseValidationText", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Monitor should validate SSL certificate chain", | |
"name": "useTlsValidation", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "SyntheticsSimpleBrowserMonitorAdvancedOptionsInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "UI component type", | |
"enumValues": [ | |
{ | |
"deprecationReason": "unused component type", | |
"description": "Button component", | |
"isDeprecated": true, | |
"name": "BUTTON" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Dictionary type component", | |
"isDeprecated": false, | |
"name": "DICTIONARY_WITH_MASK" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Handlebars powered payload editor", | |
"isDeprecated": false, | |
"name": "PAYLOAD" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Select component", | |
"isDeprecated": false, | |
"name": "SELECT" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Multiline text box", | |
"isDeprecated": false, | |
"name": "TEXT_AREA" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Single line text field", | |
"isDeprecated": false, | |
"name": "TEXT_FIELD" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Toggle component", | |
"isDeprecated": false, | |
"name": "TOGGLE" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "AiNotificationsUiComponentType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Input type for RelativeFuzzyWuzzyRatio expression", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Left operand of comparison.", | |
"name": "left", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsIncidentObjectInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Minimum similarity threshold.", | |
"name": "minSimilarity", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Right operand of comparison.", | |
"name": "right", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsIncidentObjectInput", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeFuzzyWuzzyRatioInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Mutation error information.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The error message.", | |
"isDeprecated": false, | |
"name": "message", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The type of error that occured when performing the mutation.", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "NerdStorageVaultErrorType", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "NerdStorageVaultResultError", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Represents an actor.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Id of the actor.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "INTERFACE", | |
"name": "EntityManagementActor", | |
"possibleTypes": [ | |
{ | |
"kind": "OBJECT", | |
"name": "EntityManagementSystemActor", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "EntityManagementUserActor", | |
"ofType": null | |
} | |
] | |
}, | |
{ | |
"description": "The result of creating an entity.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The created entity.", | |
"isDeprecated": false, | |
"name": "entity", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementScorecardEntity", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "EntityManagementScorecardEntityCreateResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A Broken Links monitor resulting from a Broken Links monitor mutation", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The creation time of the monitor in millis", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The unique client identifier for the Synthetics Monitor in New Relic", | |
"isDeprecated": false, | |
"name": "guid", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The unique identifier of the monitor within the Synthetics domain", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The locations the monitor runs from", | |
"isDeprecated": false, | |
"name": "locations", | |
"type": { | |
"kind": "OBJECT", | |
"name": "SyntheticsLocations", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The last modification time of the monitor in millis", | |
"isDeprecated": false, | |
"name": "modifiedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The human readable identifier for the monitor", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The interval at which the monitor runs in minutes", | |
"isDeprecated": false, | |
"name": "period", | |
"type": { | |
"kind": "ENUM", | |
"name": "SyntheticsMonitorPeriod", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The runtime that the monitor will use to run jobs", | |
"isDeprecated": false, | |
"name": "runtime", | |
"type": { | |
"kind": "OBJECT", | |
"name": "SyntheticsExtendedTypeMonitorRuntime", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The run state of the monitor", | |
"isDeprecated": false, | |
"name": "status", | |
"type": { | |
"kind": "ENUM", | |
"name": "SyntheticsMonitorStatus", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The uri the monitor runs against", | |
"isDeprecated": false, | |
"name": "uri", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "SyntheticsBrokenLinksMonitor", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Input type for Not expression", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Child expression.", | |
"name": "child", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRuleExpressionInput", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsNotInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Properties specific to fleet control", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Agent deployment properties", | |
"isDeprecated": false, | |
"name": "appliedDeployment", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityManagementAgentDeployment", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Environment the agent is running in", | |
"isDeprecated": false, | |
"name": "environment", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "True if the Agent is up and healthy", | |
"isDeprecated": false, | |
"name": "healthy", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Error message returned by the agent when it is unhealthy", | |
"isDeprecated": false, | |
"name": "lastError", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Error message returned when the last remote configuration deploy is not successful", | |
"isDeprecated": false, | |
"name": "lastRemoteConfigError", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Status of the last remote configuration deploy", | |
"isDeprecated": false, | |
"name": "lastRemoteConfigStatus", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Timestamp indicating when the agent was started", | |
"isDeprecated": false, | |
"name": "startTime", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The UID of this agent", | |
"isDeprecated": false, | |
"name": "uid", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "This field will get deprecated soon", | |
"description": "Version of the agent", | |
"isDeprecated": true, | |
"name": "version", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "EntityManagementFleetControlProperties", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The result of updating an entity.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The updated entity.", | |
"isDeprecated": false, | |
"name": "entity", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementScorecardEntity", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "EntityManagementScorecardEntityUpdateResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Represents whether a span is a call to a datastore or an external service.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "A span that represents a call to a datastore.", | |
"isDeprecated": false, | |
"name": "DATASTORE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A span that represents a call to an external service.", | |
"isDeprecated": false, | |
"name": "EXTERNAL" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "DistributedTracingSpanClientType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Destinations result object", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Destination entities", | |
"isDeprecated": false, | |
"name": "entities", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AiNotificationsDestination", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Error in destinations entities fetching", | |
"isDeprecated": false, | |
"name": "error", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AiNotificationsResponseError", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "Errors is being deprecated in favor of a singular error field", | |
"description": "Deprecated list of errors", | |
"isDeprecated": true, | |
"name": "errors", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AiNotificationsResponseError", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Cursor to get the next batch of results", | |
"isDeprecated": false, | |
"name": "nextCursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Count of all destination entities", | |
"isDeprecated": false, | |
"name": "totalCount", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiNotificationsDestinationsResponse", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "User assigned to an error group.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Email address of the user.", | |
"isDeprecated": false, | |
"name": "email", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Additional user data for New Relic users.", | |
"isDeprecated": false, | |
"name": "userInfo", | |
"type": { | |
"kind": "OBJECT", | |
"name": "UserReference", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "ErrorsInboxAssignment", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Configuration for visualization type 'viz.area'", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "NRQL queries.", | |
"isDeprecated": false, | |
"name": "nrqlQueries", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "DashboardWidgetNrqlQuery", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "DashboardAreaWidgetConfiguration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Sort key and direction for authentication domains", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Direction to sort in", | |
"name": "direction", | |
"type": { | |
"kind": "ENUM", | |
"name": "OrganizationSortDirectionEnum", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Authentication domain attribute to sort on", | |
"name": "key", | |
"type": { | |
"kind": "ENUM", | |
"name": "OrganizationSortKeyEnum", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "OrganizationAuthenticationDomainSortInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "This scalar represents a NRDB Result. It is a `Map` of `String` keys to values.\n\nThe shape of these objects reflect the query used to generate them, the contents\nof the objects is not part of the GraphQL schema.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "SCALAR", | |
"name": "NrdbResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Whether Compression is enabled for the export rule, and what compression format is used", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Do not compress payloads for this export rule", | |
"isDeprecated": false, | |
"name": "DISABLED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Compress payloads for this export rule using the GZIP compression format", | |
"isDeprecated": false, | |
"name": "GZIP" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "StreamingExportPayloadCompression", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The result of creating an entity relationship.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The created relationship.", | |
"isDeprecated": false, | |
"name": "relationship", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityManagementRelationship", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "EntityManagementRelationshipCreateResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A non user system identity group", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The id of the system identity group", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of the system identity group", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The id of the organization the system identity group belongs to", | |
"isDeprecated": false, | |
"name": "organizationId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The members of this system identity group", | |
"isDeprecated": false, | |
"name": "systemIdentities", | |
"type": { | |
"kind": "OBJECT", | |
"name": "SystemIdentityNestedIdentityCollection", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "SystemIdentityGroupResponseType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A structured representation of a crash occurring in a mobile application.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A structured representation of a stack trace for a crash that occurs on a mobile application.", | |
"isDeprecated": false, | |
"name": "stackTrace", | |
"type": { | |
"kind": "OBJECT", | |
"name": "StackTraceMobileCrashStackTrace", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "StackTraceMobileCrash", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Successfully deleted trace observers, or one or more error responses if there were issues.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Errors that may occur when deleting a `TraceObserver`. Defaults to `null` in case of success.", | |
"isDeprecated": false, | |
"name": "errors", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EdgeDeleteTraceObserverResponseError", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The trace observer that was deleted. Defaults to `null` in case of failure.", | |
"isDeprecated": false, | |
"name": "traceObserver", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EdgeTraceObserver", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "EdgeDeleteTraceObserverResponse", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Nerdpack subscription information.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "What type of access the user has over this subscription. Eg: direct or inherited.", | |
"isDeprecated": false, | |
"name": "accessType", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "NerdpackSubscriptionAccessType", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Unique identifier of the account that has subscribed to the Nerdpack.", | |
"isDeprecated": false, | |
"name": "accountId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Nerdpack associated to the subscribed version.", | |
"isDeprecated": false, | |
"name": "nerdpackVersion", | |
"type": { | |
"kind": "OBJECT", | |
"name": "NerdpackVersion", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Tag associated with the version.", | |
"isDeprecated": false, | |
"name": "tag", | |
"type": { | |
"kind": "SCALAR", | |
"name": "NerdpackTagName", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "NerdpackSubscription", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The different types of errors the API can return.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Too many concurrent tasks for the same GUID are being sent and we cannot process. Please serialize your requests for the given GUID.", | |
"isDeprecated": false, | |
"name": "CONCURRENT_TASK_EXCEPTION" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Domain Type invalid. The decoded domain type from the provided GUID is not valid. Please provide a correct GUID.", | |
"isDeprecated": false, | |
"name": "INVALID_DOMAIN_TYPE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "We could not decode the provided GUID. Entity guid needs to be base64 encoded.", | |
"isDeprecated": false, | |
"name": "INVALID_ENTITY_GUID" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "The tag key is not valid. Char length has been reached, contains a disallowed character(eg :) or is empty", | |
"isDeprecated": false, | |
"name": "INVALID_KEY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "The tag value is not valid. Char length has been reached, contains a disallowed character(eg :) or is empty", | |
"isDeprecated": false, | |
"name": "INVALID_VALUE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "The given GUID or tag you're looking for does not exist.", | |
"isDeprecated": false, | |
"name": "NOT_FOUND" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "You've attempted to do something your Domain/EntityType is not permitted to do. Its also possible that an api key is required.", | |
"isDeprecated": false, | |
"name": "NOT_PERMITTED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "One of the query filters exceeds the character limit.", | |
"isDeprecated": false, | |
"name": "TOO_MANY_CHARS_QUERY_FILTER" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "The given entity has reached its tag key count limit. You will need to delete existing tags for the given GUID before continuing.", | |
"isDeprecated": false, | |
"name": "TOO_MANY_TAG_KEYS" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "The given entity has reached its tag value count limit. You will need to delete existing values for the given GUID before continuing.", | |
"isDeprecated": false, | |
"name": "TOO_MANY_TAG_VALUES" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "The changes will be reflected in the entity with some delay", | |
"isDeprecated": false, | |
"name": "UPDATE_WILL_BE_DELAYED" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "TaggingMutationErrorType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Criteria for applying filters to a search", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Filter the search results that match any in a list of category terms", | |
"name": "categories", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Filter the search results by a particular category", | |
"name": "category", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Filter the search results that contain a set of component types", | |
"name": "components", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "Nr1CatalogSearchComponentType", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Filter the search results to those that match all keywords in the list", | |
"name": "keywords", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Filter the search results by install recipe name. This will be applied in an OR fashion. Schema is defined in the Open Install Library's recipe spec: https://github.com/newrelic/open-install-library/blob/main/docs/recipe-spec/recipe-spec.md#schema-definition.", | |
"name": "recipeNames", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Filter the search results that are of a specific type", | |
"name": "types", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "Nr1CatalogSearchResultType", | |
"ofType": null | |
} | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "Nr1CatalogSearchFilter", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Category fields to group by", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Condition category", | |
"isDeprecated": false, | |
"name": "CONDITION" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Entities category", | |
"isDeprecated": false, | |
"name": "ENTITIES" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Incident category", | |
"isDeprecated": false, | |
"name": "INCIDENT" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Issue category", | |
"isDeprecated": false, | |
"name": "ISSUE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Default category", | |
"isDeprecated": false, | |
"name": "OTHER" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Policy category", | |
"isDeprecated": false, | |
"name": "POLICY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Tags category", | |
"isDeprecated": false, | |
"name": "TAGS" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Workflow category", | |
"isDeprecated": false, | |
"name": "WORKFLOW" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "AiNotificationsVariableCategory", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Rule expression input", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Input type for All expression", | |
"name": "all", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsAllInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for And expression", | |
"name": "and", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsAndInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for AttributeExists expression", | |
"name": "attributeExists", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsAttributeExistsInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for CategoricalClustering expression", | |
"name": "categoricalClustering", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsCategoricalClusteringInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedContains expression", | |
"name": "fixedContains", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedContainsInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedCosineDistance expression", | |
"name": "fixedCosineDistance", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedCosineDistanceInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedEndsWith expression", | |
"name": "fixedEndsWith", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedEndsWithInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedEqual expression", | |
"name": "fixedEqual", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedEqualInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedFuzzyScore expression", | |
"name": "fixedFuzzyScore", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedFuzzyScoreInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedFuzzyWuzzyAdaptiveRatio expression", | |
"name": "fixedFuzzyWuzzyAdaptiveRatio", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedFuzzyWuzzyAdaptiveRatioInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedFuzzyWuzzyPartialRatio expression", | |
"name": "fixedFuzzyWuzzyPartialRatio", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedFuzzyWuzzyPartialRatioInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedFuzzyWuzzyRatio expression", | |
"name": "fixedFuzzyWuzzyRatio", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedFuzzyWuzzyRatioInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedFuzzyWuzzyTokenSetRatio expression", | |
"name": "fixedFuzzyWuzzyTokenSetRatio", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedFuzzyWuzzyTokenSetRatioInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedGreaterThan expression", | |
"name": "fixedGreaterThan", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedGreaterThanInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedGreaterThanOrEqual expression", | |
"name": "fixedGreaterThanOrEqual", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedGreaterThanOrEqualInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedHammingDistance expression", | |
"name": "fixedHammingDistance", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedHammingDistanceInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedJaccardDistance expression", | |
"name": "fixedJaccardDistance", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedJaccardDistanceInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedJaroWinkler expression", | |
"name": "fixedJaroWinkler", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedJaroWinklerInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedLessThan expression", | |
"name": "fixedLessThan", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedLessThanInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedLessThanOrEqual expression", | |
"name": "fixedLessThanOrEqual", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedLessThanOrEqualInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedLevenshtein expression", | |
"name": "fixedLevenshtein", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedLevenshteinInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedLongestCommonSubsequenceDistance expression", | |
"name": "fixedLongestCommonSubsequenceDistance", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedLongestCommonSubsequenceDistanceInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedNumericalEqual expression", | |
"name": "fixedNumericalEqual", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedNumericalEqualInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedRegularExpression expression", | |
"name": "fixedRegularExpression", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedRegularExpressionInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedSoundEx expression", | |
"name": "fixedSoundEx", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedSoundExInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for FixedStartsWith expression", | |
"name": "fixedStartsWith", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedStartsWithInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for Not expression", | |
"name": "not", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsNotInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for One expression", | |
"name": "one", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsOneInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for Or expression", | |
"name": "or", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsOrInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeCommonPrefix expression", | |
"name": "relativeCommonPrefix", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeCommonPrefixInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeContains expression", | |
"name": "relativeContains", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeContainsInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeCosineDistance expression", | |
"name": "relativeCosineDistance", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeCosineDistanceInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeEndsWith expression", | |
"name": "relativeEndsWith", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeEndsWithInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeEqual expression", | |
"name": "relativeEqual", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeEqualInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeFuzzyScore expression", | |
"name": "relativeFuzzyScore", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeFuzzyScoreInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeFuzzyWuzzyAdaptiveRatio expression", | |
"name": "relativeFuzzyWuzzyAdaptiveRatio", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeFuzzyWuzzyAdaptiveRatioInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeFuzzyWuzzyPartialRatio expression", | |
"name": "relativeFuzzyWuzzyPartialRatio", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeFuzzyWuzzyPartialRatioInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeFuzzyWuzzyRatio expression", | |
"name": "relativeFuzzyWuzzyRatio", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeFuzzyWuzzyRatioInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeFuzzyWuzzyTokenSetRatio expression", | |
"name": "relativeFuzzyWuzzyTokenSetRatio", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeFuzzyWuzzyTokenSetRatioInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeGreaterThan expression", | |
"name": "relativeGreaterThan", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeGreaterThanInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeGreaterThanOrEqual expression", | |
"name": "relativeGreaterThanOrEqual", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeGreaterThanOrEqualInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeHammingDistance expression", | |
"name": "relativeHammingDistance", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeHammingDistanceInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeJaccardDistance expression", | |
"name": "relativeJaccardDistance", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeJaccardDistanceInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeJaroWinkler expression", | |
"name": "relativeJaroWinkler", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeJaroWinklerInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeLessThan expression", | |
"name": "relativeLessThan", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeLessThanInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeLessThanOrEqual expression", | |
"name": "relativeLessThanOrEqual", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeLessThanOrEqualInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeLevenshtein expression", | |
"name": "relativeLevenshtein", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeLevenshteinInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeLongestCommonSubsequenceDistance expression", | |
"name": "relativeLongestCommonSubsequenceDistance", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeLongestCommonSubsequenceDistanceInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeNumericalEqual expression", | |
"name": "relativeNumericalEqual", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeNumericalEqualInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeRegularExpression expression", | |
"name": "relativeRegularExpression", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeRegularExpressionInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeSoundEx expression", | |
"name": "relativeSoundEx", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeSoundExInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeStartsWith expression", | |
"name": "relativeStartsWith", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeStartsWithInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for RelativeTopologicallyDependent expression", | |
"name": "relativeTopologicallyDependent", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeTopologicallyDependentInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for WholeCosineDistance expression", | |
"name": "wholeCosineDistance", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsWholeCosineDistanceInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Input type for WholeJaccardSimilarity expression", | |
"name": "wholeJaccardSimilarity", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsWholeJaccardSimilarityInput", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRuleExpressionInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Update input for CollectionEntity entity type.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "See name in CollectionEntity.", | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "See tags in CollectionEntity.", | |
"name": "tags", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityManagementTagInput", | |
"ofType": null | |
} | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "EntityManagementCollectionEntityUpdateInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Metadata associated with a dashboard template", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A list of authors that created the dashboard template", | |
"isDeprecated": false, | |
"name": "authors", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Nr1CatalogAuthor", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The list of categories for filtering, searching, and grouping associated with the dashboard template", | |
"isDeprecated": false, | |
"name": "categories", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Nr1CatalogCategory", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The list of category terms associated with the dashboard template", | |
"isDeprecated": false, | |
"name": "categoryTerms", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A short form description for a dashboard template.", | |
"isDeprecated": false, | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The human-readable name for a dashboard template.", | |
"isDeprecated": false, | |
"name": "displayName", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A list of previews for a dashboard template, such as screenshots.", | |
"isDeprecated": false, | |
"name": "previews", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INTERFACE", | |
"name": "Nr1CatalogPreview", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A list of required data sources needed to populate data in the dashboard.", | |
"isDeprecated": false, | |
"name": "requiredDataSources", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Nr1CatalogDataSource", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "Nr1CatalogDashboardTemplateMetadata", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Input type for RelativeHammingDistance expression", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Left operand of comparison.", | |
"name": "left", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsIncidentObjectInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Maximum distance threshold.", | |
"name": "maxDistance", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Right operand of comparison.", | |
"name": "right", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsIncidentObjectInput", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsRelativeHammingDistanceInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Invalid field object", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Field name", | |
"isDeprecated": false, | |
"name": "field", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Validation error", | |
"isDeprecated": false, | |
"name": "message", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiNotificationsFieldError", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A user key.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The account this key is in.", | |
"isDeprecated": false, | |
"name": "account", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AccountReference", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The account ID of the key.", | |
"isDeprecated": false, | |
"name": "accountId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The UNIX epoch when the key was created, in seconds.", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The ID of the user key. This can be used to identify a key without revealing the key itself (used to update and delete).", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The keystring of the key.", | |
"isDeprecated": false, | |
"name": "key", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of the key. Limited to 120 characters.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Any notes can be attached to a key. Limited to 120 characters.", | |
"isDeprecated": false, | |
"name": "notes", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The obfuscated key.", | |
"isDeprecated": false, | |
"name": "obfuscatedKey", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The type of key, indicating what New Relic APIs it can be used to access.", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "ENUM", | |
"name": "ApiAccessKeyType", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The user this key belongs to.", | |
"isDeprecated": false, | |
"name": "user", | |
"type": { | |
"kind": "OBJECT", | |
"name": "UserReference", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The user ID of the key.", | |
"isDeprecated": false, | |
"name": "userId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "ApiAccessKey", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "ApiAccessUserKey", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Metadata about a blob stored in the Blob Datastore.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Object that holds the details of the blob signature", | |
"isDeprecated": false, | |
"name": "blobSignature", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityManagementBlobSignature", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The checksum of the blob content", | |
"isDeprecated": false, | |
"name": "checksum", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The checksum algorithm used to calculate the checksum of the blob content", | |
"isDeprecated": false, | |
"name": "checksumAlgorithm", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The content type of the blob", | |
"isDeprecated": false, | |
"name": "contentType", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The blob identifier. Can be used to download the blob data from the Blob API", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "EntityManagementBlob", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Run Integration", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object creation date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"isDeprecated": true, | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent linked account identifier.", | |
"isDeprecated": false, | |
"name": "linkedAccount", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The data polling interval in seconds.", | |
"isDeprecated": false, | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration name.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent NewRelic account identifier.", | |
"isDeprecated": false, | |
"name": "nrAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service used in the integration.", | |
"isDeprecated": false, | |
"name": "service", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudService", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object last update date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "CloudIntegration", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "CloudGcpRunIntegration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The resulting allow list after the modifications have been made.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The NR1 entity guid.", | |
"isDeprecated": false, | |
"name": "entityGuid", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The aggregate result of the segments in the modified list or lists.", | |
"isDeprecated": false, | |
"name": "segments", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AgentApplicationSegmentsBrowserSegmentAllowListResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Missing constraint error. Constraints can be retrieved using suggestion api", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Names of other constraints this constraint is dependent on", | |
"isDeprecated": false, | |
"name": "dependencies", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Name of the missing constraint", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiNotificationsConstraintError", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A baseline NRQL condition is a self-adjusting condition based on the past behavior of a monitored NRQL query.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Direction in which the baseline is set on condition.", | |
"isDeprecated": false, | |
"name": "baselineDirection", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AlertsNrqlBaselineDirection", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The timestamp for when the condition was created", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The actor who created the condition", | |
"isDeprecated": false, | |
"name": "createdBy", | |
"type": { | |
"kind": "OBJECT", | |
"name": "UserReference", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The custom violation description.", | |
"isDeprecated": false, | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Whether the condition is enabled.", | |
"isDeprecated": false, | |
"name": "enabled", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The Entity associated with the NRQL Condition", | |
"isDeprecated": false, | |
"name": "entity", | |
"type": { | |
"kind": "INTERFACE", | |
"name": "EntityOutline", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The condition's entity GUID", | |
"isDeprecated": false, | |
"name": "entityGuid", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Also known as **loss of signal**, these are settings for how violations are opened or closed when a signal expires.", | |
"isDeprecated": false, | |
"name": "expiration", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AlertsNrqlConditionExpiration", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Condition ID.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Name of the condition.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The NRQL query that defines the signal for the condition.", | |
"isDeprecated": false, | |
"name": "nrql", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AlertsNrqlConditionQuery", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Alerts policy ID.", | |
"isDeprecated": false, | |
"name": "policyId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Runbook URL.", | |
"isDeprecated": false, | |
"name": "runbookUrl", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Settings that determine how the NRQL results are evaluated", | |
"isDeprecated": false, | |
"name": "signal", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AlertsNrqlConditionSignal", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "List of critical and warning terms for the condition.", | |
"isDeprecated": false, | |
"name": "terms", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AlertsNrqlConditionTerms", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "This field allows you to create a custom title to be used when incidents are opened by the condition. Setting this field will override the default title. Must be [Handlebars format](https://handlebarsjs.com/guide/).", | |
"isDeprecated": false, | |
"name": "titleTemplate", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Type of NRQL condition.", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AlertsNrqlConditionType", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The timestamp of the most recent update to the condition", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The actor for the most recent condition update", | |
"isDeprecated": false, | |
"name": "updatedBy", | |
"type": { | |
"kind": "OBJECT", | |
"name": "UserReference", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "Replaced by `violationTimeLimitSeconds`.", | |
"description": "Deprecated - use violationTimeLimitSeconds for full range of values.\n\nDuration after which a violation automatically closes.", | |
"isDeprecated": true, | |
"name": "violationTimeLimit", | |
"type": { | |
"kind": "ENUM", | |
"name": "AlertsViolationTimeLimit", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Duration after which a violation automatically closes in seconds.", | |
"isDeprecated": false, | |
"name": "violationTimeLimitSeconds", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Seconds", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "AlertsNrqlCondition", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "AlertsNrqlBaselineCondition", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Possible values for a field by its key", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "List of Suggestion objects", | |
"isDeprecated": false, | |
"name": "entities", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AiNotificationsSuggestion", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Error while fetching suggestions", | |
"isDeprecated": false, | |
"name": "error", | |
"type": { | |
"kind": "UNION", | |
"name": "AiNotificationsError", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "Errors is being deprecated in favor of a singular error field", | |
"description": "Deprecated list of errors", | |
"isDeprecated": true, | |
"name": "errors", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AiNotificationsSuggestionError", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Cursor to get the next batch of results", | |
"isDeprecated": false, | |
"name": "nextCursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Suggestions request result", | |
"isDeprecated": false, | |
"name": "result", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AiNotificationsResult", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Count of all suggestion entities, -1 if unavailable", | |
"isDeprecated": false, | |
"name": "totalCount", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiNotificationsSuggestionsResponse", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A list of grants", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "List of grants", | |
"isDeprecated": false, | |
"name": "items", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "MultiTenantAuthorizationGrant", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "an opaque cursor to supply with subsequent requests to get the next page of results, null if there are no more pages", | |
"isDeprecated": false, | |
"name": "nextCursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "the total number of results", | |
"isDeprecated": false, | |
"name": "totalCount", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "MultiTenantAuthorizationGrantCollection", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Filters by group id", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "A group id", | |
"name": "eq", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "MultiTenantIdentityUserNotGroupIdInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "List of integrations", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Api Management integration", | |
"name": "azureApimanagement", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "App Gateway integration", | |
"name": "azureAppgateway", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "App Service integration", | |
"name": "azureAppservice", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Containers integration", | |
"name": "azureContainers", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Cosmos DB integration", | |
"name": "azureCosmosdb", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Cost Management integration", | |
"name": "azureCostmanagement", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Data Factory integration", | |
"name": "azureDatafactory", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Event Hub integration", | |
"name": "azureEventhub", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Express Route integration", | |
"name": "azureExpressroute", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Firewalls integration", | |
"name": "azureFirewalls", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Front Door integration", | |
"name": "azureFrontdoor", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Functions integration", | |
"name": "azureFunctions", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Key Vault integration", | |
"name": "azureKeyvault", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Load Balancer integration", | |
"name": "azureLoadbalancer", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Logic Apps integration", | |
"name": "azureLogicapps", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Machine Learning integration", | |
"name": "azureMachinelearning", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Database for MariaDB integration", | |
"name": "azureMariadb", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Azure Monitor metrics integration", | |
"name": "azureMonitor", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Database for MySQL integration", | |
"name": "azureMysql", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "MySQL Flexible Server integration", | |
"name": "azureMysqlflexible", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Database for PostgreSQL integration", | |
"name": "azurePostgresql", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "PostgreSQL Flexible Server integration", | |
"name": "azurePostgresqlflexible", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Power BI Dedicated integration", | |
"name": "azurePowerbidedicated", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Redis Cache integration", | |
"name": "azureRediscache", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Service Bus integration", | |
"name": "azureServicebus", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "SQL Database integration", | |
"name": "azureSql", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "SQL Managed Instances integration", | |
"name": "azureSqlmanaged", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Storage integration", | |
"name": "azureStorage", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Virtual machine scale sets integration", | |
"name": "azureVirtualmachine", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Virtual Network integration", | |
"name": "azureVirtualnetworks", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Virtual Machines integration", | |
"name": "azureVms", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "VPN Gateways integration", | |
"name": "azureVpngateways", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CloudDisableAccountIntegrationInput", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "CloudAzureDisableIntegrationsInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Filter on entity domain-types.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Filter the relationships to those between entities that are not of specific domain-types.", | |
"name": "exclude", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "DomainTypeInput", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Filter the relationships to those between entities of specific domain-types.", | |
"name": "include", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "DomainTypeInput", | |
"ofType": null | |
} | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "EntityRelationshipEntityDomainTypeFilter", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Provides all the available filters on the organization group name", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "performs a contains operation", | |
"name": "contains", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "performs an equals operation", | |
"name": "eq", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "OrganizationOrganizationGroupNameInputFilter", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Incident Intelligence environment kinds", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "The environment can contain more than one account so that cross-account correlation between accounts is supported", | |
"isDeprecated": false, | |
"name": "CROSS_ACCOUNT_ENVIRONMENT" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "The environment only contains a single account", | |
"isDeprecated": false, | |
"name": "SINGLE_ACCOUNT_ENVIRONMENT" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "IncidentIntelligenceEnvironmentEnvironmentKind", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "EFS Integration", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Specify each AWS region that includes the resources that you want to monitor.", | |
"isDeprecated": false, | |
"name": "awsRegions", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object creation date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit.", | |
"isDeprecated": false, | |
"name": "fetchTags", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"isDeprecated": true, | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent linked account identifier.", | |
"isDeprecated": false, | |
"name": "linkedAccount", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The data polling interval in seconds.", | |
"isDeprecated": false, | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration name.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent NewRelic account identifier.", | |
"isDeprecated": false, | |
"name": "nrAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service used in the integration.", | |
"isDeprecated": false, | |
"name": "service", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudService", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.", | |
"isDeprecated": false, | |
"name": "tagKey", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.", | |
"isDeprecated": false, | |
"name": "tagValue", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object last update date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "CloudIntegration", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "CloudEfsIntegration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The result of deleting an application.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Did the delete succeed?", | |
"isDeprecated": false, | |
"name": "success", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AgentApplicationDeleteResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Information about results returned from a search", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Get count information about the filters", | |
"isDeprecated": false, | |
"name": "facets", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Nr1CatalogSearchFacets", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Cursor used to fetch the next set of results", | |
"isDeprecated": false, | |
"name": "nextCursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The list of search results", | |
"isDeprecated": false, | |
"name": "results", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "UNION", | |
"name": "Nr1CatalogSearchResult", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The total number of results that match the search", | |
"isDeprecated": false, | |
"name": "totalCount", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "Nr1CatalogSearchResponse", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Class of vertex.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Vertex class is application", | |
"isDeprecated": false, | |
"name": "APPLICATION" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Vertex class is browserapplication", | |
"isDeprecated": false, | |
"name": "BROWSERAPPLICATION" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Vertex class is cloudservice", | |
"isDeprecated": false, | |
"name": "CLOUDSERVICE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Vertex class is cluster", | |
"isDeprecated": false, | |
"name": "CLUSTER" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Vertex class is datastore", | |
"isDeprecated": false, | |
"name": "DATASTORE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Vertex class is host", | |
"isDeprecated": false, | |
"name": "HOST" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Vertex class is monitor", | |
"isDeprecated": false, | |
"name": "MONITOR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Vertex class is team", | |
"isDeprecated": false, | |
"name": "TEAM" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "AiTopologyVertexClass", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Firebase Database", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The linked account identifier.", | |
"name": "linkedAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The data polling interval in seconds.", | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "CloudGcpFirebasedatabaseIntegrationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "enum for DeviceEmulation", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "deviceType: DESKTOP, deviceOrientation: NONE", | |
"isDeprecated": false, | |
"name": "DESKTOP" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "deviceType: MOBILE, deviceOrientation: LANDSCAPE", | |
"isDeprecated": false, | |
"name": "MOBILE_LANDSCAPE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "deviceType: MOBILE, deviceOrientation: PORTRAIT", | |
"isDeprecated": false, | |
"name": "MOBILE_PORTRAIT" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "No Device Settings", | |
"isDeprecated": false, | |
"name": "NONE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "deviceType: TABLET, deviceOrientation: LANDSCAPE", | |
"isDeprecated": false, | |
"name": "TABLET_LANDSCAPE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "deviceType: TABLET, deviceOrientation: PORTRAIT", | |
"isDeprecated": false, | |
"name": "TABLET_PORTRAIT" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "SyntheticsDevice", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Google Cloud SQL", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The linked account identifier.", | |
"name": "linkedAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The data polling interval in seconds.", | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "CloudGcpSqlIntegrationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Sort key and direction for account shares", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Direction to sort in", | |
"name": "direction", | |
"type": { | |
"kind": "ENUM", | |
"name": "OrganizationAccountShareSortDirectionEnum", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Account share attribute to sort on", | |
"name": "key", | |
"type": { | |
"kind": "ENUM", | |
"name": "OrganizationAccountShareSortKeyEnum", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "OrganizationAccountShareSortInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Listing of vertices in a graph.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Number of vertices returned by this query.", | |
"isDeprecated": false, | |
"name": "count", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Next cursor.", | |
"isDeprecated": false, | |
"name": "cursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "List of vertices.", | |
"isDeprecated": false, | |
"name": "vertices", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AiTopologyVertex", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiTopologyVertexListing", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Destination Object", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The accountId of the creator of the destination", | |
"isDeprecated": false, | |
"name": "accountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Destination active", | |
"isDeprecated": false, | |
"name": "active", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Authentication for this destination", | |
"isDeprecated": false, | |
"name": "auth", | |
"type": { | |
"kind": "UNION", | |
"name": "AiNotificationsAuth", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Destination created at", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "DateTime", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Entity Id of the Destination", | |
"isDeprecated": false, | |
"name": "guid", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Destination id", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Indicates whether the user is authenticated with the destination", | |
"isDeprecated": false, | |
"name": "isUserAuthenticated", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Last time a notification was sent", | |
"isDeprecated": false, | |
"name": "lastSent", | |
"type": { | |
"kind": "SCALAR", | |
"name": "DateTime", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Destination name", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "List of destination property types", | |
"isDeprecated": false, | |
"name": "properties", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AiNotificationsProperty", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "URL in secure format", | |
"isDeprecated": false, | |
"name": "secureUrl", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AiNotificationsSecureUrl", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Destination status", | |
"isDeprecated": false, | |
"name": "status", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AiNotificationsDestinationStatus", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Destination type", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AiNotificationsDestinationType", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Destination updated at", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "DateTime", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Destination updated by", | |
"isDeprecated": false, | |
"name": "updatedBy", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiNotificationsDestination", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Information about a targeted install plan directive", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The mode of the install plan directive", | |
"isDeprecated": false, | |
"name": "mode", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "Nr1CatalogInstallPlanDirectiveMode", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The nerdlet ID used to guide the user through installation", | |
"isDeprecated": false, | |
"name": "nerdletId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The nerdlet state used to intialize the nerdlet", | |
"isDeprecated": false, | |
"name": "nerdletState", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Nr1CatalogRawNerdletState", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "Nr1CatalogInstallPlanDirective", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "Nr1CatalogNerdletInstallPlanDirective", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The result of the request to list drop rules for an account.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Information about why we could not list rules.", | |
"isDeprecated": false, | |
"name": "error", | |
"type": { | |
"kind": "OBJECT", | |
"name": "NrqlDropRulesError", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The list of drop rules queried on the targeted account.", | |
"isDeprecated": false, | |
"name": "rules", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "NrqlDropRulesDropRule", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "NrqlDropRulesListDropRulesResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Destination Configuration input object", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "channelId", | |
"name": "channelId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "notificationTriggers", | |
"name": "notificationTriggers", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AiWorkflowsNotificationTrigger", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "updateOriginalMessage", | |
"name": "updateOriginalMessage", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiWorkflowsDestinationConfigurationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The events that define the SLI.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "The New Relic account ID where the events are fetched from.", | |
"name": "accountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The definition of bad events.", | |
"name": "badEvents", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ServiceLevelEventsQueryCreateInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The definition of good events.", | |
"name": "goodEvents", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ServiceLevelEventsQueryCreateInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The definition of valid events.", | |
"name": "validEvents", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "ServiceLevelEventsQueryCreateInput", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "ServiceLevelEventsCreateInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Fetch tags for all integrations Integration", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object creation date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"isDeprecated": true, | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent linked account identifier.", | |
"isDeprecated": false, | |
"name": "linkedAccount", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The data polling interval in seconds.", | |
"isDeprecated": false, | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration name.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent NewRelic account identifier.", | |
"isDeprecated": false, | |
"name": "nrAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service used in the integration.", | |
"isDeprecated": false, | |
"name": "service", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudService", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object last update date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "CloudIntegration", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "CloudAwsTagsGlobalIntegration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The input object used to represent the workload to be created.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Relevant information about the workload.", | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "A list of entity GUIDs composing the workload.", | |
"name": "entityGuids", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "A list of entity search queries used to retrieve the entities that compose the workload.", | |
"name": "entitySearchQueries", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "WorkloadEntitySearchQueryInput", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The name of the workload.", | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Accounts that will be used to get entities from.", | |
"name": "scopeAccounts", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "WorkloadScopeAccountsInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The configuration that defines how the status of the workload is calculated.", | |
"name": "statusConfig", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "WorkloadStatusConfigInput", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "WorkloadCreateInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Azure Monitor metrics", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Specify if integration is active", | |
"name": "enabled", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Specify resource tags (in 'key:value' form) associated with the resources that you want to exclude from monitoring. Exclusion takes precedence over inclusion.", | |
"name": "excludeTags", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Specify resource tags (in 'key:value' form) associated with the resources that you want to monitor. If empty, all resources will be monitored.", | |
"name": "includeTags", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The polling interval for metadata and tags, in seconds.", | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The linked account identifier.", | |
"name": "linkedAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The polling interval for metrics, in seconds.", | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.", | |
"name": "resourceGroups", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Specify each Azure resource type that you want to monitor.", | |
"name": "resourceTypes", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "CloudAzureMonitorIntegrationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Response error interface", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The description of the error", | |
"isDeprecated": false, | |
"name": "description", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "INTERFACE", | |
"name": "ErrorsInboxResponseError", | |
"possibleTypes": [ | |
{ | |
"kind": "OBJECT", | |
"name": "ErrorsInboxAssignErrorGroupError", | |
"ofType": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "ErrorsInboxUpdateErrorGroupStateError", | |
"ofType": null | |
} | |
] | |
}, | |
{ | |
"description": "A system actor.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Id of the actor.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "EntityManagementActor", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "EntityManagementSystemActor", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Incident state", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Incident is closed", | |
"isDeprecated": false, | |
"name": "CLOSED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Incident is created", | |
"isDeprecated": false, | |
"name": "CREATED" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "AiIssuesIncidentState", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The time window when the MutingRule should actively mute violations.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "The datetime stamp when the MutingRule schedule should stop repeating.\nThis is in local ISO 8601 format without an offset.\n\nExample: `'2020-07-10T15:00:00'`\n\nNote: Either `endRepeat` or `repeatCount` should be used to end a MutingRule schedule.\nBoth fields should not be provided together.", | |
"name": "endRepeat", | |
"type": { | |
"kind": "SCALAR", | |
"name": "NaiveDateTime", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The datetime stamp representing when the MutingRule should end.\nThis is in local ISO 8601 format without an offset.\n\nExample: `'2020-07-10T15:00:00'`", | |
"name": "endTime", | |
"type": { | |
"kind": "SCALAR", | |
"name": "NaiveDateTime", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The frequency the MutingRule schedule repeats.\nIf the MutingRule repeats `WEEKLY`, be sure to set `weeklyRepeatDays`.\nIf the MutingRule does not repeat, use `null`.\n\nExample: `DAILY`", | |
"name": "repeat", | |
"type": { | |
"kind": "ENUM", | |
"name": "AlertsMutingRuleScheduleRepeat", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The number of times the MutingRule schedule should repeat.\n\nNote: Either `repeatCount` or `endRepeat` should be used to end a MutingRule schedule.\nBoth fields should not be provided together.", | |
"name": "repeatCount", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The datetime stamp representing when the MutingRule should start.\nThis is in local ISO 8601 format without an offset.\n\nExample: `'2020-07-08T14:30:00'`", | |
"name": "startTime", | |
"type": { | |
"kind": "SCALAR", | |
"name": "NaiveDateTime", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The time zone that applies to the MutingRule schedule.\n\nExample: `'America/Los_Angeles'`\n\nSee https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.", | |
"name": "timeZone", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The day(s) of the week that a MutingRule should repeat when the repeat field is set to `WEEKLY`.\n\nExample: `[MONDAY, WEDNESDAY]`", | |
"name": "weeklyRepeatDays", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AlertsDayOfWeek", | |
"ofType": null | |
} | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AlertsMutingRuleScheduleInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Monitoring application logs is crucial for maintaining health and performance, directly impacting user satisfaction, operational efficiency, and overall product quality.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Configure agent to capture logs and forward them to New Relic One.", | |
"isDeprecated": false, | |
"name": "enabled", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Manages the configuration for automatic log forwarding for APM, including logs in context.", | |
"isDeprecated": false, | |
"name": "forwarding", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AgentApplicationSettingsForwarding", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Controls whether locally stored log lines are decorated or not. This is independent of whether log forwarding is enabled or not and is used to support customers that want to use a separate log forwarding solution.", | |
"isDeprecated": false, | |
"name": "localDecorating", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AgentApplicationSettingsLocalDecorating", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Enables the capture of metrics information about your logs and log levels, which is displayed in a chart on the APM Summary page.", | |
"isDeprecated": false, | |
"name": "metrics", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AgentApplicationSettingsMetrics", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AgentApplicationSettingsApplicationLogging", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Info about Nerdpack assets.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Name of the asset.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Size of the asset, in Bytes.", | |
"isDeprecated": false, | |
"name": "sizeInBytes", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "NerdpackAssetInfo", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Cloud integrations related data, including configured integrations and\nall available cloud provider service integrations.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The linked cloud provider account's ID.", | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Get one linked provider account.", | |
"isDeprecated": false, | |
"name": "linkedAccount", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Get all linked cloud provider accounts.", | |
"isDeprecated": false, | |
"name": "linkedAccounts", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The cloud provider short name.\n\nValues include `aws`, `gcp`, foobar?", | |
"name": "slug", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Get one cloud provider by short name.", | |
"isDeprecated": false, | |
"name": "provider", | |
"type": { | |
"kind": "INTERFACE", | |
"name": "CloudProvider", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Get all available cloud providers.", | |
"isDeprecated": false, | |
"name": "providers", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "INTERFACE", | |
"name": "CloudProvider", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "CloudAccountFields", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Channel result object", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Channel entities", | |
"isDeprecated": false, | |
"name": "entities", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AiNotificationsChannel", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Error in channel entities fetching", | |
"isDeprecated": false, | |
"name": "error", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AiNotificationsResponseError", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "Errors is being deprecated in favor of a singular error field", | |
"description": "Deprecated list of errors", | |
"isDeprecated": true, | |
"name": "errors", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AiNotificationsResponseError", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Cursor to get the next batch of results", | |
"isDeprecated": false, | |
"name": "nextCursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Count of all channel entities", | |
"isDeprecated": false, | |
"name": "totalCount", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiNotificationsChannelsResponse", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The input object used to represent the configuration of a static status.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "A description that provides additional details about the status of the workload.", | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Whether the static status configuration is enabled or not.", | |
"name": "enabled", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The unique identifier of the static status to be updated. If not provided, a new static status is created.", | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The status of the workload.", | |
"name": "status", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "WorkloadStatusValueInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "A short description of the static status.", | |
"name": "summary", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "WorkloadUpdateStaticStatusInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A query string using Entity Search query syntax", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "SCALAR", | |
"name": "EntitySearchQuery", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "AWS Health", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The linked account identifier.", | |
"name": "linkedAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The data polling interval in seconds.", | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "CloudHealthIntegrationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Error reason for the mutation.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "The user does not have the required capability to execute the operation.", | |
"isDeprecated": false, | |
"name": "CAPABILITY_NOT_GRANTED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Downstream service error.", | |
"isDeprecated": false, | |
"name": "DOWNSTREAM_ERROR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Resource not found for given operation.", | |
"isDeprecated": false, | |
"name": "NOT_FOUND" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Terms and conditions have not been accepted by the operation account.", | |
"isDeprecated": false, | |
"name": "TNC_NOT_ACCEPTED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Account is not authorized to execute the operation.", | |
"isDeprecated": false, | |
"name": "UNAUTHORIZED_ACCOUNT" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "NerdpackMutationErrorType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Create workflow mutation response including errors", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A list of errors that occurred while performing the create workflow action", | |
"isDeprecated": false, | |
"name": "errors", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AiWorkflowsCreateResponseError", | |
"ofType": null | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Successfully created workflow", | |
"isDeprecated": false, | |
"name": "workflow", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AiWorkflowsWorkflow", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiWorkflowsCreateWorkflowResponse", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Represents the resulting details from a search of news.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The next cursor, used for pagination. If a cursor is present, it means more content can be fetched.", | |
"isDeprecated": false, | |
"name": "nextCursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A list of news.", | |
"isDeprecated": false, | |
"name": "results", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INTERFACE", | |
"name": "WhatsNewContent", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The total amount of news available that satisfies the search criteria.", | |
"isDeprecated": false, | |
"name": "totalCount", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "WhatsNewSearchResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The data to be stored in NerdStorageVault.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "The unique identifier of the secret.", | |
"name": "key", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The value of the secret.", | |
"name": "value", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "SecureValue", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "NerdStorageVaultWriteSecretInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The specific type of entity", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "An APM Application", | |
"isDeprecated": false, | |
"name": "APM_APPLICATION_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A database instance seen by an APM Application", | |
"isDeprecated": false, | |
"name": "APM_DATABASE_INSTANCE_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "An external service seen by an APM Application", | |
"isDeprecated": false, | |
"name": "APM_EXTERNAL_SERVICE_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A Browser Application", | |
"isDeprecated": false, | |
"name": "BROWSER_APPLICATION_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A Dashboard entity", | |
"isDeprecated": false, | |
"name": "DASHBOARD_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "An External entity. For more information about defining External entities, see the [open source documentation](https://github.com/newrelic-experimental/entity-synthesis-definitions).", | |
"isDeprecated": false, | |
"name": "EXTERNAL_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A Generic entity with no detailed data", | |
"isDeprecated": false, | |
"name": "GENERIC_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "An Infrastructure entity", | |
"isDeprecated": false, | |
"name": "GENERIC_INFRASTRUCTURE_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "An Infrastructure Integration AWS Lambda Function entity", | |
"isDeprecated": false, | |
"name": "INFRASTRUCTURE_AWS_LAMBDA_FUNCTION_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "An Infrastructure Host entity", | |
"isDeprecated": false, | |
"name": "INFRASTRUCTURE_HOST_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A Key Transaction entity", | |
"isDeprecated": false, | |
"name": "KEY_TRANSACTION_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A Mobile Application", | |
"isDeprecated": false, | |
"name": "MOBILE_APPLICATION_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A Secure Credential entity", | |
"isDeprecated": false, | |
"name": "SECURE_CREDENTIAL_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A Synthetic Monitor entity", | |
"isDeprecated": false, | |
"name": "SYNTHETIC_MONITOR_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A Team Entity", | |
"isDeprecated": false, | |
"name": "TEAM_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A Third Party Service entity", | |
"isDeprecated": false, | |
"name": "THIRD_PARTY_SERVICE_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A entity that is unavailable", | |
"isDeprecated": false, | |
"name": "UNAVAILABLE_ENTITY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "A Workload entity", | |
"isDeprecated": false, | |
"name": "WORKLOAD_ENTITY" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "EntityType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Public schema - `DashboardEntity` result representation for mutations. It's a subset of the `DashboardEntity` that inherits from the Entity type, but a complete different type.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The New Relic account where the dashboard is created.", | |
"isDeprecated": false, | |
"name": "accountId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Dashboard creation timestamp.", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "DateTime", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Brief text describing the dashboard.", | |
"isDeprecated": false, | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Unique entity identifier.", | |
"isDeprecated": false, | |
"name": "guid", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of the dashboard.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Information of the user that owns the dashboard.", | |
"isDeprecated": false, | |
"name": "owner", | |
"type": { | |
"kind": "OBJECT", | |
"name": "DashboardOwnerInfo", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A nested block of all pages belonging to the dashboard.", | |
"isDeprecated": false, | |
"name": "pages", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "DashboardPage", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Dashboard permissions configuration.", | |
"isDeprecated": false, | |
"name": "permissions", | |
"type": { | |
"kind": "ENUM", | |
"name": "DashboardPermissions", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Dashboard update timestamp.", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "DateTime", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Dashboard-local variable definitions.", | |
"isDeprecated": false, | |
"name": "variables", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "DashboardVariable", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "DashboardEntityResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The different rule actions.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Deny new metrics.", | |
"isDeprecated": false, | |
"name": "DENY_NEW_METRICS" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Ignore matching metrics.", | |
"isDeprecated": false, | |
"name": "IGNORE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Replace metrics.", | |
"isDeprecated": false, | |
"name": "REPLACE" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "MetricNormalizationRuleAction", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "An objective definition.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The description of the SLO.", | |
"isDeprecated": false, | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of the SLO.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The resulting NRQL queries that help consume the metrics of the SLO.", | |
"isDeprecated": false, | |
"name": "resultQueries", | |
"type": { | |
"kind": "OBJECT", | |
"name": "ServiceLevelObjectiveResultQueries", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The target percentage of the SLO.", | |
"isDeprecated": false, | |
"name": "target", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The time window configuration of the SLO.", | |
"isDeprecated": false, | |
"name": "timeWindow", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "ServiceLevelObjectiveTimeWindow", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "ServiceLevelObjective", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "This is the root of all GraphQL queries. The fields in this object\nare available at the top level of a query.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The `actor` field is the top-level entry into all data that is scoped\nto the API user's access level.", | |
"isDeprecated": false, | |
"name": "actor", | |
"type": { | |
"kind": "OBJECT", | |
"name": "Actor", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The `customerAdministration` field is the place for managing the configuration that defines the business relationships between New Relic, partners, and customers.", | |
"isDeprecated": false, | |
"name": "customerAdministration", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CustomerAdministration", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Access to structured New Relic documentation data", | |
"isDeprecated": false, | |
"name": "docs", | |
"type": { | |
"kind": "OBJECT", | |
"name": "DocumentationFields", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The `requestContext` field provides contextual information about the API request itself.", | |
"isDeprecated": false, | |
"name": "requestContext", | |
"type": { | |
"kind": "OBJECT", | |
"name": "RequestContext", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "RootQueryType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "CCI AWS S3 Integration", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object creation date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"isDeprecated": true, | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent linked account identifier.", | |
"isDeprecated": false, | |
"name": "linkedAccount", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The data polling interval in seconds.", | |
"isDeprecated": false, | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration name.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent NewRelic account identifier.", | |
"isDeprecated": false, | |
"name": "nrAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of the S3 bucket to collect data from.", | |
"isDeprecated": false, | |
"name": "s3BucketName", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The path within the S3 bucket to collect data from.", | |
"isDeprecated": false, | |
"name": "s3BucketPath", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The region of the S3 bucket to collect data from.", | |
"isDeprecated": false, | |
"name": "s3BucketRegion", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service used in the integration.", | |
"isDeprecated": false, | |
"name": "service", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudService", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object last update date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "CloudIntegration", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "CloudCciAwsS3Integration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Represents all the visualization types available for static charts.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "APDEX" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "AREA" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "BAR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "BASELINE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "BILLBOARD" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "BULLET" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "EVENT_FEED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "FUNNEL" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "HEATMAP" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "HISTOGRAM" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "LINE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "PIE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "SCATTER" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "STACKED_HORIZONTAL_BAR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "TABLE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "VERTICAL_BAR" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "ChartImageType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Summary statistics about the Browser App injected by the APM Application.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The number of AJAX requests per minute", | |
"isDeprecated": false, | |
"name": "ajaxRequestThroughput", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The average AJAX response time in seconds.", | |
"isDeprecated": false, | |
"name": "ajaxResponseTimeAverage", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Seconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The percentage of page views with a JS error.", | |
"isDeprecated": false, | |
"name": "jsErrorRate", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The number of page loads per minute", | |
"isDeprecated": false, | |
"name": "pageLoadThroughput", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The average page view time in seconds.", | |
"isDeprecated": false, | |
"name": "pageLoadTimeAverage", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "ApmBrowserApplicationSummaryData", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Result of delete operation.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Expected errors while processing request.", | |
"isDeprecated": false, | |
"name": "errors", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "DashboardDeleteError", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The status of the attempted delete.", | |
"isDeprecated": false, | |
"name": "status", | |
"type": { | |
"kind": "ENUM", | |
"name": "DashboardDeleteResultStatus", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "DashboardDeleteResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "WAF Integration", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Specify each AWS region that includes the resources that you want to monitor.", | |
"isDeprecated": false, | |
"name": "awsRegions", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object creation date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"isDeprecated": true, | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent linked account identifier.", | |
"isDeprecated": false, | |
"name": "linkedAccount", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The data polling interval in seconds.", | |
"isDeprecated": false, | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration name.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent NewRelic account identifier.", | |
"isDeprecated": false, | |
"name": "nrAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service used in the integration.", | |
"isDeprecated": false, | |
"name": "service", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudService", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object last update date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "CloudIntegration", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "CloudAwsWafIntegration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "An object that represents a status error whenever an recipe has failed to install.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Error details, if any.", | |
"name": "details", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The actual error message.", | |
"name": "message", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "An optimised message for the error.", | |
"name": "optimizedMessage", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "InstallationStatusErrorInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "An entity that is unavailable.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "account", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AccountOutline", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The New Relic account ID associated with this entity.", | |
"isDeprecated": false, | |
"name": "accountId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The current alerting severity of the entity.", | |
"isDeprecated": false, | |
"name": "alertSeverity", | |
"type": { | |
"kind": "ENUM", | |
"name": "EntityAlertSeverity", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "End of time window for violations.", | |
"name": "endTime", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Start of time window for violations.", | |
"name": "startTime", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Violations on the entity that were open during the specified time window. This will return up to 500 violations - if there are more in the time window selected, you must narrow the time window or look at fewer entities.", | |
"isDeprecated": false, | |
"name": "alertViolations", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityAlertViolation", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Contains the set of filters to apply to the query.", | |
"name": "filter", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "ChangeTrackingSearchFilter", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Retrieve the deployment event(s). Ordered by timestamp DESC.", | |
"isDeprecated": false, | |
"name": "deploymentSearch", | |
"type": { | |
"kind": "OBJECT", | |
"name": "ChangeTrackingDeploymentSearchResult", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity's domain", | |
"isDeprecated": false, | |
"name": "domain", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A value representing the combination of the entity's domain and type.", | |
"isDeprecated": false, | |
"name": "entityType", | |
"type": { | |
"kind": "ENUM", | |
"name": "EntityType", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The date of last time the entity has updated any of its fields.", | |
"isDeprecated": false, | |
"name": "firstIndexedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Context used to fetch the golden metrics", | |
"name": "context", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityGoldenContextInput", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Time range to apply to the golden metric NRQL query result field", | |
"name": "timeWindow", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityGoldenNrqlTimeWindowInput", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "The list of golden metrics for a specific entity", | |
"isDeprecated": false, | |
"name": "goldenMetrics", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityGoldenContextScopedGoldenMetrics", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Context used to fetch the golden tags", | |
"name": "context", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityGoldenContextInput", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "The list of golden tags for a specific entityType.", | |
"isDeprecated": false, | |
"name": "goldenTags", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityGoldenContextScopedGoldenTags", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "A unique entity identifier.", | |
"isDeprecated": false, | |
"name": "guid", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The time the entity was indexed.", | |
"isDeprecated": false, | |
"name": "indexedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The last time the entity's reporting status changed.", | |
"isDeprecated": false, | |
"name": "lastReportingChangeAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of this entity.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": null, | |
"isDeprecated": false, | |
"name": "nerdStorage", | |
"type": { | |
"kind": "OBJECT", | |
"name": "NerdStorageEntityScope", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": "false", | |
"description": "When true, the query will begin asynchronous resolution after the allotted `timeout`. Include `queryProgress` fields in your GraphQL query to receive the information you will need to poll the `nrdbQueryProgress` field for the results of your async NRQL query.\n\nSee [this page](https://docs.newrelic.com/docs/apis/nerdgraph/examples/async-queries-nrql-tutorial) for additional asynchronous query documentation.", | |
"name": "async", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The [NRQL](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/nrql-resources/nrql-syntax-components-functions) query string.", | |
"name": "nrql", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Nrql", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Additional options for NRQL queries.", | |
"name": "options", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "NrqlQueryOptions", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The timeout we will apply to the NRQL Query. The value will be clamped to between 5 and 120 seconds and defaults to 5 seconds.\n\nFor `async` queries, if the query is still incomplete after this amount of time, resolution will become asynchronous and return `queryProgress` data if requested.", | |
"name": "timeout", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Seconds", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Make an `Entity` scoped query to NRDB with a NRQL string.\n\nA relevant `WHERE` clause will be added to your query to scope data to the entity in question.\n\nSee the [NRQL Docs](https://docs.newrelic.com/docs/insights/nrql-new-relic-query-language/nrql-resources/nrql-syntax-components-functions) for more information about generating a query string.", | |
"isDeprecated": false, | |
"name": "nrdbQuery", | |
"type": { | |
"kind": "OBJECT", | |
"name": "NrdbResultContainer", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "A token for retrieving the results of a previously executed asynchronous query.", | |
"name": "queryId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"deprecationReason": "This field is experimental! It may change at any time.\n", | |
"description": "Poll for the results of a previously-executed asychronous NRDB query.\n\nThe `queryId` is available in the `queryProgress` data returned by the original asynchronous query.\n\nSee [this page](https://docs.newrelic.com/docs/apis/nerdgraph/examples/async-queries-nrql-tutorial) for additional asynchronous query documentation.", | |
"isDeprecated": true, | |
"name": "nrdbQueryProgress", | |
"type": { | |
"kind": "OBJECT", | |
"name": "NrdbResultContainer", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The url to the entity.", | |
"isDeprecated": false, | |
"name": "permalink", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The desired number of alert violations to be returned.", | |
"name": "count", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Recent violations on the entity.", | |
"isDeprecated": false, | |
"name": "recentAlertViolations", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityAlertViolation", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The cursor to fetch paginated results.", | |
"name": "cursor", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Apply an optional filter to the related entities.", | |
"name": "filter", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityRelationshipEdgeFilter", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "A limit to apply to the number of relationships returned. Note: this option can only lower the default limits (2000 relationships).", | |
"name": "limit", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Related entities result with optional filtering.", | |
"isDeprecated": false, | |
"name": "relatedEntities", | |
"type": { | |
"kind": "OBJECT", | |
"name": "EntityRelationshipRelatedEntitiesResult", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "Return relationships as they existed in the past. The duration of the time window queried is fixed at 75 minutes.", | |
"name": "endTime", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Apply an optional filter to the relationships.", | |
"name": "filter", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "EntityRelationshipFilter", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": "This field is deprecated! Please use `relatedEntities`.", | |
"description": "A list of the entities' relationships.\n\nFor more information, visit [our docs](https://docs.newrelic.com/docs/apis/graphql-api/tutorials/graphql-relationships-api-tutorial).", | |
"isDeprecated": true, | |
"name": "relationships", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityRelationship", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The reporting status of the entity. If New Relic is successfully collecting data from your application, this will be true.", | |
"isDeprecated": false, | |
"name": "reporting", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The service level defined for the entity.", | |
"isDeprecated": false, | |
"name": "serviceLevel", | |
"type": { | |
"kind": "OBJECT", | |
"name": "ServiceLevelDefinition", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The tags applied to the entity.\n\nFor details on tags, as well as query and mutation examples, visit [our docs](https://docs.newrelic.com/docs/apis/graphql-api/tutorials/graphql-tagging-api-tutorial).", | |
"isDeprecated": false, | |
"name": "tags", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityTag", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The tags applied to the entity with their metadata.", | |
"isDeprecated": false, | |
"name": "tagsWithMetadata", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "EntityTagWithMetadata", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [ | |
{ | |
"defaultValue": null, | |
"description": "The start and end of the tracing data. Defaults to the last 30 minutes", | |
"name": "timeWindow", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "TimeWindowInput", | |
"ofType": null | |
} | |
} | |
], | |
"deprecationReason": null, | |
"description": "Look up Distributed Tracing summary data for the selected `EntityGuid`", | |
"isDeprecated": false, | |
"name": "tracingSummary", | |
"type": { | |
"kind": "OBJECT", | |
"name": "DistributedTracingEntityTracingSummary", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The entity's type", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "AlertableEntity", | |
"ofType": null | |
}, | |
{ | |
"kind": "INTERFACE", | |
"name": "Entity", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "UnavailableEntity", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Enables the capture of metrics information about your logs and log levels, which is displayed in a chart on the APM Summary page.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Enables application logging metrics.", | |
"isDeprecated": false, | |
"name": "enabled", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AgentApplicationSettingsMetrics", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Input type for FixedLongestCommonSubsequenceDistance expression", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Incident selector to be used in comparison.", | |
"name": "incident", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsIncidentObjectInput", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Maximum distance threshold.", | |
"name": "maxDistance", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Float", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Value to be used in comparison.", | |
"name": "value", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "AiDecisionsFixedLongestCommonSubsequenceDistanceInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "FSx Integration", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Specify each AWS region that includes the resources that you want to monitor.", | |
"isDeprecated": false, | |
"name": "awsRegions", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object creation date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration identifier.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"isDeprecated": true, | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent linked account identifier.", | |
"isDeprecated": false, | |
"name": "linkedAccount", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudLinkedAccount", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The data polling interval in seconds.", | |
"isDeprecated": false, | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service integration name.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The parent NewRelic account identifier.", | |
"isDeprecated": false, | |
"name": "nrAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The cloud service used in the integration.", | |
"isDeprecated": false, | |
"name": "service", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CloudService", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The object last update date, in epoch (Unix) time", | |
"isDeprecated": false, | |
"name": "updatedAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochSeconds", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [ | |
{ | |
"kind": "INTERFACE", | |
"name": "CloudIntegration", | |
"ofType": null | |
} | |
], | |
"kind": "OBJECT", | |
"name": "CloudAwsFsxIntegration", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Page input.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "Brief text describing the page.", | |
"name": "description", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Unique entity identifier of the Page to be updated. When null, it means a new Page will be created.", | |
"name": "guid", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EntityGuid", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The name of the page.", | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "A nested block of all widgets belonging to the page.", | |
"name": "widgets", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "DashboardWidgetInput", | |
"ofType": null | |
} | |
} | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "DashboardPageInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Provides the available values of possible directions to sort the result", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Sort in ascending order", | |
"isDeprecated": false, | |
"name": "ASCENDING" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Sort in descending order", | |
"isDeprecated": false, | |
"name": "DESCENDING" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "OrganizationAccountShareSortDirectionEnum", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The attributes of an organization.", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The ID of the organization.", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The name of the organization.", | |
"isDeprecated": false, | |
"name": "name", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "OrganizationInformation", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "The type of ingest key, which dictates what types of agents can use it to report.", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Ingest keys of type `BROWSER` mean browser agents will use them to report data to New Relic.", | |
"isDeprecated": false, | |
"name": "BROWSER" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "For ingest keys of type `LICENSE`: APM and Infrastructure agents use the key to report data to New Relic.", | |
"isDeprecated": false, | |
"name": "LICENSE" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "ApiAccessIngestKeyType", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Input data for allow list handling.", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "List of accounts that will be allow to subscribe. They must belong to the user's authorized account list.", | |
"name": "accountIds", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "NerdpackAllowListInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Enrichment configuration object", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "UNION", | |
"name": "AiWorkflowsConfiguration", | |
"possibleTypes": [ | |
{ | |
"kind": "OBJECT", | |
"name": "AiWorkflowsNrqlConfiguration", | |
"ofType": null | |
} | |
] | |
}, | |
{ | |
"description": "An array containing errors from the deletion of a private location, if any", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "An array container errors resulting from the mutation, if any", | |
"isDeprecated": false, | |
"name": "errors", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "SyntheticsPrivateLocationMutationError", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "SyntheticsPrivateLocationDeleteResult", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Response for configuration override", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Updated configuration", | |
"isDeprecated": false, | |
"name": "config", | |
"type": { | |
"kind": "OBJECT", | |
"name": "AiIssuesEnvironmentConfiguration", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Error, if any", | |
"isDeprecated": false, | |
"name": "error", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "AiIssuesConfigurationOverrideResponse", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Agent Release Filter", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Android agent", | |
"isDeprecated": false, | |
"name": "ANDROID" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Browser agent", | |
"isDeprecated": false, | |
"name": "BROWSER" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": ".NET agent", | |
"isDeprecated": false, | |
"name": "DOTNET" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Elixir agent", | |
"isDeprecated": false, | |
"name": "ELIXIR" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Fluent Bit agent", | |
"isDeprecated": false, | |
"name": "FLUENTBIT" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Go agent", | |
"isDeprecated": false, | |
"name": "GO" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Infrastructure agent", | |
"isDeprecated": false, | |
"name": "INFRASTRUCTURE" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "iOS agent", | |
"isDeprecated": false, | |
"name": "IOS" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Java agent", | |
"isDeprecated": false, | |
"name": "JAVA" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Kubernetes Infrastructure", | |
"isDeprecated": false, | |
"name": "KUBERNETES" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Node.js agent", | |
"isDeprecated": false, | |
"name": "NODEJS" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "NR distribution for Open Telemetry", | |
"isDeprecated": false, | |
"name": "NRDOT" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "PHP agent", | |
"isDeprecated": false, | |
"name": "PHP" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Pipeline Control Gateway", | |
"isDeprecated": false, | |
"name": "PIPELINE_CONTROL_GATEWAY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Prometheus agent", | |
"isDeprecated": false, | |
"name": "PROMETHEUS" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Python agent", | |
"isDeprecated": false, | |
"name": "PYTHON" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Ruby agent", | |
"isDeprecated": false, | |
"name": "RUBY" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "C SDK", | |
"isDeprecated": false, | |
"name": "SDK" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "AgentReleasesFilter", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Available filtering types for user type", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "A user type", | |
"name": "eq", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "UserManagementTypeEnum", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "UserManagementTypeInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Provides the available values for authentication type", | |
"enumValues": [ | |
{ | |
"deprecationReason": null, | |
"description": "Authentication not configured", | |
"isDeprecated": false, | |
"name": "DISABLED" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Heroku Single Sign-On", | |
"isDeprecated": false, | |
"name": "HEROKU_SSO" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Oidc Single Sign-On", | |
"isDeprecated": false, | |
"name": "OIDC_SSO" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "Username and password authentication", | |
"isDeprecated": false, | |
"name": "PASSWORD" | |
}, | |
{ | |
"deprecationReason": null, | |
"description": "SAML Single Sign-On", | |
"isDeprecated": false, | |
"name": "SAML_SSO" | |
} | |
], | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"kind": "ENUM", | |
"name": "OrganizationAuthenticationTypeEnum", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Machine Learning", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "[DEPRECATED] Multiple polling interval is no longer supported, use only metrics_polling_interval", | |
"name": "inventoryPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The linked account identifier.", | |
"name": "linkedAccountId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "The data polling interval in seconds.", | |
"name": "metricsPollingInterval", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Int", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.", | |
"name": "resourceGroups", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"interfaces": null, | |
"kind": "INPUT_OBJECT", | |
"name": "CloudAzureMachinelearningIntegrationInput", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "A mention represents a mentionable item like a user, file, graph, etc", | |
"enumValues": null, | |
"fields": [ | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The comment that mentioned this item", | |
"isDeprecated": false, | |
"name": "commentId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The time the mention was created", | |
"isDeprecated": false, | |
"name": "createdAt", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Creator ID", | |
"isDeprecated": false, | |
"name": "creatorId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Indicates whether or not the mention has been deactivated", | |
"isDeprecated": false, | |
"name": "deactivated", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Email object if mentionable thing is an email", | |
"isDeprecated": false, | |
"name": "email", | |
"type": { | |
"kind": "OBJECT", | |
"name": "CollaborationEmail", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The type of external application associated with this mention (e.g.: SLACK)", | |
"isDeprecated": false, | |
"name": "externalApplicationType", | |
"type": { | |
"kind": "ENUM", | |
"name": "CollaborationExternalApplicationType", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The user id of the user mentioning this item", | |
"isDeprecated": false, | |
"name": "externalCreatorId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "Mention ID", | |
"isDeprecated": false, | |
"name": "id", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "ID of thing being mentioned", | |
"isDeprecated": false, | |
"name": "mentionableItemId", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The time the mention was last modified", | |
"isDeprecated": false, | |
"name": "modifiedAt", | |
"type": { | |
"kind": "SCALAR", | |
"name": "EpochMilliseconds", | |
"ofType": null | |
} | |
}, | |
{ | |
"args": [], | |
"deprecationReason": null, | |
"description": "The type of item being mentioned", | |
"isDeprecated": false, | |
"name": "type", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"kind": "OBJECT", | |
"name": "CollaborationMention", | |
"possibleTypes": null | |
}, | |
{ | |
"description": "Filter channel object", | |
"enumValues": null, | |
"fields": null, | |
"inputFields": [ | |
{ | |
"defaultValue": null, | |
"description": "active", | |
"name": "active", | |
"type": { | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "destinationId", | |
"name": "destinationId", | |
"type": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "id", | |
"name": "id", | |
"type": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "ids", | |
"name": "ids", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "ID", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "name", | |
"name": "name", | |
"type": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "product", | |
"name": "product", | |
"type": { | |
"kind": "ENUM", | |
"name": "AiNotificationsProduct", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "property", | |
"name": "property", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "AiNotificationsPropertyFilter", | |
"ofType": null | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "statuses", | |
"name": "statuses", | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "AiNotificationsChannelStatus", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
{ | |
"defaultValue": null, | |
"description": "type", | |
"name": "type", | |
"type": { | |
"kind": "ENUM", | |
"name": "AiNotificationsChannelType", | |
"ofType": null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment