GET /webapput/{uuid}
/webapput/{uuid}
UUID of the object to fetch
object name
List of fields to be returned for the resource. Some fields like name, URL, uuid etc. are always returned.
All the Avi REST reference URIs have a name suffix as URI#name. It is useful to get the referenced resource name without performing get on that object.
Default values are not set.
It automatically returns additional dependent resources like runtime. Eg. join_subresources=runtime.
Avi Tenant Header
Avi Tenant Header UUID
The caller is required to set Avi Version Header to the expected version of configuration. The response from the controller will provide and accept data according to the specified version. The controller will reject POST and PUT requests where the data is not compatible with the specified version.
Avi Controller may send back CSRF token in the response cookies. The caller should update the request headers with this token else controller will reject requests.
OK
{
"_last_modified": "string",
"configpb_attributes": {
"version": 0
},
"default_first_int": 0,
"default_second_int": 0,
"default_string": "string",
"default_third_int": 0,
"mandatory_test": {
"mandatory_message": {
"mandatory_message": {
"optional_string": "string"
},
"mandatory_messages": [
{
"optional_string": "string"
}
],
"mandatory_string": "string",
"mandatory_strings": [
"string"
]
},
"mandatory_messages": [
{
"mandatory_message": {
"optional_string": "string"
},
"mandatory_messages": [
{
"optional_string": "string"
}
],
"mandatory_string": "string",
"mandatory_strings": [
"string"
]
}
],
"mandatory_string": "string",
"mandatory_strings": [
"string"
]
},
"mandatory_tests": [
{
"mandatory_message": {
"mandatory_message": {
"optional_string": "string"
},
"mandatory_messages": [
{
"optional_string": "string"
}
],
"mandatory_string": "string",
"mandatory_strings": [
"string"
]
},
"mandatory_messages": [
{
"mandatory_message": {
"optional_string": "string"
},
"mandatory_messages": [
{
"optional_string": "string"
}
],
"mandatory_string": "string",
"mandatory_strings": [
"string"
]
}
],
"mandatory_string": "string",
"mandatory_strings": [
"string"
]
}
],
"name": "string",
"sensitive_test": {
"sensitive_message": {
"sensitive_message": {
"optional_sensitive_string": "string"
},
"sensitive_messages": [
{
"optional_sensitive_string": "string"
}
],
"sensitive_string": "string"
},
"sensitive_messages": [
{
"sensitive_message": {
"optional_sensitive_string": "string"
},
"sensitive_messages": [
{
"optional_sensitive_string": "string"
}
],
"sensitive_string": "string"
}
],
"sensitive_string": "string"
},
"sensitive_tests": [
{
"sensitive_message": {
"sensitive_message": {
"optional_sensitive_string": "string"
},
"sensitive_messages": [
{
"optional_sensitive_string": "string"
}
],
"sensitive_string": "string"
},
"sensitive_messages": [
{
"sensitive_message": {
"optional_sensitive_string": "string"
},
"sensitive_messages": [
{
"optional_sensitive_string": "string"
}
],
"sensitive_string": "string"
}
],
"sensitive_string": "string"
}
],
"skip_optional_check_tests": false,
"string_length_test": {
"string_length_message": {
"string_length_message": {
"test_string": "string"
},
"string_length_messages": [
{
"test_string": "string"
}
],
"test_string": "string",
"test_strings": [
"string"
]
},
"string_length_messages": [
{
"string_length_message": {
"test_string": "string"
},
"string_length_messages": [
{
"test_string": "string"
}
],
"test_string": "string",
"test_strings": [
"string"
]
}
],
"test_string": "string",
"test_strings": [
"string"
]
},
"string_length_tests": [
{
"string_length_message": {
"string_length_message": {
"test_string": "string"
},
"string_length_messages": [
{
"test_string": "string"
}
],
"test_string": "string",
"test_strings": [
"string"
]
},
"string_length_messages": [
{
"string_length_message": {
"test_string": "string"
},
"string_length_messages": [
{
"test_string": "string"
}
],
"test_string": "string",
"test_strings": [
"string"
]
}
],
"test_string": "string",
"test_strings": [
"string"
]
}
],
"tenant_ref": "string",
"test_sensitive_string": "string",
"test_string": "string",
"url": "string",
"uuid": "string"
}
UNIX time since epoch in microseconds. Units(MICROSECONDS).
configpb_attributes
default uint64 field. Field introduced in 30.1.2. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
default int64 field. Field introduced in 30.1.2. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
Default string field. Field introduced in 30.1.2. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
default int32 field. Field introduced in 30.1.2. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
mandatory_test
Repeated message for nested f_mandatory test cases-level1. Field introduced in 21.1.5, 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
Name of the WebappUT object-level0. Field introduced in 21.1.5, 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
sensitive_test
Repeated message for nested f_sensitive test cases-level1. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
Optional bool for nested skip_optional_check test cases-level1. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
string_length_test
Repeated message for nested max string length test cases. Field introduced in 21.1.5, 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
Tenant of the WebappUT object-level0. It is a reference to an object of type Tenant. Field introduced in 21.1.5, 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
The string for sensitive (secret) field. object-level0. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
The maximum string length. Field introduced in 21.1.5, 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
url
UUID of the WebappUT object-level0. Field introduced in 21.1.5, 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
log in failed
curl -H 'Authorization: <value>' https://{api_host}/api/webapput/{uuid}