Versions Compared

Key

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

...

XML Response

JSON Response

Expand
titleXML Response


<credentials>
   <credential exportReleaseLevel="7.2.0.0" exportTable="ops_credentials" version="1">
	<description />
	<name>test</name>
	<opswiseGroups>
		<opswiseGroup>bs1</opswiseGroup>
		<opswiseGroup>bs2</opswiseGroup>
	</opswiseGroups>
	<runtimeKeyLocation />
	<runtimeUser>ops.admin</runtimeUser>
	<sysId>36208a27bda64312a854985314922953</sysId>
	<type>Standard</type>
   </credential>
   <credential exportReleaseLevel="7.2.0.0" exportTable="ops_credentials" version="1">
	<description />
	<name>test 2</name>
	<opswiseGroups>
		<opswiseGroup>bs1</opswiseGroup>
		<opswiseGroup>bs2</opswiseGroup>
	</opswiseGroups>
	<runtimeKeyLocation />
	<runtimeUser>ops.admin2</runtimeUser>
	<sysId>36208a27bda64312a854985314922954</sysId>
	<type>Standard</type>
   </credential>
</credentials>
Expand
titleJSON Response


[ {
  "description": null,
"exportReleaseLevel": "7.2.0.0",
"exportTable": ops_credentials",
"name": "test", "opswiseGroups": ["bs1","bs2"], "runtimeKeyLocation": null, "runtimeUser": "test", "sysId": "6e9791f0d0f541339dad3202e806276f", "type": "Standard", "version": 1 }, { "description": null,
"exportReleaseLevel": "7.2.0.0",
"exportTable": ops_credentials",
"name": "test 2", "opswiseGroups": ["bs1","bs2"], "runtimeKeyLocation": null, "runtimeUser": "test 2", "sysId": "6e9791f0d0f541339dad3202e806276g", "type": "Standard", "version": 1 } ]

...

XML Response

JSON Response

Expand
titleXML Response


 <credential exportReleaseLevel="7.2.0.0" exportTable="ops_credentials" retainSysIds="true" version="1">
	<description />
	<name>test</name>
	<opswiseGroups>
		<opswiseGroup>bs1</opswiseGroup>
		<opswiseGroup>bs2</opswiseGroup>
	</opswiseGroups>
	<runtimeKeyLocation />
	<runtimeUser>ops.admin</runtimeUser>
	<sysId>36208a27bda64312a854985314922953</sysId>
	<type>Standard</type>
</credential>
Expand
titleJSON Response


{
  "description": null,
"exportReleaseLevel": "7.2.0.0",
"exportTable": ops_credentials",
"name": "test", "opswiseGroups": ["bs1","bs2"], "retainSysIds": true, "runtimeKeyLocation": null, "runtimeUser": "test", "sysId": "6e9791f0d0f541339dad3202e806276f", "type": "Standard", "version": 1 }