ONTAP Rest API Discussions

REST API - Service Processor

TAO1
1,351 Views

Hi,

 

I am trying to retrieve the Service Processor information using PowerShell via REST API. I notice in the ONTAP REST API Online Reference that there doesn't seem to be a section under the 'Schemes' section:

TAO1_0-1663757694795.png

However, I notice there is a 'Models' section:

TAO1_1-1663757771638.png

With a Service Processor section under it:

TAO1_2-1663757855141.png

How do I use this section to create a URI in order to GET the SP config pls? Or do I need to use an alterative method?

 

Thanks

 

 

 

1 ACCEPTED SOLUTION

JohnChampion
1,252 Views

GET /cluster/nodes

GET /cluster/nodes/{uuid}

View solution in original post

2 REPLIES 2

TAO1
1,324 Views

Ah! There is a section in the REST API docs, 'Using the private CLI passthrough with ONTAP REST API'

JohnChampion
1,253 Views

GET /cluster/nodes

GET /cluster/nodes/{uuid}

Public