List Resource Info
This API provides field names of attributes in NSX types that are owned by Policy, as opposed to those owned by the enforcement point. For any type on NSX, some of the attributes of that type may be owned and set by Policy when realizing the intent, while some others may be owned and set by the enforcement point itself. This information can be used to disable updates to Policy owned attributes by the advanced networking UI, while allowing tweaking to the attributes owned by the management plane.
Request
URLURL
Query Parameters
Query Parameters
Response
Response BodyResponse Body
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"cursor": "string",
"result_count": 0,
"results": [
{
"fields": [
{
"field_name": "string",
"sub_type": "PolicyFineTuningResourceInfo Object"
}
],
"resource_name": "string"
}
],
"sort_ascending": false,
"sort_by": "string"
}
The server will populate this field when returing the resource. Ignored on PUT and POST.
Schema for this resource
Opaque cursor to be used for getting next page of records (supplied by current result page)
Count of results found (across all pages), set only on first page
If true, results are sorted in ascending order
Field by which records are sorted