v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1467365253.0 KB

Applies a schema extension to a Microsoft AD directory.

post/#X-Amz-Target=DirectoryService_20150416.StartSchemaExtension

Headers

X-Amz-Target'DirectoryService_20150416.StartSchemaExtension' required

Request body

DirectoryIdstring required

The identifier of the directory for which the schema extension will be applied to.

CreateSnapshotBeforeSchemaExtensionboolean required

If true, creates a snapshot of the directory before applying the schema extension.

LdifContentstring required

The LDIF file represented as a string. To construct the LdifContent string, precede each line as it would be formatted in an ldif file with \n. See the example request below for more details. The file size can be no larger than 1MB.

Descriptionstring required

A description of the schema extension.

Response

Success

SchemaExtensionIdstring

The identifier of the schema extension that will be applied.