Skip to main content

Variable: AIRS_ENDPOINTS

const AIRS_ENDPOINTS: {
US: "https://service.api.aisecurity.paloaltonetworks.com";
EU: "https://service-de.api.aisecurity.paloaltonetworks.com";
INDIA: "https://service-in.api.aisecurity.paloaltonetworks.com";
SINGAPORE: "https://service-sg.api.aisecurity.paloaltonetworks.com";
};

Defined in: src/constants.ts:11

Regional AIRS API endpoints.

Type Declaration​

US​

readonly US: "https://service.api.aisecurity.paloaltonetworks.com" = 'https://service.api.aisecurity.paloaltonetworks.com';

EU​

readonly EU: "https://service-de.api.aisecurity.paloaltonetworks.com" = 'https://service-de.api.aisecurity.paloaltonetworks.com';

INDIA​

readonly INDIA: "https://service-in.api.aisecurity.paloaltonetworks.com" = 'https://service-in.api.aisecurity.paloaltonetworks.com';

SINGAPORE​

readonly SINGAPORE: "https://service-sg.api.aisecurity.paloaltonetworks.com" = 'https://service-sg.api.aisecurity.paloaltonetworks.com';