SystemConfigPscRegistrationInfo

The PscRegistration.Info structure has fields to specify information about the PSC node.


Properties

string
address Required

The IP address or DNS resolvable name of the PSC this appliance is registered with.


integer as int64
https_port Required

The HTTPs port used by the external PSC.


string
sso_domain Required

The Single Sign-On domain name of the external PSC.

JSON Example

{
	"address": "string",
	"https_port": 0,
	"sso_domain": "string"
}
Returned By

Get PSC Registration

Feedback

Was this page helpful?