Chrome নীতি API ওভারভিউ
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Chrome নীতি API হল পরিষেবাগুলির একটি স্যুট যা Chrome প্রশাসকদের তাদের সংস্থার সাংগঠনিক ইউনিটগুলিতে নির্ধারিত Chrome নীতিগুলি প্রোগ্রাম্যাটিকভাবে দেখতে এবং পরিচালনা করার ক্ষমতা দেয়৷ এই API এর মাধ্যমে, Chrome প্রশাসকরা তাদের প্রতিষ্ঠানে ChromeOS ডিভাইস এবং Chrome ব্রাউজারগুলি কীভাবে ব্যবহার করা হচ্ছে সে সম্পর্কে অন্তর্দৃষ্টি অর্জন করতে পারে৷
মূল সুবিধা
Google অ্যাডমিন কনসোল সামঞ্জস্যতা: API এর সাথে আপনার করা পরিবর্তনগুলি Google অ্যাডমিন কনসোল UI-তে প্রতিফলিত হয় এবং এর বিপরীতে।
অডিট লগিং: এই API দিয়ে করা পরিবর্তনগুলি স্ট্যান্ডার্ড অ্যাডমিন অডিট লগগুলিতে লগ করা হয়।
ডেটা-চালিত পদ্ধতি: Chrome নীতিগুলি ডেটা হিসাবে উপস্থাপন করা হয় এবং API ইন্টারফেস দ্বারা সরাসরি উল্লেখ করা হয় না। এটি আপনাকে অতিরিক্ত বিকাশ ছাড়াই ভবিষ্যতের Chrome নীতিগুলি ব্যবহারের জন্য API ক্লায়েন্টদের স্বয়ংক্রিয় করতে দেয়৷ সময়ের সাথে সাথে, API এর মাধ্যমে সমর্থিত নীতির সংখ্যা বৃদ্ধি পাবে।
অ্যাডমিন SDK API-কে পরিপূরক করে: এই API অ্যাডমিন SDK API-কে পরিপূরক করে, যেখানে Chrome প্রশাসকরা নিম্নলিখিত কাজগুলি সম্পাদন করতে পারে:
জনপ্রিয় ব্যবহার ক্ষেত্রে
নীচের সারণীতে আপনি এই API দিয়ে সম্পন্ন করতে পারেন এমন শীর্ষ কাজগুলি তালিকাভুক্ত করে৷ উদাহরণের অনুরোধ এবং প্রতিক্রিয়া পর্যালোচনা করতে, কোড নমুনাগুলিতে যান।
URLগুলি https://chromepolicy.googleapis.com/v1/customers/ $CUSTOMER
এর সাথে সম্পর্কিত।
কার্য বিবরণী | আপেক্ষিক URL | HTTP পদ্ধতি | পরামিতি অনুরোধ |
---|
নীতি স্কিমা তালিকা | ./policySchemas | GET | ঐচ্ছিক: filter , pageSize , pageToken |
একটি নীতি স্কিমা পান | ./policySchemas/ $SCHEMA_NAME | GET | |
একটি সাংগঠনিক ইউনিট বা গোষ্ঠীর জন্য নীতিগুলি পান বা তালিকাভুক্ত করুন৷ | ./policies:resolve | POST | প্রয়োজনীয়: policySchemaFilter , policyTargetKey ঐচ্ছিক: pageSize , pageToken |
একটি সাংগঠনিক ইউনিটে নীতি পরিবর্তন করুন | ./policies/orgunits:batchModify | POST | প্রয়োজনীয়: requests: {policyTargetKey, policyValue, updateMask} |
একটি সাংগঠনিক ইউনিটে উত্তরাধিকারী নীতিগুলি | ./policies/orgunits:batchInherit | POST | প্রয়োজনীয়: requests: {policyTargetKey, policySchema} |
একটি গ্রুপে নীতি পরিবর্তন করুন | ./policies/groups:batchModify | POST | প্রয়োজনীয়: requests: {policyTargetKey, policyValue, updateMask} |
একটি গ্রুপে নীতিগুলি মুছুন৷ | ./policies/groups:batchDelete | POST | প্রয়োজনীয়: requests: {policyTargetKey, policySchema} |
একটি গ্রুপে অগ্রাধিকার ক্রম তালিকাভুক্ত করুন | ./policies/groups:listGroupPriorityOrdering | POST | প্রয়োজনীয়: requests: {policyTargetKey, policyNamespace} |
একটি গ্রুপে অগ্রাধিকার ক্রম আপডেট করুন | ./policies/groups:updateGroupPriorityOrdering | POST | প্রয়োজনীয়: requests: {policyTargetKey, policyNamespace, groupIds} |
একটি নীতির জন্য ফাইল আপলোড করুন | ./policies/files:uploadPolicyFile | POST | প্রয়োজনীয়: requests: {policyField} |
ব্যবহারের সীমা
এই API শুধুমাত্র একটি Chrome গ্রাহকের প্রতিষ্ঠানের মধ্যে অভ্যন্তরীণভাবে ব্যবহারের জন্য। আরও বিশদ বিবরণের জন্য, Chrome নীতি API পরিষেবার শর্তাবলী পর্যালোচনা করুন৷ Google-এর সাথে অংশীদারিত্বে একটি বাণিজ্যিক API ক্লায়েন্ট তৈরি করতে, একটি অংশীদার আবেদন জমা দিন।
পরবর্তী পদক্ষেপ
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eThe Chrome Policy API enables Chrome administrators to programmatically view and manage Chrome policies for their organization's ChromeOS devices and Chrome browsers.\u003c/p\u003e\n"],["\u003cp\u003eIt offers key benefits like Google Admin console compatibility, audit logging, and a data-driven approach for easier automation.\u003c/p\u003e\n"],["\u003cp\u003eAdmins can utilize this API to perform tasks such as listing policy schemas, retrieving specific schemas, and managing policies for organizational units and groups.\u003c/p\u003e\n"],["\u003cp\u003eUsage of this API is restricted to internal use within a Chrome customer's organization, with commercial partnerships requiring a separate application process.\u003c/p\u003e\n"],["\u003cp\u003eFurther exploration is encouraged through provided resources on policy schemas, request setup, and code samples.\u003c/p\u003e\n"]]],[],null,["# Chrome Policy API Overview\n\nThe Chrome Policy API is a suite of services that empower Chrome administrators\nto programmatically view and manage Chrome policies assigned to the\n[Organizational Units](https://support.google.com/a/answer/4352075)\nin their organization. With this API, Chrome admins can gain insights about how\nChromeOS devices and Chrome browsers are being used in their organization.\n\nKey advantages\n--------------\n\n- **Google Admin console compatibility:** Changes you make with the API are\n reflected in Google Admin console UI, and vice versa.\n\n- **Audit logging:** Changes made with this API are logged in the standard\n [Admin Audit logs](https://support.google.com/a/answer/4579579).\n\n- **Data-driven approach:** Chrome policies are represented as data and aren't\n directly referenced by the API interface. This lets you automate API clients\n for consumption of future Chrome policies without additional development. Over\n time, the number of policies supported via API will increase.\n\n- **Complements the Admin SDK API:** This API complements the Admin SDK API,\n where Chrome admins can perform the following tasks:\n\n - [Manage Chrome devices](/admin-sdk/directory/v1/guides/manage-chrome-devices) with the Admin SDK's Directory API.\n - [Manage Chrome browsers](https://support.google.com/chrome/a/answer/9681204) with the Admin SDK's Chrome Browser Management API.\n - [Manage Chrome CUPS printers](/admin-sdk/chrome-printer) with the Admin SDK's Chrome Printer Management API.\n\nPopular use cases\n-----------------\n\nThe table below lists the top tasks you can complete with this API. To review\nexample requests and responses, go to [Code samples](/chrome/policy/guides/samples_policyapi).\n\nURLs are relative to `https://chromepolicy.googleapis.com/v1/customers/`\u003cvar translate=\"no\"\u003e$CUSTOMER\u003c/var\u003e.\n\n| Task description | Relative URL | HTTP method | Request parameters |\n|--------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|-------------|-----------------------------------------------------------------------------------------|\n| [List policy schemas](/chrome/policy/reference/rest/v1/customers.policySchemas/list) | `./policySchemas` | `GET` | *Optional:* `filter`, `pageSize`, `pageToken` |\n| [Get a policy schema](/chrome/policy/reference/rest/v1/customers.policySchemas/get) | `./policySchemas/`\u003cvar translate=\"no\"\u003e$SCHEMA_NAME\u003c/var\u003e | `GET` | |\n| [Get or list policies for an Organizational Unit or Group](/chrome/policy/reference/rest/v1/customers.policies/resolve) | `./policies:resolve` | `POST` | *Required:* `policySchemaFilter`, `policyTargetKey` *Optional:* `pageSize`, `pageToken` |\n| [Modify policies in an Organizational Unit](/chrome/policy/reference/rest/v1/customers.policies.orgunits/batchModify) | `./policies/orgunits:batchModify` | `POST` | *Required:* `requests: {policyTargetKey, policyValue, updateMask}` |\n| [Inherit policies in an Organizational Unit](/chrome/policy/reference/rest/v1/customers.policies.orgunits/batchInherit) | `./policies/orgunits:batchInherit` | `POST` | *Required:* `requests: {policyTargetKey, policySchema}` |\n| [Modify policies in a Group](/chrome/policy/reference/rest/v1/customers.policies.groups/batchModify) | `./policies/groups:batchModify` | `POST` | *Required:* `requests: {policyTargetKey, policyValue, updateMask}` |\n| [Delete policies in a Group](/chrome/policy/reference/rest/v1/customers.policies.groups/batchDelete) | `./policies/groups:batchDelete` | `POST` | *Required:* `requests: {policyTargetKey, policySchema}` |\n| [List priority orderings in a Group](/chrome/policy/reference/rest/v1/customers.policies.groups/listGroupPriorityOrdering) | `./policies/groups:listGroupPriorityOrdering` | `POST` | *Required:* `requests: {policyTargetKey, policyNamespace}` |\n| [Update priority orderings in a Group](/chrome/policy/reference/rest/v1/customers.policies.groups/updateGroupPriorityOrdering) | `./policies/groups:updateGroupPriorityOrdering` | `POST` | *Required:* `requests: {policyTargetKey, policyNamespace, groupIds}` |\n| [Upload files for a policy](/chrome/policy/reference/rest/v1/media/upload) | `./policies/files:uploadPolicyFile` | `POST` | *Required:* `requests: {policyField}` |\n\nUsage limits\n------------\n\nThis API is only for use internally within a Chrome customer's organization. For more details, review the [Chrome Policy API Terms of Service](http://console.cloud.google.com/tos?id=chrome-policy). To build a commercial API client in partnership with Google, submit a [partner application](https://docs.google.com/forms/d/e/1FAIpQLSdJA-2_BZ3FJLSBtuWkPCMPXqUpxGbCta1wXRrrVdUCX7apog/viewform).\n\nNext steps\n----------\n\n- [Learn about policy schemas](./policy-schemas)\n- [Set up and authorize requests](./setup)\n- [Review code samples](./samples)"]]