Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: More renames.

...

Code Block
languagejs
titleListConfigs DescribeConfigs Request
DescribeConfigs Request (Version: 0) => [resource]   
  resource => resource_type resource_name
    resource_type => INT8
    resource_name => STRING

...

Code Block
languagejs
titleListConfigs DescribeConfigs Response
DescribeConfigs Response (Version: 0) => error_code [entities]
  entities => error_code resource_type resource_name [configs]
	error_code => INT16
	resource_type => INT8
    resource_name => STRING
    configs =>
      config_name => STRING
      config_value => STRING
      read_only => BOOLEAN
      is_default => BOOLEAN
      is_sensitive => BOOLEAN

...