ValidateHost

This contains APIs related to SSH or WinRm host validation

Validates hosts connectivity credentialsDeprecated

Securityx-api-key
Request
query Parameters
accountIdentifier
required
string

Account Identifier for the Entity.

orgIdentifier
string

Organization Identifier for the Entity.

projectIdentifier
string

Project Identifier for the Entity.

identifier
required
string

Secret Identifier

Request Body schema: application/json
required

List of SSH or WinRm hosts to validate, and Delegate tags (optional)

hosts
required
Array of strings

Hosts to be validated

tags
Array of strings

Delegate tags (optional)

Responses
400

Bad Request

500

Internal server error

default

Returns validation response

post/ng/api/host-validation
Request samples
application/json
{
  • "hosts": [
    ],
  • "tags": [
    ]
}
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}