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.

Used to get details of a single policy with id.
External DocumentationTo learn more, visit the Opsgenie documentation.

Parameters

ParameterDescription
Policy IDId of the requested policy.
Team IDThe identifier of the team that this policy belongs. Value should be null for global policies.

Example Output

{
	"data": {
		"enabled": false,
		"filter": {
			"type": "string"
		},
		"id": "string",
		"name": "Name of the policy",
		"policyDescription": "Description of the policy",
		"teamId": "TeamId of the policy",
		"timeRestrictions": {
			"type": "string"
		},
		"type": "Type of the policy"
	},
	"requestId": "string",
	"took": 0
}

Workflow Library Example

Get Policy with Opsgenie and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop