    

 ## On this page

  

 

 # Example: Run Part Validation and Mechanical Shock Analysis

 Last update: 17.07.2025 

## Proto Request Example

```
{
  "project": "Tutorial",
  "ccaName": "Main Board",
  "analyses": [
    {
      "type": 10
    },
    {
      "type": 4,
      "phases": [
        {
          "name": "On The Road",
          "events": [
            {
              "name": "2 - Pothole"
            }
          ]
        },
        {
          "name": "Environmental",
          "events": [
            {
              "name": "3 - Earthquake"
            }
          ]
        }
      ]
    }
  ]
}

```

## Python Example

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