Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
HTTP/1.1 200 OK
Content-Type: application/json

[
	{
		"id": "1",
		"name": "License Statistics",
		"version": "6.0",
		"description": "",
		"LicenseGenerator": [
		{
			"id": "1",
			"license_manager": "lm_x",
			"name": "LM-X",
			"platform": "linux_x86_x64",
			"optional_parameters": "",
			"description": ""
		},
		"ProductTemplates": [
			{
				"id": "1",
				"name": "Default",
				"product_id": "1"
			}
		]
	}
]

...