As part of the Monitoring Registration there is an option to request a seed file. This file is a baseline extract of the data requested in the Registration. Once the registration is processed, the seed files will be delivered per the delivery channel configuration in the Registration.
Note: Maximum file (compressed) size for Seed and Notification is 3GB. Multiple files will be delivered when output data size is more than 3GB.
A seed delivery includes two types of files: Seed Header and Seed Data.
Provides metadata for the Seed Data file, such as number records, along with Seed Data file names delivered per the delivery channel configuration in the Registration.
Sample: PRD_MKTLNK_STP_2017020808104948_SEED_HEADER.json
{
"fileHeader" : {
"headerType" : "SEEDFILE",
"fileId" : "rrt-f98e3872-a-eu-6623-63069210-1",
"inLanguage" : "en-US",
"reference" : "PRD_MKTLNK_STP ",
"productId" : "aasmcu",
"versionId" : "v1",
"totalRecordCount" : 92456097,
"fileTimeStamp" : "2017-01-05T09:59:46.988Z",
"files" : [
{
"name" : "PRD_MKTLNK_STP_20170208124948_SEEDFILE_1.zip",
"hash" : "71a00d72f7d3f7caaec0b174dc444dccfaa0e230af85bbe444d8365b98083ba0"
},
{
"name" : "PRD_MKTLNK_STP_20170208124948_SEEDFILE_2.zip",
"hash" : "8f33b5469f92f4aba4d41c06475090f491ff3dfabec92474298c368cb60c3f67"
},
{
"name" : "PRD_MKTLNK_STP_20170208124948_SEEDFILE_3.zip",
"hash" : "d21535ba1bfff44144465ad038f0a0555a371fdb0f3dd5f61b20ea71684b94be"
},
{
"name" : "PRD_MKTLNK_STP_20170208124948_SEEDFILE_4.zip",
"hash" : "8b6e1206a29ec1fb09ee7c13598df6602245894e201f9556532c7b722a89aedb"
},
{
"name" : "PRD_MKTLNK_STP_20170208124948_SEEDFILE_5.zip",
"hash" : "619bfe4684a4852b222fc40a6d64b26242a3778e51d0f889e66abce1de8d688e"
},
{
"name" : "PRD_MKTLNK_STP_20170208124948_SEEDFILE_6.zip",
"hash" : "b363db52412800435cf8528ef58feb64d54444940b609df244e4bb53ef728c8e"
},
{
"name" : "PRD_MKTLNK_STP_20170208124948_SEEDFILE_7.zip",
"hash" : "717eb5a4f5d913eeca5610d3b3f4aa0d6266ff40553f87b4cf2f2e6e49f92bd9"
},
{
"name" : "PRD_MKTLNK_STP_20170208124948_SEEDFILE_8.zip",
"hash" : "c46e5a13e64772bd8cc0d3bd6b4cb7a5a61b339ea92984d78ba1326871d6cba5"
}
]
}
}
Attribute | Data Type | JSON Type | Description |
---|---|---|---|
fileHeader | Aggregate | Element | The details of the information in the file. |
fileHeader.headerType | Element | String | The type of the seed header file. Possible values:
|
fileHeader.reference | Element | String | The unique identifier assigned to the Monitoring Registrations when it was created. |
fileHeader.fileID | Element | String | The file's unique identifier. |
fileHeader.fileTimeStamp | Element | String | The date and time, in ISO 8601 UTC Z standards, when the response was created by the application. |
fileHeader.inLanguage | Element | String | An IETF BCP 47 code value that defines the language in which this product was rendered. |
fileHeader.productId | Element | String | The product ID associated with the Monitoring Registration |
fileHeader.versionId | Element | String | The product version ID associated with the Monitoring Registration |
fileHeader.totalRecordCount | Element | Integer | The total number of records included with this seed request. |
fileHeader.files | Aggregate | Object | The details of the seed data files. |
fileHeader.files.name | Element | String | The name of the seed data file. |
fileHeader.files.hash | Element | String | The hash size of the seed data file. |
The Seed data file is a text file; each record in the file is in JSON format and contains one line per D-U-N-S Number included in the Monitoring Registration.
For details on the JSON structure, please see the applicable data product's API Response documentation.
Once the seed file is consumed, the Registration must be unsuppressed to receive notifications. This can be done with the Monitoring API. (See the Monitoring, Suppress or Unsuppress API page.)
Once a registration request is processed and notifications are unsuppressed, if necessary, change notifications are pushed to the chosen delivery channel (STP, S3) with the frequency specified in the Monitoring Registration.
Note: Maximum file (compressed) size for Seed and Notification is 3GB. Multiple files will be delivered when output data size is more than 3GB.
STP, S3 and GCS notification deliveries include:
{
"fileHeader" : {
"reference" : "STG_CMPELK",
"headertype" : "NOTIFICATION",
"fileId" : 0,
"fileTimeStamp" : "2017-01-18T13:51:31.923Z",
"inLanguage" : "en-US",
"productID" : "cmpelk",
"productVersion" : "v1",
"totalRecordCount" : 192939522,
"files" : [
{
"name" : "STG_CMPELK_20170118133445_NOTIFICATION_1.zip",
"hash" : "e9494312b6f13f6f65d3200700b6370aa745680aaaed166ac2ad3f86a6849ec4"
},
{
"name" : "STG_CMPELK_20170118133445_NOTIFICATION_2.zip",
"hash" : "b23d4c50d9f1a2f40562b2fbaabed69ebb3876259526e77f0c6a13b263a3ba1b"
}
],
"notificationCount" : [
{
"count" : 597659,
"type" : "ENTER"
},
{
"count" : 6256,
"type" : "TRANSFER"
},
{
"count" : 191706866,
"type" : "UPDATE"
},
{
"count" : 191,
"type" : "UNDER_REVIEW"
},
{
"count" : 18155,
"type" : "EXIT"
},
{
"count" : 597862,
"type" : "SEED"
},
{
"count" : 12330,
"type" : "DELETE"
},
{
"count" : 201,
"type" : "UNDELETE"
},
{
"count" : 2,
"type" : "REVIEWED"
}
]
}
}
{
"fileHeader" : {
"reference" : "STG_CMPELK",
"headerType" : "NOTIFICATION",
"fileId" : "0",
"fileTimeStamp" : "2021-03-11T00:07:15.624Z",
"inLanguage" : "en-US",
"productID" : "cmpelk",
"productVersion" : "v2",
"totalRecordCount" : 0
}
}
Please refer here for the JSON schema of Notification Header file layout.
Attribute | Data Type | JSON Type | Description |
---|---|---|---|
fileHeader | Aggregate | Object | The details of the information in the file. |
fileHeader.reference | Element | String | The unique identifier assigned to the Monitoring Registrations when it was created. |
fileHeader.headerType | Element | String | The type of the seed header file. Possible values:
|
fileHeader.fileID | Element | String | The file's unique identifier. |
fileHeader.fileTimeStamp | Element | String | The date and time, in ISO 8601 UTC Z standards, when the response was created by the application. |
fileHeader.inLanguage | Element | String | An IETF BCP 47 code value that defines the language in which this product was rendered. |
fileHeader.productID | Element | String | The product ID associated with the Monitoring Registration |
fileHeader.productVersion | Element | String | The product version ID associated with the Monitoring Registration |
fileHeader.totalRecordCount | Element | Integer | The total number of records included with this seed request. |
fileHeader.files | Aggregate | Array (object) | The details of the seed data files. |
fileHeader.files.name | Element | String | The name of the seed data file. |
fileHeader.files.hash | Element | String | The SHA-256 hash of the seed data file. |
fileHeader.notificationCount | Aggregate | Array (object) | The details of the type of notifications in the file(s). |
fileHeader.notificationCount.count | Element | Integer | The number of records of the type. |
fileHeader.notificationCount.type | Element | String | The type of notification (see D-U-N-S Number Status Types). |
Notification files are text files. They contain one row for each
notification, which is in JSON. Each row starts with the notification
type and then includes applicable details of the D-U-N-S Number for
which the notification applies. The notifications are grouped by
D-U-N-S Numbers and then are in ascending order by timestamp. The
notifications for a single D-U-N-S Number will never be split across
multiple files; the order of D-U-N-S Numbers in a file or between
files is not guaranteed.
IMPORTANT: UBO notifications differs from the standard Data Products. Please refer here for UBO notification samples.
D-U-N-S Numbers monitoring notification files use the following naming convention:
Intra_Day Notifications: REFERENCE_YYYYMMDDHHMMSS_FILE-TYPE_FILE-NUMBER
Daily Notifications: REFERENCE_YYYYMMDDHHMMSS_FILE-TYPE_FILE-NUMBER
Weekly Notifications: REFERENCE_YYYYMMDD_FILE-TYPE_FILE-NUMBER
Monthly Notifications: REFERENCE_YYYYMM_FILE-TYPE_FILE-NUMBER
Where:
A Notification file may contain:
Each record in the file may contain the following elements, based on the notification type. Please refer here for the JSON schema of Notification message file layout.
File Element | Data Type | Description | Notification Types |
---|---|---|---|
type | String | The type of notification. | All |
organization | Object | The details of the entity's organization. | All |
organization.duns | String | The D-U-N-S Number is an identification number assigned by Dun & Bradstreet that uniquely identifies the entity in accordance with the Data Universal Numbering System (DUNS). | All |
organization.dunsControlStatus | Object | The details of the entity established to provide products and/or services in the marketplace or to the community. | TRANSFER |
organization.dunsControlStatus.dunsTransfers | Array (object) | History of D-U-N-S Number deletes and D-U-N-S Number transfer for this entity. | TRANSFER |
organization.dunsControlStatus.dunsTransfers.retainedDUNS | String | In the event that the D-U-N-S Number of this entity is retired, this field contains the D-U-N-S Number to reference for future product requests | TRANSFER |
elements | Array (object) | Array of elements of the D-U-N-S Number that have been updated. | UPDATE, SEED |
elements.element | String | JSON Path of element that has been updated. | UPDATE, SEED |
elements.previous | Any Data Type | The Previous value can be any data type, depending on the path. e.g. a string, a number, a boolean, an array, a JSON Object or null. | UPDATE |
elements.current | Any Data Type | The Current value can be any data type, depending on the path. e.g. a string, a number, a boolean, an array, a JSON Object or null. | UPDATE |
elements.timestamp | String | The date and time, in ISO 8601 UTC Z standards, when this element was updated by the application. | UPDATE |
Monitoring tracks several types of changes:
Notification Type | Explanation |
---|---|
DELETE | The D-U-N-S Number has been deleted; it is no longer available through Direct+ APIs or Monitoring. |
ENTER | The D-U-N-S entered the Universe in the Monitoring
Registration. This may occur when a new D-U-N-S Number is
created or an existing one is changed so it now meets the
Universe criteria. Example 1: Registration is configured for Commercially Active Universe.
|
EXIT | The D-U-N-S Number is no longer part of the Universe in the
Monitoring Registration. This occurs when a D-U-N-S Number is
deleted, transferred, or the content changes so that it no
longer meets the Universe criteria. Example 1: Registration is configured for Commercially Active Universe
|
REVIEWED | The review of the D-U-N-S Number has been completed; changes notifications will now be processed for this D-U-N-S Number. |
SEED |
|
TRANSFER | The D-U-N-S Number has been transferred to another D-U-N-S Number; the retained D-U-N-S Number is also transmitted. |
UNDELETE | The D-U-N-S Number has been undeleted and is now available through Direct+ APIs and Monitoring. |
UNDER_REVIEW | The D-U-N-S Number is currently under review. No change notifications will be received while the D-U-N-S Number is in this state. However, the D-U-N-S Number remains in the registration so when the status changes the appropriate notification(s) will be delivered based on the new status. |
UPDATE | Content related to the subject D-U-N-S Number has been updated. |
For Dun & Bradstreet Managed Universe Registrations, the notifications are only sent if the D-U-N-S Number meets the Universe conditions.
For LOD Registrations, the notifications are only sent if the D-U-N-S Number is part of the Monitoring Registration.
Unless otherwise noted, the information below applies to both UPDATE
and FULL_PRODUCT registrations.
Note: Approval required for FULL_PRODUCT notifications.
Activity | Notification Types for Universe Registrations | Notification Types for LOD Registrations | Notes |
---|---|---|---|
A new D-U-N-S Number is created. |
|
n/a | SEED record only included if Registration has Seed File = True. |
A D-U-N-S Number is marked as deleted. |
|
|
|
A D-U-N-S Number is undeleted. |
|
|
For Universe registration, a SEED record only included if
Registration has Seed File = True. For LOD registration, a SEED record is included if Registration as Seed File = True OR notificationType is FULL_PRODUCT. |
The D-U-N-S Number data changes, which may include: - New content - Updated content - Removed content |
|
|
UPDATE or SEED depends on Registration notificationType setting. |
The D-U-N-S Number data changes cause it to no longer meet the Universe criteria. |
|
n/a | |
DUNS-A is transferred to DUNS-B. DUNS-A was in Registration; DUNS-B is not. | For DUNS-A
|
For DUNS-A
|
Any pending notifications for the registered D-U-N-S Number
before it is transferred, will be sent. For LOD Registrations, modify Registration to remove DUNS-A and add DUNS-B. |
DUNS-A is transferred to DUNS-B. DUNS -B was in Registration; DUNS-A is not. | No notification. | No notification. | |
A D-U-N-S Number is placed under review. |
|
|
Any pending notifications for the registered D-U-N-S Number
before it is reviewed, will be sent. |
The review of a D-U-N-S Number is completed. |
|
|
SEED is only included if Registration included SEED request. |
A D-U-N-S Number is added to Registration. | n/a |
|
SEED is only included if Registration included SEED request. |
A D-U-N-S Number is removed from Registration. | n/a | n/a | |
A D-U-N-S Number is under review AND is Transferred | For DUNS-A
|
|
Any pending notifications for the registered D-U-N-S Number
before it is under review AND is Transferred, will be sent. |
If the registration does not include a Seed File = True, in order to baseline a D-U-N-S Number that has been added to the Registration or has Entered the Universe, a data API call can be used.
Activity | Notification Types for Universe Registrations | Notification Types for LOD Registrations | Notes |
---|---|---|---|
The D-U-N-S Number data changes, which may include: - New content - Updated content - Removed content |
|
|
UPDATE or SEED depends on Registration notificationType setting. |
{
"type":"SEED",
"organization":{
"subjectID":"00000000001",
...(product contents here)
}
}
{
"type":"UPDATE",
"organization":{
"subjectID":"00000000001",
"subjectIDType":"SBFEID"
},
"elements": [ {
"element":"organization.registeredAddress.streetName",
"previous":"BUILDING 4, HATTERS LANE, CROXLEY GREENBUSINESS PARK",
"current":"BUILDING 4, HATTERS LANE"
}
]
}
{
"type":"UPDATE",
"organization":{
"subjectID":"00000000001",
"subjectIDType":"SBFEID"
},
"elements": [ {
"element": "organization.industryCodes",
"previous": [
{
"typeDescription": "North American Industry Classification System 2012",
"description": "Unclassified Establishments",
"priority": 1,
"code": "999990",
"typeDnBCode": 24664
},
{
"typeDescription": "D&B Hoovers Industry Code",
"description": "Nonclassifiable establishments",
"priority": 1,
"code": "2058",
"typeDnBCode": 25838 },
{
"typeDescription": "US Standard Industry Code 1987 - 4 digit",
"description": "Nonclassified establishment",
"priority": 1,
"code": "9999",
"typeDnBCode": 399
},
{
"typeDescription": "D&B Standard Industry Code",
"description": "Nonclassifiable establishments",
"priority": 1,
"code": "99990000",
"typeDnBCode": 3599
},
{
"typeDescription": "NACE Revision 2",
"description": "Undetermined",
"priority": 1,
"code": "9999",
"typeDnBCode": 29104
}
],
"current": [
{
"code": "238210",
"description": "Electrical Contractors",
"typeDescription": "North American Industry Classification System 2012",
"typeDnBCode": 24664,
"priority": 1
},
{
"code": "1857",
"description": "Electrical Contractors",
"typeDescription": "D&B Hoovers Industry Code",
"typeDnBCode": 25838,
"priority": 1
},
{
"code": "1731",
"description": "Electrical contractor",
"typeDescription": "US Standard Industry Code 1987 - 4 digit",
"typeDnBCode": 399,
"priority": 1
},
{
"code": "17310203",
"description": "Environmental system control installation",
"typeDescription": "D&B Standard Industry Code",
"typeDnBCode": 3599,
"priority": 1
},
{
"code": "C",
"description": "Construction",
"typeDescription": "D&B Standard Major Industry Code",
"typeDnBCode": 24657,
"priority": 1
},
{
"code": "4321",
"description": "Electrical installation",
"typeDescription": "NACE Revision 2",
"typeDnBCode": 29104,
"priority": 1
}
]
}
]
}
{
"type":"UPDATE",
"organization":{
"subjectID":"00000000001",
"subjectIDType":"SBFEID"
},
"elements": [ {
"element":"organization.telephone",
"previous": [
{
"telephoneNumber":"5555551212",
"isdCode":"86",
"isUnreachable":false
}
],
"current": [
{
"telephoneNumber":"5555551000",
"isdCode":"86",
"isUnreachable":false
}
],
"timestamp":"2016-07-29T13:22:19Z"
}
]
}
{
"type":"UPDATE",
"organization":{
"subjectID":"00000000001",
"subjectIDType":"SBFEID"
},
"elements": [ {
"element":"organization.telephone",
"previous":[],
"current":[
{
"telephoneNumber":"57687353158",
"isdCode":"86",
"isUnreachable":false
}
],
"timestamp":"2016-07-29T13:22:19Z"
}
]
}
{
"type":"UPDATE",
"organization":{
"subjectID":"00000000001",
"subjectIDType":"SBFEID"
},
"elements": [ {
"element":"organization.telephone",
"previous":[
{
"telephoneNumber":"5555551212",
"isdCode":"86",
"isUnreachable":false
}
],
"current":[]
}
]
}
{
"type":"DELETE",
"organization":{
"duns":"217825255"
}
}
{
"type":"ENTER",
"organization":{
"duns":"217825255"
}
}
{
"type":"EXIT",
"organization":{
"duns":"217825255"
}
}
{
"type":"REVIEWED",
"organization": {
"duns":"217825255"
}
}
{
"type":"SEED",
"organization":{
"duns":"611710674",
...(product contents here)
}
}
{
"type":"TRANSFER",
"organization":{
"duns":"611710674",
"dunsControlStatus":{
"dunsTransfers":[{
"retainedDUNS":"064332299"
}
]
}
}
}
{
"type":"UNDELETE",
"organization":{
"duns":"217825255"
}
}
{
"type":"UNDER_REVIEW",
"organization":{
"duns":"217825255"
}
}
{
"type":"UPDATE",
"organization":{
"duns":"217825255"
},
"elements": [ {
"element":"organization.registeredAddress.streetName",
"previous":"BUILDING 4, HATTERS LANE, CROXLEY GREENBUSINESS PARK",
"current":"BUILDING 4, HATTERS LANE"
}
]
}
{
"type":"UPDATE",
"organization":{
"duns":"217825255"
},
"elements": [ {
"element": "organization.industryCodes",
"previous": [
{
"typeDescription": "North American Industry Classification System 2012",
"description": "Unclassified Establishments",
"priority": 1,
"code": "999990",
"typeDnBCode": 24664
},
{
"typeDescription": "D&B Hoovers Industry Code",
"description": "Nonclassifiable establishments",
"priority": 1,
"code": "2058",
"typeDnBCode": 25838 },
{
"typeDescription": "US Standard Industry Code 1987 - 4 digit",
"description": "Nonclassified establishment",
"priority": 1,
"code": "9999",
"typeDnBCode": 399
},
{
"typeDescription": "D&B Standard Industry Code",
"description": "Nonclassifiable establishments",
"priority": 1,
"code": "99990000",
"typeDnBCode": 3599
},
{
"typeDescription": "NACE Revision 2",
"description": "Undetermined",
"priority": 1,
"code": "9999",
"typeDnBCode": 29104
}
],
"current": [
{
"code": "238210",
"description": "Electrical Contractors",
"typeDescription": "North American Industry Classification System 2012",
"typeDnBCode": 24664,
"priority": 1
},
{
"code": "1857",
"description": "Electrical Contractors",
"typeDescription": "D&B Hoovers Industry Code",
"typeDnBCode": 25838,
"priority": 1
},
{
"code": "1731",
"description": "Electrical contractor",
"typeDescription": "US Standard Industry Code 1987 - 4 digit",
"typeDnBCode": 399,
"priority": 1
},
{
"code": "17310203",
"description": "Environmental system control installation",
"typeDescription": "D&B Standard Industry Code",
"typeDnBCode": 3599,
"priority": 1
},
{
"code": "C",
"description": "Construction",
"typeDescription": "D&B Standard Major Industry Code",
"typeDnBCode": 24657,
"priority": 1
},
{
"code": "4321",
"description": "Electrical installation",
"typeDescription": "NACE Revision 2",
"typeDnBCode": 29104,
"priority": 1
}
]
}
]
}
{
"type":"UPDATE",
"organization":{
"duns":"217825255"
},
"elements": [ {
"element":"organization.telephone",
"previous": [
{
"telephoneNumber":"5555551212",
"isdCode":"86",
"isUnreachable":false
}
],
"current": [
{
"telephoneNumber":"5555551000",
"isdCode":"86",
"isUnreachable":false
}
],
"timestamp":"2016-07-29T13:22:19Z"
}
]
}
{
"type":"UPDATE",
"organization":{
"duns":"217825255"
},
"elements": [ {
"element":"organization.telephone",
"previous":[],
"current":[
{
"telephoneNumber":"57687353158",
"isdCode":"86",
"isUnreachable":false
}
],
"timestamp":"2016-07-29T13:22:19Z"
}
}
]
{
"type":"UPDATE",
"organization":{
"duns":"217825255"
},
"elements": [ {
"element":"organization.telephone",
"previous":[
{
"telephoneNumber":"5555551212",
"isdCode":"86",
"isUnreachable":false
}
],
"current":[]
}
]
}
Regular notifications will not be delivered under the following circumstances:
Maintenance Window
Periodically, the D&B Direct+ system must undergo maintenance. During these periods, notification delivery is suspended to ensure consistency with Direct+ API content.
When reinstated, notifications include all changes that occurred during the maintenance window.
During system maintenance monitoring notifications are not delivered. They are accumulated and packaged once the maintenance is complete. The delivered files contain each individual . This provides you with all the interim changes that occurred during the maintenance window.
NOTE: This is different than suppression. When a Monitoring Registration is suppressed, interim updates are not included in the notification once delivery is unsuppressed.
Suppressed Notifications
Notifications may be suppressed through the API. During this period, the system aggregates the changes for each day into a single UPDATE notification. When the notifications are unsuppressed, the aggregated notifications are delivered. The previous value is the last value delivered before the notifications were suppressed and the current value is the value of the last change before the notifications are delivered.
On Hold Notifications
Notifications may be placed on hold through the API (excluding UBO and Family Tree registrations). The On Hold state will retain the registration configurations, but the system will not process the registration. Registrations can be subsequently transitioned from the On Hold state to Current state. When it is changed from On Hold to Current, then the following logic applies:
Notification Re-Delivery
Notification re-delivery is only possible upto 30 days after initial delivery. Notifications are not stored for longer than 30 days. Must be requested through support.dnb.com
In order for monitoring to deliver files to S3 and ensure they are encrypted, the monitoring user must be given access.
The following is sample configuration for the IAM policy to be applied:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Monitoring Bucket permissions",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::219829223284:user/otmutransfer"
},
"Action": "s3:PutObject",
"Resource": "arn:aws:s3:::customer-bucket-name/*"
}
]
}
{
{
"Sid": "Allow use of the key",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::219829223284:user/otmutransfer"
},
"Action": [
"kms:Encrypt",
"kms:ReEncrypt*",
"kms:GenerateDataKey*"
],
"Resource": "arn:aws:kms:us-east-1:219829223284:key/8d27048e-9b70-47a2-af7d-79982a417561" ---> Customer key ARN
}
Steps for creating IAM role
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:PutObject"
],
"Resource": "arn:aws:s3:::<bucketName>/*"
}
]
}
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:PutObject"
],
"Resource": "arn:aws:s3:::<bucketarn>/*"
},
{
"Effect": "Allow",
"Action": [
"kms:Encrypt",
"kms:ReEncrypt*",
"kms:GenerateDataKey*"
],
"Resource": "<keyarn>"
}
]
}
In order for monitoring to deliver files to GCS, the monitoring service account must be given access.
If you want to use encryption in the bucket.
All Universes include the following rules:
Description | Universe ID | Universe Rules |
---|---|---|
Full Universe | FULL | This universe includes D-U-N-S Numbers that meet the general rules listed above. No additional rules are applied. |
Active in Japan | ACTVJP | This universe includes D-U-N-S Numbers that meet all the following criteria: - Country is Japan (JP) - Operating Status is Active |
Alternative Linkage | LNKALT | This universe includes D-U-N-S Numbers that meet all the following criteria: - Alternative Linkage element is present and not null. |
Commercially Active | CMCLACTV | This universe includes D-U-N-S Numbers that meet all the following criteria: - Company is not de-listed - Mail is deliverable - Operating Status is Active |
Fortune 1000 | F1000 | This universe includes D-U-N-S Numbers that meet all the following criteria: - Fortune1000 = True - Operating status is Active |
Active in US | ACTVUS | This universe includes D-U-N-S Numbers that meet all the following criteria: - Country is United States (US) - Operating Status is Active |
Active in UK | ACTVUK | This universe includes D-U-N-S Numbers that meet all the following criteria: - Country is United Kingdom (UK) - Operating Status is Active |
Extended Linkage Insight | LNKELI | This universe includes D-U-N-S Numbers that meet all the following criteria: - Linkage Source Category element is present and not null. |
Custom Universe | CUSTOM | When universe is CUSTOM this field needs to be informed with a valid JEP expression. Supported fields and values in expression:
Note: No alert notification will be generated, if custom universe elements are not part of monitoring registration's data blocks. |