Method: nodes.deployments.list
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
طلب HTTP
GET https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*}/deployments
يستخدِم عنوان URL بنية تحويل الترميز gRPC.
مَعلمات المسار
المعلمات |
parent |
string
مطلوب. اسم المورد الرئيسي، مثل "nodes/1" أو customer/1/nodes/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 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This document details the process for listing deployments within the Spectrum Access System (SAS), including how to structure the HTTP request and utilize path and query parameters."],["The request requires specific path and query parameters to define the parent resource and refine the search for deployments, such as pagination and filtering."],["Successful execution of the request will return a list of deployments within the specified parameters, contained within a ListDeploymentsResponse object."],["Authorization for this operation necessitates the \"https://www.googleapis.com/auth/sasportal\" OAuth scope."]]],["This document details the process of listing deployments via an HTTP GET request to `https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*}/deployments`. The request requires a `parent` path parameter and supports optional `pageSize`, `pageToken`, and `filter` query parameters. The request body must be empty. A successful response returns a `ListDeploymentsResponse`. The request must use the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization. It uses gRPC Transcoding.\n"]]