Method: organizations.apimServiceExtensions.create

Creates an APIM ServiceExtension in an organization.

HTTP request

POST https://apigee.googleapis.com/v1/{parent=organizations/*}/apimServiceExtensions

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the organization in which the service extension will be created. Use the following structure in your request: organizations/{org}

Authorization requires the following IAM permission on the specified resource parent:

  • apigee.apimServiceExtensions.create

Query parameters

Parameters
apimServiceExtensionId

string

Optional. ID used to uniquely identify of the service extension. It must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens, and can have a maximum length of 63 characters. Additionally, the first character must be a letter and the last a letter or a number.

Request body

The request body contains an instance of ApimServiceExtension.

Response body

If successful, the response body contains a newly created instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform