> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy Server Or Database

Deploy a new on-prem server or database for scanning.

**Required Permission**:

* `cyera.insert.deployment`

<Note>
  External Documentation

  To learn more, visit the [Cyera documentation](https://api.cyera.io/docs#tag/deployments/post/v1/deployments/on-prem/datastores).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter                           | Description                                                                                                                                                                                                                        |
  | ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Authentication Method               | The authentication method to apply to the deployment.                                                                                                                                                                              |
  | Data Center UID                     | The UID of the data center where the deployment will be created. Can be obtained by using the `List Deployment Networks` action.                                                                                                   |
  | Dell PowerScale Management Password | The password for the Dell PowerScale management account.                                                                                                                                                                           |
  | Dell PowerScale Management Username | The username for the Dell PowerScale management account.                                                                                                                                                                           |
  | Deployment Type                     | The type of on-prem deployment to onboard.                                                                                                                                                                                         |
  | Endpoint FQDN                       | The Fully Qualified Domain Name (FQDN) of the Active Directory server.                                                                                                                                                             |
  | Host                                | The hostname or IP address of the target server.                                                                                                                                                                                   |
  | Network UID                         | The network UID where the deployment is located. Can be obtained by using the `List Deployment Networks` action.                                                                                                                   |
  | Oracle SID                          | The Oracle system identifier.                                                                                                                                                                                                      |
  | Password                            | The password for authentication. Must be encrypted using the public key retrieve from the `Get Public Key` action.<br /><br />**Note**: Encryption is done using **RSA**, the format is **pkcs8-private** and scheme is **pkcs1**. |
  | Port                                | The network port used to connect to the deployment.                                                                                                                                                                                |
  | SSL Enabled                         | Select whether SSL is enabled.                                                                                                                                                                                                     |
  | Username                            | The username used to authenticate to the deployment.<br /><br />**Note**: Must be in the format of `domain\user` if `Authentication Method` parameter is not `LOCAL_DB`.                                                           |
</div>

## Example Output

```json theme={"dark"}
{
	"deploymentScopeUid": "string"
}
```

## Workflow Library Example

[Deploy Server or Database with Cyera and Send Results Via Email](https://library.blinkops.com/workflows/deploy-server-or-database-with-cyera-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/deploy-server-or-database-with-cyera-and-send-results-via-email/canvas" />
</div>
