{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs NAC Portals API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs NAC Portals", "type": "folder" }, "items": [ { "info": { "name": "listOrgNacPortals", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/nacportals", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "List Org NAC Portals" }, { "info": { "name": "createOrgNacPortal", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/nacportals", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Org NAC Portal" }, { "info": { "name": "getOrgNacPortal", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/nacportals/:nacportal_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "nacportal_id", "value": "", "type": "path" } ] }, "docs": "Get Org NAC Portal" }, { "info": { "name": "updateOrgNacPortal", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/nacportals/:nacportal_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "nacportal_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Org NAC Portal" }, { "info": { "name": "deleteOrgNacPortal", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/nacportals/:nacportal_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "nacportal_id", "value": "", "type": "path" } ] }, "docs": "Delete Org NAC Portal" }, { "info": { "name": "listOrgNacPortalSsoLatestFailures", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/nacportals/:nacportal_id/failures", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "nacportal_id", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query", "description": "Start time (epoch timestamp in seconds, or relative string like \"-1d\", \"-1w\")" }, { "name": "end", "value": "", "type": "query", "description": "End time (epoch timestamp in seconds, or relative string like \"-1d\", \"-2h\", \"now\")" }, { "name": "duration", "value": "", "type": "query", "description": "Duration like 7d, 2w" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get List of Org NAC Portal SSO Latest Failures" }, { "info": { "name": "uploadOrgNacPortalImage", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/nacportals/:nacportal_id/portal_image", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "nacportal_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Upload background image for NAC Portal" }, { "info": { "name": "deleteOrgNacPortalImage", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/nacportals/:nacportal_id/portal_image", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "nacportal_id", "value": "", "type": "path" } ] }, "docs": "Delete background image for NAC Portal\n\n\nIf image is not uploaded or is deleted, NAC Portal will use default image." }, { "info": { "name": "updateOrgNacPortalTemplate", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/nacportals/:nacportal_id/portal_template", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "nacportal_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Org NAC Portal Template" }, { "info": { "name": "getOrgNacPortalSamlMetadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/nacportals/:nacportal_id/saml_metadata", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "nacportal_id", "value": "", "type": "path" } ] }, "docs": "Get Org NAC Portal SAML Metadata" }, { "info": { "name": "downloadOrgNacPortalSamlMetadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/nacportals/:nacportal_id/saml_metadata.xml", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "nacportal_id", "value": "", "type": "path" } ] }, "docs": "Download Org NAC Portal SAML Metadata\n\nExample of metadata.xml:\n```xml\n\n \n