{ "opencollection": "1.0.0", "info": { "name": "Citrix ADC (NetScaler) NITRO Access Policies Machine Catalogs API", "version": "14.1" }, "request": { "auth": { "type": "apikey", "key": "NITRO_AUTH_TOKEN", "value": "{{NITRO_AUTH_TOKEN}}", "placement": "query" } }, "items": [ { "info": { "name": "Machine Catalogs", "type": "folder" }, "items": [ { "info": { "name": "Citrix List machine catalogs", "type": "http" }, "http": { "method": "GET", "url": "https://{netscaler-ip}/nitro/v1/MachineCatalogs", "headers": [ { "name": "Citrix-CustomerId", "value": "" }, { "name": "Citrix-InstanceId", "value": "" } ] }, "docs": "Retrieve all machine catalogs configured within the customer site." }, { "info": { "name": "Citrix Create a machine catalog", "type": "http" }, "http": { "method": "POST", "url": "https://{netscaler-ip}/nitro/v1/MachineCatalogs", "headers": [ { "name": "Citrix-CustomerId", "value": "" }, { "name": "Citrix-InstanceId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new machine catalog for provisioning virtual machines." }, { "info": { "name": "Citrix Get a machine catalog", "type": "http" }, "http": { "method": "GET", "url": "https://{netscaler-ip}/nitro/v1/MachineCatalogs/:catalogId", "headers": [ { "name": "Citrix-CustomerId", "value": "" }, { "name": "Citrix-InstanceId", "value": "" } ], "params": [ { "name": "catalogId", "value": "", "type": "path", "description": "Machine catalog unique identifier" } ] }, "docs": "Retrieve details of a specific machine catalog." }, { "info": { "name": "Citrix Update a machine catalog", "type": "http" }, "http": { "method": "PUT", "url": "https://{netscaler-ip}/nitro/v1/MachineCatalogs/:catalogId", "headers": [ { "name": "Citrix-CustomerId", "value": "" }, { "name": "Citrix-InstanceId", "value": "" } ], "params": [ { "name": "catalogId", "value": "", "type": "path", "description": "Machine catalog unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update properties of an existing machine catalog." }, { "info": { "name": "Citrix Delete a machine catalog", "type": "http" }, "http": { "method": "DELETE", "url": "https://{netscaler-ip}/nitro/v1/MachineCatalogs/:catalogId", "headers": [ { "name": "Citrix-CustomerId", "value": "" }, { "name": "Citrix-InstanceId", "value": "" } ], "params": [ { "name": "catalogId", "value": "", "type": "path", "description": "Machine catalog unique identifier" } ] }, "docs": "Delete an existing machine catalog." } ] } ], "bundled": true }