Token Name |
- Description:
- Specifies the unique name for your connection to
PostgreSQL.
- Allowed Values:
- One line of text (a string).
Accepted:
- Default Value:
- None
|
Description |
- Description:
- A description for your access token.
- Allowed Values:
- More than one line of text.
- Default Value:
- None
- Example:
- This is a common configuration field that is used in many examples. Refer to:
- Examples - Step-by-step use case examples, information about what types of examples are
provided in the AgilePoint NX Product Documentation, and other resources where you
can find more examples.
|
Quick Config / Manual |
- Description:
- Specifies the type of configuration for the PostgreSQL server.
- Allowed Values:
-
- Quick Config - Uses the access token configuration UI to configure the connection to the PostgreSQL server.
- Manual - Uses a connection string to connect to the PostgreSQL server.
- Default Value:
- Quick Config
|
Database Server Name |
- Description:
- Specifies the host name or IP address of the PostgreSQL server where your database is installed.
- To Open this Field:
-
- On the PostgreSQL Access Token screen, click
Quick Config.
- Allowed Values:
- A host name or IP address for your PostgreSQL server.
- Default Value:
- None
- Accepts Variables:
- No
- Limitations:
-
Some information about
third-party integrations
is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility
of the vendors who create and maintain these technologies to provide this information.
This
includes specific business use cases and examples; explanations
for third-party concepts; details about the data models and input and output
data formats for third-party technologies; and
various types of IDs, URL patterns, connection string formats,
or other technical information that is specific
to the
third-party technologies.
For more information, refer to
Where Can I Find Information and Examples for Third-Party Integrations?
- Example:
-
- 192.168.112.139
- postgresql.mydomain.com
|
Database Name |
- Description:
- Specifies the name of the database to which to connect in PostgreSQL.
- To Open this Field:
-
- On the PostgreSQL Access Token screen, click
Quick Config.
- Allowed Values:
- The name of a database in your PostgreSQL environment.
- Default Value:
- None
- Limitations:
-
Some information about
third-party integrations
is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility
of the vendors who create and maintain these technologies to provide this information.
This
includes specific business use cases and examples; explanations
for third-party concepts; details about the data models and input and output
data formats for third-party technologies; and
various types of IDs, URL patterns, connection string formats,
or other technical information that is specific
to the
third-party technologies.
For more information, refer to
Where Can I Find Information and Examples for Third-Party Integrations?
|
Port |
- Description:
- Specifies the port number to connect to the PostgreSQL server.
- To Open this Field:
-
- On the PostgreSQL Access Token screen, click
Quick Config.
- Allowed Values:
- A port number.
- Default Value:
- None
- Accepts Variables:
- No
|
Timeout (Sec) |
- Description:
- Specifies the maximum time in seconds to connect to the
PostgreSQL server.
- To Open this Field:
-
- On the PostgreSQL Access Token screen, click
Quick Config.
- Allowed Values:
- An integer.
- Default Value:
- 600
|
SSPI (Integrated Security) |
- Description:
- Determines whether the SSPI integrated security is to be activated.
- To Open this Field:
-
- On the PostgreSQL Access Token screen, click
Quick Config.
- Allowed Values:
- Deselected - Specifies not to activate the SSPI integrated security.
- Selected - Specifies to activate the SSPI integrated security.
- Default Value:
- Deselected
|
User Name |
- Description:
- Specifies the user name for PostgreSQL authentication.
- To Open this Field:
-
- On the PostgreSQL Access Token screen, click
Quick Config.
- Allowed Values:
- The user name for your PostgreSQL account.
- Default Value:
- None
- Accepts Variables:
- No
|
Password |
- Description:
- The password for the authentication account.
- To Open this Field:
-
- On the PostgreSQL Access Token screen, click
Quick Config.
- Allowed Values:
- An alphanumeric string
that represents a password.
- Default Value:
- None
- Accepts Variables:
- No
|
Enable Password Expiry Notification
|
- Description:
- Specifies whether to send an email notification when the password is due to expire.
- To Open this Field:
-
- On the PostgreSQL Access Token screen, click
Quick Config.
- Allowed Values:
-
- Default Value:
- Deselected
- Limitations:
-
This field
is available in these releases:
|
Date |
- Description:
- Specifies the date the authentication credentials for the access token expire.
AgilePoint NX sends the
notification 15 days before the date specified in the Date field. - To Open this Field:
-
- On the PostgreSQL Access Token screen, click
Quick Config.
- Select Enable Password Expiry Notification.
- Allowed Values:
- A date from the calendar.
- MM/dd/yyyy - Shows the date in the format Month/day/year.
- Default Value:
- None
- Limitations:
-
This field
is available in these releases:
|
Email |
- Description:
- Specifies the email address of the user to whom to send the notification about the password expiration.
- To Open this Field:
-
- On the PostgreSQL Access Token screen, click
Quick Config.
- Select Enable Password Expiry Notification.
- Allowed Values:
- One line of text (a string) in email address format.
- Default Value:
- None
- Limitations:
-
This field
is available in these releases:
|
Connection String |
- Description:
- Specifies the connection string to authenticate to the PostgreSQL server.
The connection string comes from PostgreSQL. - To Open this Field:
-
- On the PostgreSQL Access Token screen, click
Manual.
- Allowed Values:
- One line of text (a string) that can have letters, numbers, spaces, and special characters.
- Default Value:
- None
- Example:
- User ID=admin;Password=mypassword;Host=192.186.121.193;Port=5432;Database=sales;
|
Test Connection |
- Function:
- Makes sure the specified PostgreSQL credentials are correct.
|