Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 527 Bytes

json_circuits_circuits_list.md

File metadata and controls

22 lines (14 loc) · 527 Bytes

netbox_json_circuits_circuits_list Data Source

Get json output from the circuits_circuits_list Netbox endpoint

Example Usage

data "netbox_json_circuits_circuits_list" "test" {}
output "example" {
  value = jsondecode(data.netbox_json_circuits_circuits_list.test.json)
}

Argument Reference

This function takes no arguments.

Attributes Reference

In addition to the above arguments, the following attributes are exported:

  • json - JSON output of the list of objects for this Netbox endpoint.