    

 ## On this page

  

 

 # Example: Add Harmonic Vibe Profiles

 Last update: 17.07.2025 

## Proto Request Example

```
{
  "project": "Tutorial Project",
  "harmonicVibeProfiles": [
    {
      "phaseName": "On The Road",
      "eventName": "5 - Harmonic Vibe",
      "profileName": "First Harmonic Profile",
      "freqUnits": "Hz",
      "loadUnits": "G",
      "harmonicVibeProfileEntries": [
        {
          "freq": 100.0,
          "load": 10.0
        },
        {
          "freq": 1000.0,
          "load": 10.0
        }
      ],
      "triaxialAxis": "x"
    },
    {
      "phaseName": "On The Road",
      "eventName": "Test HV",
      "profileName": "Second Harmonic Profile",
      "freqUnits": "Hz",
      "loadUnits": "G",
      "harmonicVibeProfileEntries": [
        {
          "freq": 100.0,
          "load": 10.0
        },
        {
          "freq": 1000.0,
          "load": 10.0
        }
      ],
      "triaxialAxis": "y"
    }
  ]
}

```

## Python Example

For a Python example, refer to the online [PySherlock Reference](https://sherlock.docs.pyansys.com/version/stable/api/index.html).