Skip to main content
Retrieve a list of deployed On-Prem servers and databases. Required Permission:
  • cyera.read.deployment
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
LimitThe maximum number of deployments to retrieve in the result. Valid range is 1-100.
OffsetThe pagination offset indicating the starting point for the next set of results.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"limit": 10,
	"offset": 0,
	"results": [
		{
			"dataCenterName": {},
			"host": "string",
			"name": "string",
			"networkName": "string",
			"port": 0,
			"status": "string",
			"type": "string",
			"uid": "string",
			"username": "string"
		}
	],
	"total": 1
}

Workflow Library Example

List Deployments with Cyera and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop