Skip to main content

PDQ Connector

PDQ PDQ provides a suite of management tools to automate software deployment, manage patches, and track inventory across a company’s networks. Use the PDQ component to manage deployments, devices, groups, and packages.

Connections

PDQ Connection

Connection to the PDQ API

InputCommentsDefault
API KeyThe PDQ API Key

Actions

Create Deployment

Deploy a package version to target devices or groups

InputCommentsDefault
PackageThe package id to deploy.
TargetsComma-delimitted Device IDs or Group IDs.
Connection
Debug RequestEnabling this flag will log out the current request.false

Get Device

Retrieve a device by ID

InputCommentsDefault
Device IDThe ID of the device to retrieve.
Connection
Debug RequestEnabling this flag will log out the current request.false

Get Package

Retrieve a package by ID

InputCommentsDefault
Package IDThe ID of the package
Connection
Debug RequestEnabling this flag will log out the current request.false

List Devices

Retrieve a list of devices

InputCommentsDefault
Fetch AllIf true, fetch all data.false
Page SizeThe number of records to return per page. Maximum is 100.
PageThe page number to return.
SortSort by a field in camel case. By default a field name sorts with 'Asc'. Add the suffix 'Desc' to sort by that field in descending order.
FilterString filter values will filter on exact values unless a supported operator is provided.
Custom Query ParamsCustom fields filter
IncludesInclude related resources.
GroupThe id of the group to filter by.
Connection
Debug RequestEnabling this flag will log out the current request.false

List Groups

Retrieve a list of groups

InputCommentsDefault
Fetch AllIf true, fetch all data.false
Page SizeThe number of records to return per page. Maximum is 100.
PageThe page number to return.
SortSort by a field in camel case. By default a field name sorts with 'Asc'. Add the suffix 'Desc' to sort by that field in descending order.
FilterString filter values will filter on exact values unless a supported operator is provided.
Custom Query ParamsCustom fields filter
Connection
Debug RequestEnabling this flag will log out the current request.false

List Packages

Retrieve a list of packages

InputCommentsDefault
Fetch AllIf true, fetch all data.false
Page SizeThe number of records to return per page. Maximum is 100.
PageThe page number to return.
SortSort by a field in camel case. By default a field name sorts with 'Asc'. Add the suffix 'Desc' to sort by that field in descending order.
FilterString filter values will filter on exact values unless a supported operator is provided.
Custom Query ParamsCustom fields filter
Connection
Debug RequestEnabling this flag will log out the current request.false

Raw Request

Send raw HTTP request to the PDQ API

InputCommentsDefault
Connection
URLInput the path only (/deployments), The base URL is already included (https://app.pdq.com/v1/api). For example, to connect to https://app.pdq.com/v1/api/deployments, only /deployments is entered in this field. e.g. /deployments
MethodThe HTTP method to use.
DataThe HTTP body payload to send to the URL.
Form DataThe Form Data to be sent as a multipart form upload.
File DataFile Data to be sent as a multipart form upload.
File Data File NamesFile names to apply to the file data inputs. Keys must match the file data keys above.
Query ParameterA list of query parameters to send with the request. This is the portion at the end of the URL similar to ?key1=value1&key2=value2.
HeaderA list of headers to send with the request.
Response TypeThe type of data you expect in the response. You can request json, text, or binary data.json
TimeoutThe maximum time that a client will await a response to its request
Debug RequestEnable this to log the request and responsefalse
Retry Delay (ms)The delay in milliseconds between retries. This is used when 'Use Exponential Backoff' is disabled.0
Retry On All ErrorsIf true, retries on all erroneous responses regardless of type. This is helpful when retrying after HTTP 429 or other 3xx or 4xx errors. Otherwise, only retries on HTTP 5xx and network errors.false
Max Retry CountThe maximum number of retries to attempt. Specify 0 for no retries.0
Use Exponential BackoffSpecifies whether to use a pre-defined exponential backoff strategy for retries. When enabled, 'Retry Delay (ms)' is ignored.false