Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

API Examples

Reply

Grid Memebr csv export

Member
Posts: 1
8237     0

Hi all,

is there a way to export the grid memebr as described in the followng shot?

I want to take this action with WAPI

Cattura.JPGI tried to use the example that is described in the guide

https://127.0.0.1/wapi/v2.9/fileop?_function=csv_export.

The example is used to export host and the json object is:

'{"_object": "record:host"}'

 

To export Member I change the object into {"_object": "member"}

The server responds with the following error:

{
"Error": "AdmConProtoError: member objects do not support CSV export.",
"code": "Client.Ibap.Proto",
"text": "member objects do not support CSV export."
}

 

Is it impossible to export this kind of object or is there a mistake in the request?

Thanks in advance

 

Re: Grid Memebr csv export

Adviser
Posts: 181
8238     0

Hi,

 

There is no mistake in the rquest. However, the member object does not support the CSV export function.

Showing results for 
Search instead for 
Did you mean: 

Recommended for You