AnsibleTowerConfigurationDetailsResponse object

Example JSON representation

{
  "data": {
    "allowOverride": true,
    "credentials": [
      {
        "id": 1,
        "name": "string",
        "type": "AnsibleTowerMachineCredentials"
      }
    ],
    "groups": [
      {
        "type": "AnsibleTowerGroup"
      }
    ],
    "id": "string",
    "inventory": {
      "id": 1,
      "name": "string"
    },
    "isShared": true,
    "name": "string",
    "organization": {
      "id": 1,
      "name": "string"
    },
    "scope": "scalr",
    "server": {
      "id": "string"
    },
    "variables": "string"
  },
  "errors": [
    {
      "code": "string",
      "message": "string"
    }
  ],
  "meta": {
    "sample": "string"
  },
  "warnings": [
    {
      "code": "string",
      "message": "string"
    }
  ]
}

Properties

property attributes valid values description filter option
data
AnsibleTowerConfiguration object
read-only
errors
Array of ApiMessage objects
read-only
meta
ApiMetaContainer object
read-only
warnings
Array of ApiMessage objects
read-only

Endpoints using this object