{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin domains.domainDnsRecord API", "version": "1.0.0" }, "items": [ { "info": { "name": "domains.domainDnsRecord", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List serviceConfigurationRecords", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/serviceConfigurationRecords", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration." }, { "info": { "name": "Microsoft Graph Create new navigation property to serviceConfigurationRecords for domains", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/serviceConfigurationRecords", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to serviceConfigurationRecords for domains" }, { "info": { "name": "Microsoft Graph Get serviceConfigurationRecords from domains", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/serviceConfigurationRecords/:domainDnsRecord-id", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "domainDnsRecord-id", "value": "", "type": "path", "description": "The unique identifier of domainDnsRecord" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Doesn't support $expand." }, { "info": { "name": "Microsoft Graph Update the navigation property serviceConfigurationRecords in domains", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/serviceConfigurationRecords/:domainDnsRecord-id", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "domainDnsRecord-id", "value": "", "type": "path", "description": "The unique identifier of domainDnsRecord" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property serviceConfigurationRecords in domains" }, { "info": { "name": "Microsoft Graph Delete navigation property serviceConfigurationRecords for domains", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/serviceConfigurationRecords/:domainDnsRecord-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "domainDnsRecord-id", "value": "", "type": "path", "description": "The unique identifier of domainDnsRecord" } ] }, "docs": "Microsoft Graph Delete navigation property serviceConfigurationRecords for domains" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/serviceConfigurationRecords/$count", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List verificationDnsRecords", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/verificationDnsRecords", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are auto" }, { "info": { "name": "Microsoft Graph Create new navigation property to verificationDnsRecords for domains", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/verificationDnsRecords", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to verificationDnsRecords for domains" }, { "info": { "name": "Microsoft Graph Get verificationDnsRecords from domains", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/verificationDnsRecords/:domainDnsRecord-id", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "domainDnsRecord-id", "value": "", "type": "path", "description": "The unique identifier of domainDnsRecord" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Doesn't support $expand." }, { "info": { "name": "Microsoft Graph Update the navigation property verificationDnsRecords in domains", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/verificationDnsRecords/:domainDnsRecord-id", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "domainDnsRecord-id", "value": "", "type": "path", "description": "The unique identifier of domainDnsRecord" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property verificationDnsRecords in domains" }, { "info": { "name": "Microsoft Graph Delete navigation property verificationDnsRecords for domains", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/verificationDnsRecords/:domainDnsRecord-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "domainDnsRecord-id", "value": "", "type": "path", "description": "The unique identifier of domainDnsRecord" } ] }, "docs": "Microsoft Graph Delete navigation property verificationDnsRecords for domains" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/verificationDnsRecords/$count", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }