File naming conventions

Last Updated : Oct 10, 2023 |

The following file naming convention provides you with a convenient way of interpreting the file names of AE Services deliverable. This naming convention is not a formal standard, it is simply a guideline for reading file names.

<api>- <type>- <target>- <version> - <build> - <arch>.<suffix>

Where:

Name

Description

<api>-

Refers to the name of the API. For example, tsapi or cvlan

<type>-

Refers to the type of deliverable. Can be client-, sdk- or client-sdk (for ISOs).

<target>

Refers to the name of the operating system.

<version>

Refers to the software version.

- <build>

Refers to the software build number, preceded by a dash.

Note:

This number changes frequently. It is often represented in this document by x instead of an actual build number.

-<arch>

Refers to the architecture, preceded by a dash.

.<suffix>

Refers to the file or package type.

Examples

  • TSAPI Windows client:

    • tsapi-sdk-win32-10.2.x-23.zip

    • tsapi-sdk-x86_64-10.2.x-23.zip

    • tsapi-client-win32-10.2.x-23.zip

    • tsapi-client-x86_64-10.2.x-23.zip

  • TSAPI Linux client:

    • tsapi-sdk-linux-10.2.x.rhel6-23.i386.bin

    • tsapi-sdk-linux-10.2.x-23.i386.bin

    • tsapi-sdk-linux-10.2.x-23.x86_64.bin

    • tsapi-client-linux-10.2.x.rhel6-23.i386.bin

    • tsapi-client-linux-10.2.x-23.i386.bin

    • tsapi-client-linux-10.2.x-23.x86_64.bin

  • TSAPI Windows SDK:

    • tsapi-sdk-win32-10.2.x-23.zip

    • tsapi-sdk-x86_64-10.2.x-23.zip

  • TSAPI Linux SDK:

    • tsapi-sdk-linux-10.2.x-94.bin

  • CVLAN Windows client:

    • cvlan-client-win32-10.2.x-23.zip

  • CVLAN Linux client:

    • cvlan-client-linux-10.2.x-23.bin

    • cvlan-client-linux-10.2.x.rhel6-23.bin

Note:

The numbers following the build version are subject to change. For example, the numbers following tsapi-client-win32-10.2.x- are subject to change.

The table applies the naming convention to the AE Services deliverables.

Table 1: AE Services TSAPI and CVLAN software deliverables -- file names

<api>-

<type>-

<target>-

<version>

-<build>

-<arch>

.<suffix>

tsapi-

client-

linux-

10.2.x

-23

i386

or

x86_64

.bin

tsapi-

client-

win32-

10.2.x

-23

NA

.zip

tsapi-

sdk-

linux-

10.2.x

-23

i386

or

x86_64

.bin

tsapi-

sdk-

win32-

10.2.x

-23

NA

.zip

cvlan-

client-

linux-

10.2.x

-23

NA

.bin

cvlan-

client-

win32-

10.2.x

-23

NA

.zip

Note:

Build numbers change frequently. These numbers are provided as examples only.