Creating a custom hardware precheck profile
Procedure
- Use the Sample hardware precheck profile to create a profile by copying the JSON content into a new file and edit as per the requirement.
-
After editing all the fields, save the new profile as
<new json file name>.json
.For more information about the key and value of each field in the profile, see Hardware precheck profile format.
-
Upload the saved JSON file using the following command:
nps create -p hwprecheck_profile -f <new json file name>.json
-
Check the newly created custom hardware precheck profile using the following command:
nps show -p hwprecheck_profiles -n <hwprecheck_profile_name>