Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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