Add Auth Source Using POST
If the authentication source is of type LDAP or AD and if ssl is enabled, the response object will contain a list of certificates found matching with the provided host.If the authentication source is not of type LDAP or AD (or) if ssl is not enabled, then the authentication source is available for use as soon as the api call is successful.It is the duty of the caller to call the PATCH (/sources) api with the certificate details. Once the PATCH api call is successful, the authentication source is available for use.
Contains authSource's type and its properties
Show optional properties
{
"id": "string",
"name": "string",
"sourceType": {
"id": "string",
"name": "string"
}
}
{
"certificates": [
{
"certificateDetails": "string",
"expires": "string",
"issuedBy": "string",
"issuedTo": "string",
"thumbprint": "string"
}
],
"created": 0,
"id": "string",
"lastModified": 0,
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"property": [
{
"name": "string",
"value": "string"
}
],
"sourceType": {
"description": "string",
"id": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"properties": {
"property": [
{
"dataType": "string",
"description": "string",
"modifiable": false,
"name": "string",
"required": false
}
]
}
}
}
Certificate details of the Authentication Source. Typically this will be present if and only if the Authentication Source enforces SSL
The Auth Source creation/import time in milliseconds
Immutable Identifier of the Auth Source
The Auth Source last modification time in millisecond
Name of the External System. Set by admin when the source is added or imported into vROps. name and id of a source is unique with the exception that name can be modified by a system admin.
Properties of the Authentication Source. The actual values of the metadata elements relevant for the specific Authentication Source
This object represents the type of external authentication source supported by vRealize Operations Manager.
The Auth source is not created in the system and ssl certificate details are returned as response. The caller has to call the PATCH (/auth/sources) API with the certificate details.
{
"certificates": [
{
"certificateDetails": "string",
"expires": "string",
"issuedBy": "string",
"issuedTo": "string",
"thumbprint": "string"
}
],
"created": 0,
"id": "string",
"lastModified": 0,
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"property": [
{
"name": "string",
"value": "string"
}
],
"sourceType": {
"description": "string",
"id": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"properties": {
"property": [
{
"dataType": "string",
"description": "string",
"modifiable": false,
"name": "string",
"required": false
}
]
}
}
}
Certificate details of the Authentication Source. Typically this will be present if and only if the Authentication Source enforces SSL
The Auth Source creation/import time in milliseconds
Immutable Identifier of the Auth Source
The Auth Source last modification time in millisecond
Name of the External System. Set by admin when the source is added or imported into vROps. name and id of a source is unique with the exception that name can be modified by a system admin.
Properties of the Authentication Source. The actual values of the metadata elements relevant for the specific Authentication Source
This object represents the type of external authentication source supported by vRealize Operations Manager.
The Auth source is created in the system
{
"certificates": [
{
"certificateDetails": "string",
"expires": "string",
"issuedBy": "string",
"issuedTo": "string",
"thumbprint": "string"
}
],
"created": 0,
"id": "string",
"lastModified": 0,
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"property": [
{
"name": "string",
"value": "string"
}
],
"sourceType": {
"description": "string",
"id": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"properties": {
"property": [
{
"dataType": "string",
"description": "string",
"modifiable": false,
"name": "string",
"required": false
}
]
}
}
}
Certificate details of the Authentication Source. Typically this will be present if and only if the Authentication Source enforces SSL
The Auth Source creation/import time in milliseconds
Immutable Identifier of the Auth Source
The Auth Source last modification time in millisecond
Name of the External System. Set by admin when the source is added or imported into vROps. name and id of a source is unique with the exception that name can be modified by a system admin.
Properties of the Authentication Source. The actual values of the metadata elements relevant for the specific Authentication Source
This object represents the type of external authentication source supported by vRealize Operations Manager.