Skip to main content
Skip table of contents

API - Get Instance Information

Purpose

A post API to get a list of instances in Sectona PAM.

Accessing the API

XML
Endpoint: /API/APP/APP007/GetInstances


HTTP METHOD

XML
POST


Parameters

ParametersData TypeRequiredDescription

Filter

String

YES

All/Active/Disabled


Sample Request (JSON)

XML
{
	"Filter":"String"
}

Sample Response (JSON)

XML
{
	"Version":"X.X.X.X",
	"IsSuccess": true,
	"LogCode":"0",
	"Result":"[
		  {
			"Instance": "Instance1",
			"ShortCode": "shortcode",
			"Description": "Description",
			"CreatedBy": "created by",
			"CreatedOn": "Created ON",
			"Status": "Status"
		  },
		  {
			"Instance": "Instance2",
			"ShortCode": "shortcode",
			"Description": "Description",
			"CreatedBy": "created by",
			"CreatedOn": "Created ON",
			"Status": "Status"
		  }
	]",
	"StatusCode":"Accepted",
	"Timestamp":"03 Jun 2019 10:32:12 GMT 05:30:00"
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.