Páginas filhas
  • NGF - Api - Profile - Get

01. OVERVIEW

Recovers the profile configuration according to the information sent in the GET headers.

02. ENDPOINT

Method used: GET
Databases: /api/gfin/v1/Profile

03. REQUEST PARAMETERS

Headers parameters:

Attribute

Type

Description

Default

fields

Array

An array with all the profiles to be listed


user

character

Corresponds to the user ID


program

character

The program that is being used


task

character

The task that is being performed


type

character

The task type


Example:

body

fields: [{"user":"000000", "program":"AUDITRAIL","task":"AUDITRAIL","type":"SERVER"}]

04. API RESPONSE

Json Object

Example:

response

{"profile":[{"type":"SERVER","program":"AUDITRAIL","config":"127.0.0.1","task":"AUDITRAIL"}]}

  • Sem rótulos