Method: customers.telemetry.notificationConfigs.create
একটি টেলিমেট্রি বিজ্ঞপ্তি কনফিগার তৈরি করুন।
HTTP অনুরোধ
POST https://chromemanagement.googleapis.com/v1/{parent=customers/*}/telemetry/notificationConfigs
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
parent | string প্রয়োজন। মূল সংস্থান যেখানে এই বিজ্ঞপ্তি কনফিগার তৈরি করা হবে। বিন্যাস: customers/{customer} |
শরীরের অনুরোধ
অনুরোধের অংশে TelemetryNotificationConfig
এর একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, রেসপন্স বডিতে TelemetryNotificationConfig
এর একটি নতুন তৈরি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/chrome.management.telemetry.readonly
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Create telemetry notification configs using an HTTP POST request to a specified endpoint."],["The request body should contain a TelemetryNotificationConfig object, as defined in the provided reference."],["A successful response will return the newly created TelemetryNotificationConfig object."],["Authorization requires the `https://www.googleapis.com/auth/chrome.management.telemetry.readonly` scope."],["The parent resource for config creation is specified using a path parameter in the URL."]]],[]]