---
title: "POST /v1/{+parent}/certificateMaps"
method: POST
path: "/v1/{+parent}/certificateMaps"
tags: ["projects"]
---

# POST /v1/{+parent}/certificateMaps

`POST /v1/{+parent}/certificateMaps`

Creates a new CertificateMap in a given project and location.

## Path parameters

- `parent` string, required

## Query parameters

- `certificateMapId` string

## Request body

- CertificateMap — Defines a collection of certificate configurations.
  - `gclbTargets` GclbTarget[] — Output only. A list of GCLB targets that use this Certificate Map. A Target Proxy is only present on this list if it's attached to a Forwarding Rule.
    - `ipConfigs` IpConfig[] — Output only. IP configurations for this Target Proxy where the Certificate Map is serving.
      - `ipAddress` string — Output only. An external IP address.
      - `ports` integer[] — Output only. Ports.
    - `targetHttpsProxy` string — Output only. This field returns the resource name in the following format: `//compute.googleapis.com/projects/*/global/targetHttpsProxies/*`.
    - `targetSslProxy` string — Output only. This field returns the resource name in the following format: `//compute.googleapis.com/projects/*/global/targetSslProxies/*`.
  - `name` string — Identifier. A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*`.
  - `description` string — Optional. One or more paragraphs of text description of a certificate map.
  - `createTime` string, google-datetime — Output only. The creation timestamp of a Certificate Map.
  - `labels` object — Optional. Set of labels associated with a Certificate Map.
  - `tags` object — Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing"
  - `updateTime` string, google-datetime — Output only. The update timestamp of a Certificate Map.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/certificatemanager.md) · [All operations](https://skmtc.net/google/apis/certificatemanager/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/certificatemanager/versions/2a5bf0361fcc/schema)
