Skip to content

Instantly share code, notes, and snippets.

@MnrGreg
MnrGreg / singlerole-scaleout-linux.yaml
Created April 7, 2020 17:51
vRealize Automation 8 - mutli-disk single-role scaleout linux blueprint
formatVersion: 1
blueprintdescription: singlerole-scaleout-linux
version: 1
inputs:
description:
type: string
title: Service Request Ref
default: SR12345
businessunit:
type: string
@olih
olih / jq-cheetsheet.md
Last active March 12, 2026 17:14
jq Cheet Sheet

Processing JSON using jq

jq is useful to slice, filter, map and transform structured json data.

Installing jq

On Mac OS

brew install jq