Summary
          Get a single application.
          Description
          Get a single application in IAP.
          Route
          GET /applications/:name
          Roles
          
            admin
apiread
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Required | Description | 
            
            
              
    | name | string | yes | The name of the selected application. | 
            
          
          
          
            Copied to Clipboard
            
            {
  "type": "object",
  "properties": {},
  "required": [],
  "additionalProperties": false
}
           
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Description | 
            
            
              
                | result | object | Contains the data of a single application. | 
            
          
          
            Copied to Clipboard
            
            {
  "metadata": {
    "isActive": true
  },
  "data": {
    "loggerProps": {
      "log_max_files": 100,
      "log_max_file_size": 1048576,
      "log_level": "trace",
      "log_directory": "/var/log/pronghorn",
      "log_filename": "pronghorn.log",
      "console_level": "debug",
      "description": "Logger Settings",
      "log_timezone_offset": 0,
      "metrics_filename": "metrics.log",
      "metrics_max_files": 31,
      "metrics_rotation_interval": "7d",
      "metrics_rotation_size": "10M",
      "syslog": {
        "level": "error",
        "facility": "local0",
        "type": "5424",
        "path": "/dev/log",
        "pid": "process.pid",
        "localhost": "",
        "app_name": "",
        "eol": ""
      }
    },
    "isEncrypted": false,
    "model": "@itential/adapter-local_aaa",
    "name": "Local AAA",
    "type": "Application",
    "profiling": false,
    "virtual": false,
    "systemProps": {
      "maxOldSpaceSize": 2048
    }
  }
}