Method: customers.nodes.deployments.list
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คำขอ HTTP
GET https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/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
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[[["เข้าใจง่าย","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 UTC"],[[["This page details how to list deployments using the `ListDeployments` method, including specifics on the HTTP request structure, path & query parameters."],["The API request requires a parent resource name as a path parameter and allows filtering & pagination through query parameters."],["An empty request body is necessary, and a successful response returns a `ListDeploymentsResponse` object containing the deployment data."],["To use this API, you need authorization with 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}/deployments`. The `parent` path parameter is required, specifying a resource (e.g., \"nodes/1\"). Optional query parameters include `pageSize` (maximum deployments), `pageToken` (pagination), and `filter` (direct children). The request body must be empty. A successful request returns a `ListDeploymentsResponse`. The `https://www.googleapis.com/auth/sasportal` OAuth scope is required.\n"]]