Use REST APIs to get to get all delivery groups in your DDC.
Follow the prerequisites and examples to get started with this API.
You can make API requests using the PowerShell code, C# code, Python, or any tool that supports invoking the REST API.
Learn from the following example to get delivery groups in your DDC using any REST API tool.
GET https://api.cloud.com/cvad/manage/DeliveryGroups HTTP/1.1 Accept: application/json Content-Type: application/json; charset=utf-8 Authorization: CWSAuth bearer= Citrix-CustomerId: loy6oujtu6a4 Citrix-InstanceId: 22ded57c-0306-47e4-b6e8-fed6252759e1
HTTP/1.1 200 OK citrix-transactionid: 871283e7-14f3-478c-b59d-d3c5712c47ab content-Length: 521 content-Type: application/json; charset=utf-8 date: "Fri, 25 Sep 2020 07:18:24 GMT" < "Items": [ < "Id": "2bece2bc. ", "Uid": 3, "UserManagement": "CloudLibrary", "Delivering": "DesktopsOnly", "DeliveryType": "DesktopsAndApps", "Description": null, "DesktopsAvailable": 0, "DesktopsDisconnected": 0, "DesktopsFaulted": 0, "DesktopsUnregistered": 3, "Enabled": true, "HasBeenPromoted": false, "HasBeenPromotedFrom": "Unknown", "InMaintenanceMode": false, "IsBroken": false, "IsRemotePC": false, "MinimumFunctionalLevel": "L7_25", "Name": "CVAD_APIs_Physical_DG", "RequireUserHomeZone": false, "Scopes": [ < "Id": "00000000. ", "Uid": null, "Name": "All", "Description": null, "IsBuiltIn": true, "IsAllScope": true, "IsTenantScope": false, "TenantId": null, "TenantName": null >], "Tenants": null, "SessionCount": 0, "SessionSupport": "MultiSession", "SharingKind": "Shared", "TotalApplications": 0, "TotalDesktops": 3, "ApplicationGroupCompatibility": "Unknown", "ApplicationCompatibility": "Unknown", "DesktopCompatibility": "Unknown" > ] >
Learn from the following example to get delivery groups in your DDC using any PowerShell code.
function GetDeliveryGroups param ( [Parameter(Mandatory=$true)] [string] $customerid, [Parameter(Mandatory=$true)] [string] $siteid, [Parameter(Mandatory=$true)] [string] $bearerToken ) $requestUri = "https://api.cloud.com/cvad/manage/DeliveryGroups" $headers = @ "Accept" = "application/json"; "Authorization" = "CWSAuth Bearer=$bearerToken"; "Citrix-CustomerId" = $customerid; "Citrix-InstanceId" = $siteid; > $response = Invoke-RestMethod -Uri $requestUri -Method GET -Headers $headers return $response > $customerid = "n2ypkklgy6cv" $siteid = "12f7438-bf8e-42ba-b1b3-2eb75d098f57" $bearerToken = "eyJ. " $response = GetDeliveryGroups $customerid $siteid $bearerToken !--NeedCopy-->
Learn from the following example to get delivery groups in your DDC using any C# code.
public static async Taskstring> GetDeliveryGroups( string customerid, string bearerToken, string siteid) var requestUri = "https://api.cloud.com/cvad/manage/DeliveryGroups"; using (var client = new HttpClient()) client.DefaultRequestHeaders.Accept.ParseAdd("application/json"); client.DefaultRequestHeaders.Add("Citrix-CustomerId", customerid); client.DefaultRequestHeaders.Add("Citrix-InstanceId", siteid); client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("CWSAuth Bearer p">+ bearerToken); var response = await client.GetAsync(requestUri); if (response != null) var content = await response.Content.ReadAsStringAsync(); return content; > return null; > > NeedCopy-->
Learn from the following example to get delivery groups in your DDC using Python.
import requests def get_delivery_groups(bearerToken, customerid, siteid): request_uri = "https://api.cloud.com/cvad/manage/DeliveryGroups" headers = 'Authorization': 'CWSAuth Bearer=%s' % bearerToken, 'Citrix-CustomerId': customerid, 'Citrix-InstanceId': siteid, 'Content-Type': 'application/json', 'Accept': 'application/json' > response = requests.get(request_uri, headers = headers) return response.json() !--NeedCopy-->
The official version of this content is in English. Some of the Cloud Software Group documentation content is machine translated for your convenience only. Cloud Software Group has no control over machine-translated content, which may contain errors, inaccuracies or unsuitable language. No warranty of any kind, either expressed or implied, is made as to the accuracy, reliability, suitability, or correctness of any translations made from the English original into any other language, or that your Cloud Software Group product or service conforms to any machine translated content, and any warranty provided under the applicable end user license agreement or terms of service, or any other agreement with Cloud Software Group, that the product or service conforms with any documentation shall not apply to the extent that such documentation has been machine translated. Cloud Software Group will not be held responsible for any damage or issues that may arise from using machine-translated content.
DIESER DIENST KANN ÜBERSETZUNGEN ENTHALTEN, DIE VON GOOGLE BEREITGESTELLT WERDEN. GOOGLE LEHNT JEDE AUSDRÜCKLICHE ODER STILLSCHWEIGENDE GEWÄHRLEISTUNG IN BEZUG AUF DIE ÜBERSETZUNGEN AB, EINSCHLIESSLICH JEGLICHER GEWÄHRLEISTUNG DER GENAUIGKEIT, ZUVERLÄSSIGKEIT UND JEGLICHER STILLSCHWEIGENDEN GEWÄHRLEISTUNG DER MARKTGÄNGIGKEIT, DER EIGNUNG FÜR EINEN BESTIMMTEN ZWECK UND DER NICHTVERLETZUNG VON RECHTEN DRITTER.
CE SERVICE PEUT CONTENIR DES TRADUCTIONS FOURNIES PAR GOOGLE. GOOGLE EXCLUT TOUTE GARANTIE RELATIVE AUX TRADUCTIONS, EXPRESSE OU IMPLICITE, Y COMPRIS TOUTE GARANTIE D'EXACTITUDE, DE FIABILITÉ ET TOUTE GARANTIE IMPLICITE DE QUALITÉ MARCHANDE, D'ADÉQUATION À UN USAGE PARTICULIER ET D'ABSENCE DE CONTREFAÇON.
ESTE SERVICIO PUEDE CONTENER TRADUCCIONES CON TECNOLOGÍA DE GOOGLE. GOOGLE RENUNCIA A TODAS LAS GARANTÍAS RELACIONADAS CON LAS TRADUCCIONES, TANTO IMPLÍCITAS COMO EXPLÍCITAS, INCLUIDAS LAS GARANTÍAS DE EXACTITUD, FIABILIDAD Y OTRAS GARANTÍAS IMPLÍCITAS DE COMERCIABILIDAD, IDONEIDAD PARA UN FIN EN PARTICULAR Y AUSENCIA DE INFRACCIÓN DE DERECHOS.
本服务可能包含由 Google 提供技术支持的翻译。Google 对这些翻译内容不做任何明示或暗示的保证,包括对准确性、可靠性的任何保证以及对适销性、特定用途的适用性和非侵权性的任何暗示保证。このサービスには、Google が提供する翻訳が含まれている可能性があります。Google は翻訳について、明示的か黙示的かを問わず、精度と信頼性に関するあらゆる保証、および商品性、特定目的への適合性、第三者の権利を侵害しないことに関するあらゆる黙示的保証を含め、一切保証しません。
ESTE SERVIÇO PODE CONTER TRADUÇÕES FORNECIDAS PELO GOOGLE. O GOOGLE SE EXIME DE TODAS AS GARANTIAS RELACIONADAS COM AS TRADUÇÕES, EXPRESSAS OU IMPLÍCITAS, INCLUINDO QUALQUER GARANTIA DE PRECISÃO, CONFIABILIDADE E QUALQUER GARANTIA IMPLÍCITA DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UM PROPÓSITO ESPECÍFICO E NÃO INFRAÇÃO.