AaaLoginResponse

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Properties

Name Type Description
totalCount string
imdata array
View JSON Schema on GitHub

JSON Schema

cisco-nexus-nxapi-rest-aaa-login-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AaaLoginResponse",
  "type": "object",
  "properties": {
    "totalCount": {
      "type": "string"
    },
    "imdata": {
      "type": "array"
    }
  }
}