Resources

name path methods description
TungstenApiV8
  • /api/v8/ping
  • /api/v8/rmi-security
  • /api/v8/tungsten-version
  • /api/v8/users
  • /api/v8/users/{userName}
  • GET
  • GET
  • GET
  • GET POST
  • DELETE GET PUT
Defines API entry points common to all Tungsten components

Data Types

JSON

type description
Credentials
CredentialsPayload User/password information
Ping
PingPayload Common Tungsten API payload
RmiSecurityInfo
RmiSecurityPayload Whether encryption and authentication are defined for RMI/JMX
StringPL String payload.
StringPayload String payload for configuration values, simple descriptions or command results. The string is embedded in a superclass so that the json structure will look like:
{
    "payloadType": "StringPayload",
    "payloadVersion": "1",
    "payload": 
    {
       "value"="stringvalue"
    }
}
TungstenPayload Common Tungsten API payload
URIsPayload List of URIs to list underlying possible API calls
Version
VersionPayload Holds tungsten version information in tungstenVersion with convenient access to the individual values:product and version min/maj/rev