Details
Assignee
Michael OffnerMichael OffnerReporter
Pothys - MitrahSoftPothys - MitrahSoftLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Pothys - MitrahSoft
Pothys - MitrahSoftLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Created 19 April 2018 at 06:29
Updated 19 April 2018 at 06:29
ACF 2018 supports admin API for the following cfcs,
accessmanager administrator collections datasource debugging document eventgateway extensions flex mail office runtime scheduler security serverinstance servermonitoring websocket
Call the function like below
<cfset adminObj = createObject("component","cfide.adminapi.administrator")> <cfdump var="#adminObj.login("admin")#" /> <cfset runtimeObj=createObject("component","cfide.adminapi.runtime")> <cfset myDebug = createObject("component","cfide.adminapi.debugging")> <cfset myDataSource = createObject("component","cfide.adminapi.datasource")> <cfdump var="#runtimeObj#" /> <cfdump var="#myObj#" /> <cfdump var="#myDataSource#" />
Lucee already supports for Admin API https://dev.lucee.org/t/additions-to-administrator-cfc-in-lucee-5-2/2305