{ "opencollection": "1.0.0", "info": { "name": "FlashArray REST Active Directory SMI-S API", "version": "2.52" }, "items": [ { "info": { "name": "SMI-S", "type": "folder" }, "items": [ { "info": { "name": "Pure Storage List SMI-S Settings", "type": "http" }, "http": { "method": "GET", "url": "/api/2.52/smi-s", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Request-ID", "value": "" } ], "params": [ { "name": "filter", "value": "", "type": "query", "description": "Narrows down the results to only the response objects\nthat satisfy the filter criteria.\n" }, { "name": "limit", "value": "10", "type": "query", "description": "Limits the size of the response to the specified number of objects on each page.\nTo return the total number of resources, set `limit=0`.\nThe total number of resources is returned as a `total_item_count` value.\nIf the page size requested is larger than the system maximum limit,\nthe server returns the maximum limit, disregarding the requested page size.\n" }, { "name": "offset", "value": "10", "type": "query", "description": "The starting position based on the results of the query\nin relation to the full set of response objects returned.\n" }, { "name": "sort", "value": "", "type": "query", "description": "Sorts the response objects by the specified fields. Sorting can be applied to any field name\n in the response, in ascending order by default, or in descending order by prefixing the\n field name with a minus sign (-). Multiple fields can be specified as a comma-separated\n list (e.g., sort volumes by size descending, then by name ascending). If sort is provided,\n the response will not include a continuation_token.\n" }, { "name": "total_item_count", "value": "", "type": "query", "description": "If set to `true`, the `total_item_count` matching the\nspecified query parameters is calculated and returned in\nthe response. If set to `false`, the `total_item_count`\nis `null` in the response. This may speed up queries\nwhere the `total_item_count` is large. If not specified,\ndefaults to `false`.\n" } ] }, "docs": "Displays the SMI-S settings, including whether SLP and WBEM-HTTPS are enabled.\n" }, { "info": { "name": "Pure Storage Modify SLP and SMI-S", "type": "http" }, "http": { "method": "PATCH", "url": "/api/2.52/smi-s", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Request-ID", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies the Service Location Protocol (SLP) and the SMI-S provider, enabling or\ndisabling them.\n" } ] } ], "bundled": true }