Discover Storage Array without host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 05:05 AM
Hello,
We are trying to discover storage array without host and trying to create HTTP classifier which will run pattern to perform HTTP call on storage array and get information.
Can you please tell me how can it be achieved?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 07:34 AM
Hi @sgtalreja ,
As per the below documentation:
Pure Storage FlashBlade discovery
SSH credentialsOn the Now Platform®, configure a user for accessing the Unix OS.Applicative credentialsOn the Now Platform®, configure applicative credentials as follows:
- Define the OS use with permissions to run the following commands:
Command Parameter Mandatory/Optional Description Pureman - Mandatory Accesses the list of pure storage commands and uses them for classification. Echo $$username$$ Mandatory Fills in the username for the temporary variable. "pureadmin list " + $usr + " --api-token --expose --csv" Mandatory Gets the user API token to generate the x-auth for the REST call commands. This OS user must also have permissions to run the following REST API calls:- /api/login – Gets the x-auth token reader from the response in Groovy.
- /api/1.2/file –systems – Retrieves information about the file systems.
- /api/1.2/blades – Retrieves information about blades.
- /api/1.2/dns – Retrieves information about DNS.
- /api/1.2/hardware – Retrieves information about the storage hardware.
- /api/1.4/network-interfaces – Retrieves information about network interfaces.
- Enter any value for the password or leave it empty. This password is not relevant.
Access to the port used for REST callsOn relevant MID Servers, provide a user with access to the port used for REST calls.
Also Possible but with a risk of modifying the patterns used to discovery this storage arrays.
Please appreciate the efforts of community contributors by marking appropriate response as Mark my Answer Helpful or Accept Solution this may help other community users to follow correct solution in future.
Thanks
AJ
Linkedin Profile:- https://www.linkedin.com/in/ajay-kumar-66a91385/
ServiceNow Community Rising Star 2024