apiCmPeer
Information about a Cloudera Manager peer instance.
The username and password properties are only used when creating peers. They should be the credentials of a user with administrator privileges on the remote Cloudera Manager being linked. These credentials are not stored; they're just used to create the peer.
When retrieving peer information, neither of the above fields are populated.
JSON
| property | type | description |
|---|---|---|
| name | name (string) | The name of the link. |
| url | url (string) | The URL of the remote CM instance. |
| username | username (string) | The remote admin username, for setting up the link. |
| password | password (string) | The remote admin password, for setting up the link. |