Compartir a través de


EMT ATLAS AIMS (Preview)

Enable My Teams’ (EMT), ATLAS 0.5 connector allows you to connect with your asset data held within the ATLAS AIMS platform through the Open APIs made available.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Contact
Name Enable My Team
URL https://www.enablemyteam.com/contact/
Email help@enablemyteam.com
Connector Metadata
Publisher Enable My Team
Website https://enablemyteam.com/
Privacy policy https://emtaimsprodstatic592450.blob.core.windows.net/static/privacy_policy.pdf
Categories Data;Productivity

EMT ATLAS AIMS Connector

Enable My Teams’ (EMT), ATLAS connector allows you to connect with your asset data held within the ATLAS AIMS platform through the Open APIs made available.",

Prerequisites

You will need the following to proceed:

  • A Enable My Team subscription. Sign up here.
  • A Microsoft Power Apps or Power Automate plan with custom connector feature

Supported Operations

The connector supports the following operations:

  • Get user's data: Get contracts, roles and default module of the current user
  • List baseline: Returns list of existing configuration baselines.
  • Get baseline by id: Returns baseline with specific id
  • Search assets: Search existing assets by contract and optionally other properties

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Get Baseline by id

Get Baseline by id.

Get User's Data

Get contracts, roles and default module of the current user.

List Baseline

List of configuration baselines, optionally filtered by status.

Search Assets

Search existing assets by contract and optionally other properties.

Get Baseline by id

Get Baseline by id.

Parameters

Name Key Required Type Description
Baseline Id
baseline_id True string

The id of the baseline to return.

Base URL
baseUrl True string

The baseUrl of the customer. E.g. '{customer}.enablemyteam.com'

Returns

Get User's Data

Get contracts, roles and default module of the current user.

Parameters

Name Key Required Type Description
Base URL
baseUrl True string

The baseUrl of the customer. E.g. '{customer}.enablemyteam.com'

Returns

List Baseline

List of configuration baselines, optionally filtered by status.

Parameters

Name Key Required Type Description
Status
status string

The status of the baselines to return.

Base URL
baseUrl True string

The baseUrl of the customer. E.g. '{customer}.enablemyteam.com'

Returns

Search Assets

Search existing assets by contract and optionally other properties.

Parameters

Name Key Required Type Description
Contract Id
contract string

Contract Id.

Page number
page integer

Page number.

Page size
pageSize integer

Page size.

Greater than
gt string

Returns assets with modified_date greater than.

Less than
lt string

Returns assets with modified_date less than.

Sort key
sortKey string

Sort key.

Sort order
sortOrder string

Sort order.

Filtered asset class code
filteredAssetClassCode array of string

Filtered asset class code.

Base URL
baseUrl True string

The baseUrl of the customer. E.g. '{customer}.enablemyteam.com'

Returns

Definitions

AssetSearchResult

Name Path Type Description
Count
count integer

Total number of assets found.

result
result array of object
Contract Id
result.contract string

Contract id of which this asset belongs to.

Discipline
result.discipline string

System of the asset.

Subdiscipline
result.sub_discipline string

Subsystem of the asset.

Function
result.function string

Functional group of the asset.

Subfunctional unit
result.sub_functional_unit string

Subfunctional unit of asset.

Changeset
result.changeset string

Changeset id the changeset of which this asset belongs.

Class name
result.class_name string

Class name of the asset.

Class code
result.class_code string

Class code of the asset.

Tag code
result.tag_code string

Tag code of the asset.

Change flag
result.change_flag string

Change flag of the asset. Default = ‘latest’. Allowed values [latest, pending].

Attribute
result.attribute object

Object containing all attributes of an asset. Only non null asset attributes will be returned.

Import source
result.import_source string

Source from where this asset was first created.

Imported datetime
result.imported_datetime string

Creation date time in UTC.

Modified date
result.modified_date string

Modified date time in UTC.

Related with
result.relatedWith array of

Array of related assets where this asset is destination. Empty array will not be returned if there are no related assets.

Related to
result.relatedTo array of

Array of related assets where this asset is a source. Empty array will not be returned if there are no related assets. Will be returned only when searched using a specific tag_code.

Number of parent relations
result.num_parent_relations integer

Count of parent relations of asset.

ContractStatusInfo

Name Path Type Description
Contract Id
contract_id string

Contract id.

Status
status string

Status.

Contract name
contract_name string

Contract name.

Baseline synchronization status
baseline_sync_in_progress string

Baseline synchronization status.

Contract

Name Path Type Description
Contract id
contract string

Contract id.

Contract name
contract_name string

Contract name.

ListBaseline

Name Path Type Description
Baseline Id
id string

Baseline id.

Contract Id
contract_id string

Contract id.

Baseline name
name string

Baseline name.

Created date
created_date string

Created date in UTC.

Modified date
modified_date string

Modified date in UTC.

Created by
created_by string

User name of the creator.

Modified by
modified_by string

User name of the person who modified the baseline.

Status
status string

status

Customer id
customer string

Id of the customer.

contract_status_info
contract_status_info array of ContractStatusInfo

UserDataResponseDoc

Name Path Type Description
contract
contract Contract
Contracts list
contract_list array of Contract

List of contracts ids.

Roles
roles array of string

List of user roles.

Default module
default_module string

Default module of user.