REST Resource: customers.telemetry.notificationConfigs

रिसॉर्स: TelemetryNotificationConfig

टेलीमेट्री डेटा की सूचनाएं पाने के लिए कॉन्फ़िगरेशन.

JSON के काेड में दिखाना
{
  "name": string,
  "customer": string,
  "googleCloudPubsubTopic": string,
  "filter": {
    object (TelemetryNotificationFilter)
  }
}
फ़ील्ड
name

string

सिर्फ़ आउटपुट के लिए. सूचना कॉन्फ़िगरेशन का रिसॉर्स नाम.

customer

string

सिर्फ़ आउटपुट के लिए. Google Workspace का वह ग्राहक जिसके पास संसाधन का मालिकाना हक है.

googleCloudPubsubTopic

string

वह pubsub विषय जिस पर सूचनाएं पब्लिश की जाती हैं.

filter

object (TelemetryNotificationFilter)

इस फ़िल्टर से मिलते-जुलते टेलीमेट्री डेटा के लिए ही सूचनाएं भेजें.

TelemetryNotificationFilter

यह कॉन्फ़िगर करता है कि टेलीमेट्री डेटा को कैसे फ़िल्टर किया जाना चाहिए.

JSON के काेड में दिखाना
{
  "userOrgUnitId": string,
  "deviceOrgUnitId": string,
  "userEmail": string,
  "deviceId": string,

  // Union field filter can be only one of the following:
  "telemetryEventNotificationFilter": {
    object (TelemetryEventNotificationFilter)
  }
  // End of list of possible types for union field filter.
}
फ़ील्ड
userOrgUnitId

string

अगर यह सेट है, तो सिर्फ़ इस संगठन की इकाई में शामिल उपयोगकर्ताओं के मालिकाना हक वाले डिवाइसों से आने वाले टेलीमेट्री डेटा के लिए सूचनाएं भेजी जाती हैं.

deviceOrgUnitId

string

अगर यह सेट है, तो सिर्फ़ इस संगठन की इकाई के डिवाइसों से मिलने वाले टेलीमेट्री डेटा के लिए सूचनाएं भेजी जाती हैं.

userEmail

string

अगर यह सेट है, तो सिर्फ़ इस उपयोगकर्ता के मालिकाना हक वाले डिवाइसों से आने वाले टेलीमेट्री डेटा के लिए सूचनाएं भेजी जाती हैं.

deviceId

string

अगर यह सेट है, तो सिर्फ़ इस डिवाइस से आने वाले टेलीमेट्री डेटा के लिए सूचनाएं भेजी जाती हैं.

यूनियन फ़ील्ड filter. ज़रूरी है. filter इनमें से सिर्फ़ एक हो सकता है:
telemetryEventNotificationFilter

object (TelemetryEventNotificationFilter)

सिर्फ़ इस फ़िल्टर से मैच करने वाले टेलीमेट्री इवेंट के लिए सूचनाएं भेजता है.

TelemetryEventNotificationFilter

यह कॉन्फ़िगर करता है कि टेलीमेट्री इवेंट को कैसे फ़िल्टर किया जाना चाहिए.

JSON के काेड में दिखाना
{
  "eventTypes": [
    enum (EventType)
  ]
}
फ़ील्ड
eventTypes[]

enum (EventType)

सिर्फ़ इस तरह के इवेंट के लिए सूचनाएं भेजता है. यह फ़ील्ड खाली नहीं होना चाहिए.

तरीके

create

टेलीमेट्री की सूचना का कॉन्फ़िगरेशन बनाएं.

delete

टेलीमेट्री की सूचना का कॉन्फ़िगरेशन मिटाएं.

list

टेलीमेट्री की सूचना से जुड़े सभी कॉन्फ़िगरेशन की सूची बनाएं.