---
title: "POST /projects/{project}/regions/{region}/networkEdgeSecurityServices"
method: POST
path: "/projects/{project}/regions/{region}/networkEdgeSecurityServices"
tags: ["networkEdgeSecurityServices"]
---

# POST /projects/{project}/regions/{region}/networkEdgeSecurityServices

`POST /projects/{project}/regions/{region}/networkEdgeSecurityServices`

Creates a new service in the specified project using the data included in
the request.

## Path parameters

- `project` string, required
- `region` string, required

## Query parameters

- `requestId` string
- `validateOnly` boolean

## Request body

- NetworkEdgeSecurityService — Represents a Google Cloud Armor network edge security service resource.
  - `creationTimestamp` string — Output only. [Output Only] Creation timestamp inRFC3339 text format.
  - `selfLinkWithId` string — Output only. [Output Only] Server-defined URL for this resource with the resource id.
  - `id` string, uint64 — Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
  - `description` string — An optional description of this resource. Provide this property when you create the resource.
  - `region` string — Output only. [Output Only] URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
  - `fingerprint` string, byte — Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a NetworkEdgeSecurityService. An up-to-date fingerprint must be provided in order to update the NetworkEdgeSecurityService, otherwise the request will fail with error412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a NetworkEdgeSecurityService.
  - `securityPolicy` string — The resource URL for the network edge security service associated with this network edge security service.
  - `selfLink` string — Output only. [Output Only] Server-defined URL for the resource.
  - `name` string — Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
  - `kind` string — Output only. [Output only] Type of the resource. Alwayscompute#networkEdgeSecurityService for NetworkEdgeSecurityServices

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/compute.md) · [All operations](https://skmtc.net/google/apis/compute/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/compute/revisions/6120ed8969d4/schema)
