Bitrix API

Agent

Table of Contents

Methods

createDefaultRoles()  : string
Create default roles using agent after installing the module in a new portal.
deleteInstance()  : string
Send request to delete superset instance.
installDefaultRoles()  : string
Set default roles using agent after updating the module in an existed portal.
reinstallRoles()  : string
sendRestStatistic()  : string
setDashboardOwners()  : string
setDefaultOwnerForDashboards()  : string
Sets admin as dashboard's owner if the previous owner was fired.

Methods

createDefaultRoles()

Create default roles using agent after installing the module in a new portal.

public static createDefaultRoles() : string
Return values
string

deleteInstance()

Send request to delete superset instance.

public static deleteInstance() : string
Return values
string

installDefaultRoles()

Set default roles using agent after updating the module in an existed portal.

public static installDefaultRoles() : string
Return values
string

reinstallRoles()

public static reinstallRoles() : string
Return values
string

sendRestStatistic()

public static sendRestStatistic() : string
Return values
string

setDashboardOwners()

public static setDashboardOwners() : string
Return values
string

setDefaultOwnerForDashboards()

Sets admin as dashboard's owner if the previous owner was fired.

public static setDefaultOwnerForDashboards(int $previousOwnerId) : string
Parameters
$previousOwnerId : int

User id of previous owner.

Return values
string

        
On this page

Search results