Skip to main content

GET – PAM Configurations

Request

GET https://{{ip}}/redfish/v1/AccountService/Oem/Ami/Configurations
Content-Type: application/json

Table 1. Account Service Properties

Name

Type

Read only

Description

(OData Attributes)  

Refer to OData Support

Id

String

True

Refer to Resource Type Definitions

Name

String

True

PAMEnabled

Boolean

False

Indicates whether or not PAM authentication should be used when authenticating Redfish requests.

PAMOrder

Array

False

  1. Array that represents the order the PAM modules will be checked for authentication.

  2. Allowable values are {“IPMI”, “LDAP”, "ACTIVE DIRECTORY”, “RADIUS”}.

  3. PAMOrder can change only when PAMEnabled in true state.

  4. RADIUS should be kept as last in the PAMOrder.

Response

The response of the request will return 200 with response body in JSON format with the OData properties.