REST Resource: customers.telemetry.notificationConfigs
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: TelemetryNotificationConfig
টেলিমেট্রি ডেটার বিজ্ঞপ্তি পেতে কনফিগারেশন।
JSON প্রতিনিধিত্ব |
---|
{
"name": string,
"customer": string,
"googleCloudPubsubTopic": string,
"filter": {
object (TelemetryNotificationFilter )
}
} |
ক্ষেত্র |
---|
name | string শুধুমাত্র আউটপুট। বিজ্ঞপ্তি কনফিগারেশনের সম্পদের নাম। |
customer | string শুধুমাত্র আউটপুট। Google Workspace গ্রাহক যে রিসোর্সের মালিক। |
googleCloudPubsubTopic | string পাবসাব বিষয় যেখানে বিজ্ঞপ্তি প্রকাশ করা হয়। |
filter | object ( 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 ) শুধুমাত্র এই ফিল্টার মেলে টেলিমেট্রি ইভেন্টের জন্য বিজ্ঞপ্তি পাঠায়। |
টেলিমেট্রি ইভেন্ট নোটিফিকেশন ফিল্টার
কীভাবে টেলিমেট্রি ইভেন্টগুলি ফিল্টার করা উচিত তা কনফিগার করে।
JSON প্রতিনিধিত্ব |
---|
{
"eventTypes": [
enum (EventType )
]
} |
ক্ষেত্র |
---|
eventTypes[] | enum ( EventType ) শুধুমাত্র এই ধরনের ইভেন্টের জন্য বিজ্ঞপ্তি পাঠায়। খালি হওয়া উচিত নয়। |
পদ্ধতি |
---|
| একটি টেলিমেট্রি বিজ্ঞপ্তি কনফিগার তৈরি করুন। |
| একটি টেলিমেট্রি বিজ্ঞপ্তি কনফিগারেশন মুছুন। |
| সমস্ত টেলিমেট্রি বিজ্ঞপ্তি কনফিগার তালিকাভুক্ত করুন। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eTelemetryNotificationConfig allows you to receive notifications of telemetry data by configuring a Google Cloud Pubsub topic and filtering the data.\u003c/p\u003e\n"],["\u003cp\u003eYou can filter telemetry data notifications by user, device, organizational unit, or specific telemetry events using TelemetryNotificationFilter and TelemetryEventNotificationFilter.\u003c/p\u003e\n"],["\u003cp\u003eUse the provided methods to create, delete, and list telemetry notification configurations for your Google Workspace customer.\u003c/p\u003e\n"]]],[],null,["# REST Resource: customers.telemetry.notificationConfigs\n\n- [Resource: TelemetryNotificationConfig](#TelemetryNotificationConfig)\n - [JSON representation](#TelemetryNotificationConfig.SCHEMA_REPRESENTATION)\n- [TelemetryNotificationFilter](#TelemetryNotificationFilter)\n - [JSON representation](#TelemetryNotificationFilter.SCHEMA_REPRESENTATION)\n- [TelemetryEventNotificationFilter](#TelemetryEventNotificationFilter)\n - [JSON representation](#TelemetryEventNotificationFilter.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: TelemetryNotificationConfig\n-------------------------------------\n\nConfiguration to receive notifications of telemetry data.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"customer\": string, \"googleCloudPubsubTopic\": string, \"filter\": { object (/chrome/management/reference/rest/v1/customers.telemetry.notificationConfigs#TelemetryNotificationFilter) } } ``` |\n\n| Fields ||\n|--------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the notification configuration. |\n| `customer` | `string` Output only. Google Workspace customer that owns the resource. |\n| `googleCloudPubsubTopic` | `string` The pubsub topic to which notifications are published to. |\n| `filter` | `object (`[TelemetryNotificationFilter](/chrome/management/reference/rest/v1/customers.telemetry.notificationConfigs#TelemetryNotificationFilter)`)` Only send notifications for telemetry data matching this filter. |\n\nTelemetryNotificationFilter\n---------------------------\n\nConfigures how the telemetry data should be filtered.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"userOrgUnitId\": string, \"deviceOrgUnitId\": string, \"userEmail\": string, \"deviceId\": string, // Union field `filter` can be only one of the following: \"telemetryEventNotificationFilter\": { object (/chrome/management/reference/rest/v1/customers.telemetry.notificationConfigs#TelemetryEventNotificationFilter) } // End of list of possible types for union field `filter`. } ``` |\n\n| Fields ||\n|------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `userOrgUnitId` | `string` If set, only sends notifications for telemetry data coming from devices owned by users in this org unit. |\n| `deviceOrgUnitId` | `string` If set, only sends notifications for telemetry data coming from devices in this org unit. |\n| `userEmail` | `string` If set, only sends notifications for telemetry data coming from devices owned by this user. |\n| `deviceId` | `string` If set, only sends notifications for telemetry data coming from this device. |\n| Union field `filter`. Required. `filter` can be only one of the following: ||\n| `telemetryEventNotificationFilter` | `object (`[TelemetryEventNotificationFilter](/chrome/management/reference/rest/v1/customers.telemetry.notificationConfigs#TelemetryEventNotificationFilter)`)` Only sends notifications for the telemetry events matching this filter. |\n\nTelemetryEventNotificationFilter\n--------------------------------\n\nConfigures how the telemetry events should be filtered.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------|\n| ``` { \"eventTypes\": [ enum (/chrome/management/reference/rest/v1/EventType) ] } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| `eventTypes[]` | `enum (`[EventType](/chrome/management/reference/rest/v1/EventType)`)` Only sends the notifications for events of these types. Must not be empty. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------------------|------------------------------------------|\n| ### [create](/chrome/management/reference/rest/v1/customers.telemetry.notificationConfigs/create) | Create a telemetry notification config. |\n| ### [delete](/chrome/management/reference/rest/v1/customers.telemetry.notificationConfigs/delete) | Delete a telemetry notification config. |\n| ### [list](/chrome/management/reference/rest/v1/customers.telemetry.notificationConfigs/list) | List all telemetry notification configs. |"]]