This command is used to manipulate the standard shared property stores as well as
configuration specific property stores.
properties/[instance:]storename/propname[/value] - Get or set value in specific
store
properties/[instance:]storename - Get all values in store (HTTP GET)
properties/[instance:]storename - Put all posted values to store (HTTP POST)
properties/☆/propname[/value] - Get or set value in default store
properties - List all property stores
The instance ID is optional. If one is specified, the instance ID is used to access the
property store. If the instance is running, the properties for the running configuration
is used, otherwise the configuration file for the instance is loaded to update the property
store.
Field Summary
Fields inherited from class com.ibm.di.eclipse.http.commands.RestCommand