Method: nodes.nodes.deployments.list
HTTP অনুরোধ
GET https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/deployments
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
parent | string প্রয়োজন। মূল সম্পদের নাম, উদাহরণস্বরূপ, "নোডস/1", গ্রাহক/1/নোডস/2। |
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
pageSize | integer প্রতিক্রিয়ায় ফেরত দেওয়ার জন্য সর্বাধিক সংখ্যক স্থাপনা৷ |
pageToken | string একটি পূর্ববর্তী কল থেকে deployments.list এ একটি পেজিনেশন টোকেন ফিরে এসেছে যা নির্দেশ করে যে এই তালিকাটি কোথায় থেকে চলতে হবে। |
filter | string ফিল্টার এক্সপ্রেশন। ফিল্টারটির নিম্নলিখিত বিন্যাস থাকা উচিত: "DIRECT_CHILDREN" বা বিন্যাস: "direct_children"। ফিল্টার কেস সংবেদনশীল. যদি খালি থাকে, তাহলে কোনো স্থাপনা ফিল্টার করা হয় না। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে ListDeploymentsResponse
এর একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/sasportal
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2022-11-02 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2022-11-02 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This documentation outlines how to list deployments within the Spectrum Access System (SAS) using a GET request to a specific endpoint."],["The request requires specifying the parent node in the URL path and can optionally include query parameters for filtering, pagination, and page size."],["A successful response will return a list of deployments adhering to the specified criteria within a ListDeploymentsResponse object."],["Proper authorization with the 'https://www.googleapis.com/auth/sasportal' scope is necessary to access this functionality."]]],["This document outlines the process for listing deployments via an HTTP GET request to `https://sasportal.googleapis.com/v1alpha1/{parent}/deployments`. The `parent` path parameter is required, specifying a resource path. Optional query parameters include `pageSize`, `pageToken` for pagination, and `filter` for filtering by direct children. The request body must be empty. A successful response will return a `ListDeploymentsResponse`. This request requires the `https://www.googleapis.com/auth/sasportal` OAuth scope.\n"]]