The platform provides its built-in DNS management service to integrate it with those APS applications that bind their service to domains and DNS records. A application can use several integration touchpoints of the platform UI described here in addition to the integration in the provisioning level provided by the PADomainService APS type.
In this document:
To show that an application service is bound to a domain, the application must have a view-plugin plugged to the
domainsListInfo
placeholder of the domain manager as explained in the concepts.
The application view-plugin informs the domain manager about its relationship (Assigned or Not Assigned) with a particular domain. The domain manager shows if an application service uses a domain:
To show its data in the profile of a domain that an application service is bound to, the application must have
a view-plugin plugged to the domainInfo
placeholder of the domain manager as explained in
the concepts.
The application view-plugin provides a widget with the application data and links to application views to be shown in a domain profile:
The following documents provide more details about the integration with the platform built-in DNS manager not only on the presentation level (UI touchpoints), but on the provisioning level (backend touchpoints) as well:
Integration with DNS - integration concepts
DNS Management - a procedure guide with a demo project