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

Parameters

ParameterDescription
LimitThe maximum number of networks 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": {},
			"dataCenterUid": {},
			"name": "string",
			"status": "string",
			"uid": "string"
		}
	],
	"total": 1
}

Workflow Library Example

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