com.vmware.content.configuration

The configuration service provides operations to configure the global settings of the Content Library Service.

The configuration settings are used by the Content Library Service to control the behavior of various operations.

get

POST /com/vmware/content/configuration?~action=get

Retrieves the current configuration values.
Request:
Representations:
POST /com/vmware/content/configuration?~action=get

Parameters:
None

Response:
Representations:
{
    "value"{
        "automatic_sync_enabled"true,
        "automatic_sync_start_hour"10,
        "automatic_sync_stop_hour"10,
        "maximum_concurrent_item_syncs"10
    }
}
<?xml version="1.0" ?>
<ns0:Get-Result xmlns:ns0="http://vmware.com/content/configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <value>
    <automatic_sync_enabled>true</automatic_sync_enabled>
    <automatic_sync_stop_hour>10</automatic_sync_stop_hour>
    <maximum_concurrent_item_syncs>10</maximum_concurrent_item_syncs>
    <automatic_sync_start_hour>10</automatic_sync_start_hour>
  </value>
</ns0:Get-Result>

Parameters:
Name Type Required Description
result configuration_model Yes The com.vmware.content.configuration_model instance representing the configuration of the Content Library Service.

Errors:
None

Copyright © 2014. All Rights Reserved.