Versions Compared

Key

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

...

Anchor
Create a Credential Example Request
Create a Credential Example Request
Create a Credential: Example Request


c89e7b2caf4247909bc46041df8a2643


XML Request

JSON Request

Expand
titleXML Request
<credential retainSysIds="true">
<description />
<name>test</name>
<opswiseGroups>
<opswiseGroup>bs1</opswiseGroup>
<opswiseGroup>bs2</opswiseGroup>
</opswiseGroups>
<runtimeKeyLocation />
<runtimePassPhrase />
<runtimePassword>test</runtimePassword>
<runtimeToken>c89e7b2caf4247909bc46041df8a2643<>c89e7b2caf4247909bc46041df8a2643</runtimeToken>
<runtimeUser>test</runtimeUser>
<sysId>36208a27bda64312a854985314922953</sysId>
<type>Standard</type> </credential>
Expand
titleJSON Request
{
  "description": "Testing",
  "name": "test",
  "opswiseGroups": [
    "bs1",
    "bs2"
  ],
  "retainSysIds": true,
  "runtimeKeyLocation": null,
  "runtimePassPhrase": null,
  "runtimePassword": "test",
"runtimeToken": "c89e7b2caf4247909bc46041df8a2643",
"runtimeUser": "test",
"sysId": "6e9791f0d0f541339dad3202e806276f",
"type": "Standard"
}

Anchor
Credential Properties
Credential Properties
Credential Properties

...