Description Syntax Example createWCPSPeopleConnection

10-118 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.13.2.3 Example

The following example creates an Activity Graph connection in a particular namespace: wls:weblogicserverConfig createWCPSActivityGraphConnectionname=AGConnection, host=myhost.com, port=8888, namespace=myNamespace

10.13.3 createWCPSPeopleConnection

Module: Oracle WebCenter Use with WLST: Online

10.13.3.1 Description

Creates a People connection for the WebCenter Personalization service.

10.13.3.2 Syntax

createWCPSPeopleConnectionname, host, port, [scheme], [namespace], [isDefault], [restResourceIndex], [rewriteUrls], [pathTrim], [server] rewriteUrls Optional. Specifies how to rewrite URLs returned from the Activity Graph REST service. Valid options are producer, consumer, and none. Defaults to none. For more details, see Managing WebCenter Personalization in the Oracle Fusion Middleware Administrators Guide for Oracle WebCenter. pathTrim Optional. Specifies the path parts to trim from URLs returned from the Activity Graph REST service. Defaults to None. For more details, see Managing WebCenter Personalization in the Oracle Fusion Middleware Administrators Guide for Oracle WebCenter. server Optional. Name of the Managed Server hosting the WebCenter Personalization service. This parameter is only required in a nondefault deployment configuration. No value is required for a default deployment where the WC_Utilities server hosts Personalization services. Argument Definition name Connection name. Must be unique for this connection type within a namespace. host Hostname of the server hosting the People Connection REST service. Typically, the machine name of the WC_Spaces managed server. port Port of the server hosting the People Connection service. Typically, the port number of the WC_Spaces managed server. scheme Optional. HTTP scheme for accessing the People Connection service. Valid options are http and https. Defaults to http. namespace Optional. WebCenter Personalization connection namespace for the connection. If not specified or set to none, the connection is available to all namespaces. isDefault Optional. Indicates whether this connection is the default People connection. Valid values are 1 true or 0 false. Defaults to 0. Argument Definition Oracle WebCenter Custom WLST Commands 10-119

10.13.3.3 Example

The following example creates a People connection in the default namespace: wls:weblogicserverConfig createWCPSPeopleConnectionname=PeopleConnection, host=myhost.com, port=8888

10.13.4 createWCPSCustomConnection