File Server vips GET operation

GET {{baseUrl}}/api/v1/storage-systems/device-type6/:systemUuid/vips?limit=100&offset=0&filter=<string>&sort=name asc

This API endpoint is to get a particular file server vips information

Request Params

KeyDatatypeRequiredDescription
limitnumberNumber of items to return at a time
offsetnumberThe offset of the first item in the collection to return
filterstringThe filter query parameter is used to filter the set of resources
returned in the response. The returned set of resources must match the
criteria in the filter query parameter

A comparison compares a property name to a literal. The comparisons supported are the following:

  • “eq” : Is a property equal to value. Valid for number, boolean and string properties.
  • “gt” : Is a property greater than a value. Valid for number or string timestamp properties.
  • “lt” : Is a property less than a value. Valid for number or string timestamp properties
  • “in” : Is a value in a property (that is an array of strings)

Filters are supported on the following properties:

  • id
  • uuid
  • generation
  • name
  • vipPoolName
  • nodeName | | sort | string | | A list of properties defining the sort order. This takes a single property name followed by the direction to sort in, separated by a space.

If not specified, the default behaviour is to sort by name. The supported directions are asc and desc for ascending and descending respectively.

Sorting is supported on the following properties:

  • id
  • uuid
  • generation
  • name
  • vipPoolName
  • nodeName |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;customerId&quot;:&quot;\u003cstring\u003e&quot;,&quot;fileServer&quot;:{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;},&quot;generation&quot;:&quot;\u003clong\u003e&quot;,&quot;id&quot;:&quot;\u003clong\u003e&quot;,&quot;ip&quot;:&quot;\u003cipv4\u003e&quot;,&quot;nodeName&quot;:&quot;\u003cstring\u003e&quot;,&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;uuid&quot;:&quot;\u003cuuid\u003e&quot;,&quot;vipPoolName&quot;:&quot;\u003cstring\u003e&quot;},{&quot;customerId&quot;:&quot;\u003cstring\u003e&quot;,&quot;fileServer&quot;:{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;},&quot;generation&quot;:&quot;\u003clong\u003e&quot;,&quot;id&quot;:&quot;\u003clong\u003e&quot;,&quot;ip&quot;:&quot;\u003cipv4\u003e&quot;,&quot;nodeName&quot;:&quot;\u003cstring\u003e&quot;,&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;uuid&quot;:&quot;\u003cuuid\u003e&quot;,&quot;vipPoolName&quot;:&quot;\u003cstring\u003e&quot;}],&quot;pageLimit&quot;:&quot;\u003cinteger\u003e&quot;,&quot;pageOffset&quot;:&quot;\u003cinteger\u003e&quot;,&quot;total&quot;:&quot;\u003cinteger\u003e&quot;}