v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Profile Management

Get profile information

Returns the profile configuration details using the profileID.

get/profilemanagement/v1/profiles/{profileID}

Path parameters

profileIDinteger required

The unique ID of a profile in inSync. Get the ID of a profile using the ‘List all profiles’ API.

Response

OK

profileIDinteger

The unique id of the profile in inSync. Example - 1

profileNamestring

The name assigned to the profile in inSync. Example - Default

profileDescriptionstring

Description of the profile. Example - Default profile with pre-configured values

notifyNoSyncinteger

Number of days of backup inactivity after which an alert notification is triggered

Example response

{
  "profileID": 1,
  "profileName": "profile1",
  "profileDescription": "dummy",
  "notifyNoSync": 7
}