Creating a custom hardware precheck profile

Procedure
  1. 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.
  2. 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.

  3. Upload the saved JSON file using the following command:
    nps create -p hwprecheck_profile -f <new json file name>.json
  4. Check the newly created custom hardware precheck profile using the following command:
    nps show -p hwprecheck_profiles -n <hwprecheck_profile_name>