Skip to main content
Retrieve all information about a specific On-Prem server or database deployment. Required Permission:
  • cyera.read.deployment
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
Deployment UIDThe UID of the deployment to retrieve.

Example Output

{
	"dataCenterName": {},
	"host": "string",
	"name": "string",
	"networkName": "string",
	"port": 0,
	"status": "string",
	"type": "string",
	"uid": "string",
	"username": "string"
}

Workflow Library Example

Get Deployment with Cyera and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop