Non-default data domain profiles are created by an administrator in charge of the Endeca Server cluster. Before you create a data domain, you need to know the names and characteristics of previously defined domain profiles. This information is returned with the operations from the Manage Web Service and Cluster Web Service, or with endeca-cmd.
Option | Description |
---|---|
endeca-cmd get-dd-profile name or getDataDomainProfile from the Manage Web Service | Lists the details of a single specified data domain profile. |
endeca-cmd list-dd-profiles or listDataDomainProfiles from the Manage Web Service | Lists all defined data domain profiles. |
<ns1:listDataDomainProfiles xmlns:ns1="http://www.endeca.com/endeca-server/manage/1/0"/>
The request returns the set of data domain profiles configured in the Endeca Server cluster. For each data domain profile, it returns its name, description, and other characteristics, such as the number of follower nodes, the number of query processing threads, and the list of arguments that are sent to the Dgraph processes for this data domain profile.
A getDataDomainProfile request is similar, but requires you to specify the name of the data domain profile.
MyTestProfile Description: test_profile_with_0_followers_readonly_false AllowQueriesOnLeader: true AllowOverSubscribe: true NumFollowers: 0 NumComputeThreads: 2 read-only: false computeCacheSizeMB: 0 startupTimeoutSeconds: 60 shutdownTimeoutSeconds: 60 session-id-type: header session-id-key: X-Endeca-Session-ID args: []
When you use endeca-cmd list-dd-profiles, by default it returns only the names of the data domain profiles. If you use the --verbose parameter, the command also returns information for each of the configured data domain profiles.