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.

Gets all the public IP addresses in a subscription.
External DocumentationTo learn more, visit the Azure documentation.

Parameters

ParameterDescription
Subscription IDThe subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Example Output

[
	{
		"name": "test-ip",
		"id": "/subscriptions/sub-id/resourceGroups/group/providers/Microsoft.Network/publicIPAddresses/test-ip",
		"etag": "W/\"c4704d0a-8dad-4cc8-887d-deee45cf7fa7\"",
		"location": "eastus",
		"zones": [
			"1"
		],
		"properties": {
			"provisioningState": "Succeeded",
			"resourceGuid": "65fc72d9-013e-4681-a0f8-c6515b361d8b",
			"ipAddress": "1.1.1.1",
			"publicIPAddressVersion": "IPv4",
			"publicIPAllocationMethod": "Static",
			"idleTimeoutInMinutes": 4,
			"ipTags": [],
			"ipConfiguration": {
				"id": "/subscriptions/sub-id/resourceGroups/group/providers/Microsoft.Network/networkInterfaces/interface/ipConfigurations/ipconfig1"
			}
		},
		"type": "Microsoft.Network/publicIPAddresses",
		"sku": {
			"name": "Standard",
			"tier": "Regional"
		}
	}
]

Workflow Library Example

List All Public Ip Addresses with Azure and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop