POST domain/{domainId}/soarecord
Creates a new Start of Authority (SoA) Record for a specified Domain
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| domainId | System.String | None |
Body Parameters
Epic.Applications.DNS.SoaRecordInput
| Name | Description | Type | Additional information |
|---|---|---|---|
| DomainID | System.Guid | None | |
| ResponsiblePerson | System.String | None | |
| Refresh | System.Int32 | None | |
| Retry | System.Int32 | None | |
| Expires | System.Int32 | None | |
| DefaultTtl | System.Int32 | None |
Response Information
Resource Description
Epic.Applications.DNS.SoaRecordModel
| Name | Description | Type | Additional information |
|---|---|---|---|
| SoaRecordID | System.Guid | None | |
| DomainID | System.Guid | None | |
| ResponsiblePerson | System.String | None | |
| Refresh | System.Int32 | None | |
| Retry | System.Int32 | None | |
| Expires | System.Int32 | None | |
| DefaultTtl | System.Int32 | None |