AnsibleTowerServer object
Example JSON representation
{
"certificate": "string",
"id": "string",
"scope": "scalr",
"sslVerification": true,
"url": "string",
"userName": "string"
}
Properties
| property | attributes | valid values | description | filter option |
|---|---|---|---|---|
| url string |
required filterable |
The Ansible Tower Server API url. |
?url=... | |
| userName string |
required |
The ID of the Ansible Tower user. |
||
| id string |
read-only filterable |
?id=... | ||
| scope string |
read-only filterable |
"scalr" "account" "environment" "farm" "farmrole" "role" "server" |
?scope=... | |
| certificate string |
optional |
|||
| sslVerification boolean |
optional |
Specifies whether it should verify SSL Certificate. |