@@ -56,6 +56,7 @@ export class ApiManageComponent implements OnInit {
56
56
"manage.ac2.mist.com" ,
57
57
"manage.ac5.mist.com" ,
58
58
"manage.ac99.mist.com" ,
59
+ "manage.us.mist-federal.com"
59
60
]
60
61
61
62
external_links : { [ index : string ] : string } = {
@@ -80,22 +81,22 @@ export class ApiManageComponent implements OnInit {
80
81
////////////////////////////////////////////////////////////////////////////////////
81
82
// API URL ENTRYPOINT
82
83
generateApiUrl ( ) {
83
- const orgsle_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! d a s h b o a r d \/ (?< scope > s i t e C o m p a r i s o n | w i r e d S i t e C o m p a r i s o n | w a n S i t e C o m p a r i s o n ) \/ (?< sle > [ a - z - ] * ) \/ (?< worstsle > [ a - z - ] * ) \/ ( [ a - z - _ ] * ) \/ (?< period > [ 0 - 9 a - z - ] * ) \/ (?< start > [ 0 - 9 ] * ) \/ (?< stop > [ 0 - 9 ] * ) / iys;
84
- const sle_details_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! d a s h b o a r d \/ (?< detail > s e r v i c e L e v e l s | w i r e d s e r v i c e L e v e l s | w a n S e r v i c e L e v e l s | j u n i p e r G a t e w a y ) \/ p a g e 2 \/ ( s t a t s | t i m e l i n e ) \/ [ a - z A - Z - ] + \/ [ a - z A - Z - ] + \/ (?< scope > s i t e | d e v i c e | c l i e n t | j u n i p e r S w i t c h | j u n i p e r G a t e w a y ) \/ (?< scope_id > [ a - f 0 - 9 - ] * ) \/ (?< sle_name > [ a - z - ] * ) \/ (?< sle_sub_1 > [ a - z A - Z - ] + ) \/ (?< sle_sub_2 > [ a - z A - Z - ] + ) ( \/ (?< period > [ 0 - 9 a - z ] * ) ) ? ( \/ (?< start > [ 0 - 9 ] * ) ) ? ( \/ (?< stop > [ 0 - 9 ] * ) ) ? \/ (?< site_id > [ a - f 0 - 9 - ] * ) / iys;
85
- const sle_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! d a s h b o a r d \/ (?< detail > s e r v i c e L e v e l s | w i r e d s e r v i c e L e v e l s | w a n S e r v i c e L e v e l s | j u n i p e r G a t e w a y ) ( \/ (?< scope > s i t e | d e v i c e | c l i e n t | j u n i p e r S w i t c h | j u n i p e r G a t e w a y ) ) ? ( \/ (?< scope_id > [ a - f 0 - 9 - ] * ) ) ? ( \/ (?< period > [ 0 - 9 a - z - ] * ) ) ? ( \/ (?< start > [ 0 - 9 ] * ) ) ? ( \/ (?< stop > [ 0 - 9 ] * ) ) ? \/ (?< site_id > [ a - f 0 - 9 - ] * ) / iys;
86
- const insights_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! d a s h b o a r d \/ i n s i g h t s \/ ( (?< obj > [ a - z ] + ) \/ ) ? ( (?< obj_id > [ a - z 0 - 9 - ] + ) \/ ) ? ( (?< period > [ a - z 0 - 9 ] + ) \/ ) ? ( (?< start > [ 0 - 9 ] * ) \/ ) ? ( (?< stop > [ 0 - 9 ] * ) \/ ) ? (?< site_id > [ 0 - 9 a - f - ] * ) ? / iys;
87
- const alarm_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! a l e r t s \/ ? (?< scope > o r g | s i t e ) ? \/ ? (?< uuid > [ 0 - 9 a - z - ] * ) \/ ? (?< period > [ 0 - 9 a - z ] * ) ? \/ ? (?< start > [ 0 - 9 ] * ) ? \/ ? (?< stop > [ 0 - 9 ] * ) ? \/ ? (?< show_ack > t r u e | f a l s e ) ? \/ ? (?< group > [ a - z % 0 - 9 ] * ) ? \/ ? (?< show_crit > t r u e | f a l s e ) ? \/ ? (?< show_warn > t r u e | f a l s e ) ? \/ ? (?< show_info > t r u e | f a l s e ) ? \/ ? (?< site_id > [ 0 - 9 a - z - ] * ) ? / iys;
88
- const events_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! m a r v i s \/ ? (?< scope > o r g | s i t e ) ? \/ ? (?< period > [ 0 - 9 a - z ] * ) ? \/ ? (?< start > [ 0 - 9 ] * ) ? \/ ? (?< stop > [ 0 - 9 ] * ) ? \/ ? (?< site_id > [ 0 - 9 a - z - ] * ) ? / iys;
89
- const floorplans_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! c l i L o c a t i o n \/ (?< detail > v i e w | c o n f i g | v a l i d a t i o n P a t h | w a y f i n d i n g ) ? \/ ? (?< uuid > [ 0 - 9 a - f - ] * ) \/ ? ( f l o o r p l a n | b e a c o n s A n d Z o n e s ) ? \/ ? (?< site_id > [ 0 - 9 a - f - ] * ) ? / iys;
90
- const site_evpn_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! e v p n \/ s i t e \/ ? ( [ 0 - 9 ] \/ ) ? (?< site_id > [ 0 - 9 a - z _ - ] * ) ? ( \/ (?< topology_id > [ 0 - 9 a - f - ] * ) ) ? / yis;
91
- const site_wlan_template_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! w l a n \/ o r g W l a n D e t a i l \/ (?< template_id > [ 0 - 9 a - z _ - ] * ) \/ (?< wlan_id > [ 0 - 9 a - f - ] * ) \/ (?< site_id > [ 0 - 9 a - f - ] * ) / is;
92
- const site_common_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! (?< obj > [ a - z ] + ) \/ ? ( (?< detail > d e t a i l | s i t e | a d m i n | e d g e d e t a i l | c l u s t e r d e t a i l | n e w | v i e w ) \/ ) ? ( [ 0 - 9 ] \/ ) ? ( (?< obj_id > [ 0 - 9 a - z _ - ] * ) \/ ) ? (?< site_id > [ 0 - 9 a - f - ] * ) ? / yis;
84
+ const orgsle_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s | m i s t - f e d e r a l ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! d a s h b o a r d \/ (?< scope > s i t e C o m p a r i s o n | w i r e d S i t e C o m p a r i s o n | w a n S i t e C o m p a r i s o n ) \/ (?< sle > [ a - z - ] * ) \/ (?< worstsle > [ a - z - ] * ) \/ ( [ a - z - _ ] * ) \/ (?< period > [ 0 - 9 a - z - ] * ) \/ (?< start > [ 0 - 9 ] * ) \/ (?< stop > [ 0 - 9 ] * ) / iys;
85
+ const sle_details_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s | m i s t - f e d e r a l ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! d a s h b o a r d \/ (?< detail > s e r v i c e L e v e l s | w i r e d s e r v i c e L e v e l s | w a n S e r v i c e L e v e l s | j u n i p e r G a t e w a y ) \/ p a g e 2 \/ ( s t a t s | t i m e l i n e ) \/ [ a - z A - Z - ] + \/ [ a - z A - Z - ] + \/ (?< scope > s i t e | d e v i c e | c l i e n t | j u n i p e r S w i t c h | j u n i p e r G a t e w a y ) \/ (?< scope_id > [ a - f 0 - 9 - ] * ) \/ (?< sle_name > [ a - z - ] * ) \/ (?< sle_sub_1 > [ a - z A - Z - ] + ) \/ (?< sle_sub_2 > [ a - z A - Z - ] + ) ( \/ (?< period > [ 0 - 9 a - z ] * ) ) ? ( \/ (?< start > [ 0 - 9 ] * ) ) ? ( \/ (?< stop > [ 0 - 9 ] * ) ) ? \/ (?< site_id > [ a - f 0 - 9 - ] * ) / iys;
86
+ const sle_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s | m i s t - f e d e r a l ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! d a s h b o a r d \/ (?< detail > s e r v i c e L e v e l s | w i r e d s e r v i c e L e v e l s | w a n S e r v i c e L e v e l s | j u n i p e r G a t e w a y ) ( \/ (?< scope > s i t e | d e v i c e | c l i e n t | j u n i p e r S w i t c h | j u n i p e r G a t e w a y ) ) ? ( \/ (?< scope_id > [ a - f 0 - 9 - ] * ) ) ? ( \/ (?< period > [ 0 - 9 a - z - ] * ) ) ? ( \/ (?< start > [ 0 - 9 ] * ) ) ? ( \/ (?< stop > [ 0 - 9 ] * ) ) ? \/ (?< site_id > [ a - f 0 - 9 - ] * ) / iys;
87
+ const insights_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s | m i s t - f e d e r a l ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! d a s h b o a r d \/ i n s i g h t s \/ ( (?< obj > [ a - z ] + ) \/ ) ? ( (?< obj_id > [ a - z 0 - 9 - ] + ) \/ ) ? ( (?< period > [ a - z 0 - 9 ] + ) \/ ) ? ( (?< start > [ 0 - 9 ] * ) \/ ) ? ( (?< stop > [ 0 - 9 ] * ) \/ ) ? (?< site_id > [ 0 - 9 a - f - ] * ) ? / iys;
88
+ const alarm_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s | m i s t - f e d e r a l ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! a l e r t s \/ ? (?< scope > o r g | s i t e ) ? \/ ? (?< uuid > [ 0 - 9 a - z - ] * ) \/ ? (?< period > [ 0 - 9 a - z ] * ) ? \/ ? (?< start > [ 0 - 9 ] * ) ? \/ ? (?< stop > [ 0 - 9 ] * ) ? \/ ? (?< show_ack > t r u e | f a l s e ) ? \/ ? (?< group > [ a - z % 0 - 9 ] * ) ? \/ ? (?< show_crit > t r u e | f a l s e ) ? \/ ? (?< show_warn > t r u e | f a l s e ) ? \/ ? (?< show_info > t r u e | f a l s e ) ? \/ ? (?< site_id > [ 0 - 9 a - z - ] * ) ? / iys;
89
+ const events_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s | m i s t - f e d e r a l ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! m a r v i s \/ ? (?< scope > o r g | s i t e ) ? \/ ? (?< period > [ 0 - 9 a - z ] * ) ? \/ ? (?< start > [ 0 - 9 ] * ) ? \/ ? (?< stop > [ 0 - 9 ] * ) ? \/ ? (?< site_id > [ 0 - 9 a - z - ] * ) ? / iys;
90
+ const floorplans_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s | m i s t - f e d e r a l ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! c l i L o c a t i o n \/ (?< detail > v i e w | c o n f i g | v a l i d a t i o n P a t h | w a y f i n d i n g ) ? \/ ? (?< uuid > [ 0 - 9 a - f - ] * ) \/ ? ( f l o o r p l a n | b e a c o n s A n d Z o n e s ) ? \/ ? (?< site_id > [ 0 - 9 a - f - ] * ) ? / iys;
91
+ const site_evpn_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s | m i s t - f e d e r a l ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! e v p n \/ s i t e \/ ? ( [ 0 - 9 ] \/ ) ? (?< site_id > [ 0 - 9 a - z _ - ] * ) ? ( \/ (?< topology_id > [ 0 - 9 a - f - ] * ) ) ? / yis;
92
+ const site_wlan_template_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s | m i s t - f e d e r a l ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! w l a n \/ o r g W l a n D e t a i l \/ (?< template_id > [ 0 - 9 a - z _ - ] * ) \/ (?< wlan_id > [ 0 - 9 a - f - ] * ) \/ (?< site_id > [ 0 - 9 a - f - ] * ) / is;
93
+ const site_common_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s | m i s t - f e d e r a l ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! (?< obj > [ a - z ] + ) \/ ? ( (?< detail > d e t a i l | s i t e | a d m i n | e d g e d e t a i l | c l u s t e r d e t a i l | n e w | v i e w ) \/ ) ? ( [ 0 - 9 ] \/ ) ? ( (?< obj_id > [ 0 - 9 a - z _ - ] * ) \/ ) ? (?< site_id > [ 0 - 9 a - f - ] * ) ? / yis;
93
94
const site_common_objs = [ "ap" , "gateway" , "switch" , "assets" , "wlan" , "tags" , "psk" , "tunnels" , "clients" , "guestclients" , "sdkclients" , "wiredclients" , "wxlan" , "security" , "switchconfig" , "pcap" , "siteedge" , "cellularedges" ]
94
- const org_evpn_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! e v p n \/ o r g ( \/ (?< topology_id > [ 0 - 9 a - f - ] * ) ) ? / yis;
95
- const org_common_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! (?< obj > [ a - z A - Z ] + ) \/ ? ( (?< detail > d e t a i l | s i t e | a d m i n | e d g e d e t a i l | c l u s t e r d e t a i l | n e w | v i e w | t e m p l a t e | r f T e m p l a t e ) \/ ) ? ( [ 0 - 9 ] \/ ) ? (?< obj_id > [ 0 - 9 a - z _ - ] * ) \? ? (?< query_params > [ 0 - 9 a - z _ = & - ] * ) ? / yis;
95
+ const org_evpn_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s | m i s t - f e d e r a l ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! e v p n \/ o r g ( \/ (?< topology_id > [ 0 - 9 a - f - ] * ) ) ? / yis;
96
+ const org_common_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s | m i s t - f e d e r a l ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! (?< obj > [ a - z A - Z ] + ) \/ ? ( (?< detail > d e t a i l | s i t e | a d m i n | e d g e d e t a i l | c l u s t e r d e t a i l | n e w | v i e w | t e m p l a t e | r f T e m p l a t e ) \/ ) ? ( [ 0 - 9 ] \/ ) ? (?< obj_id > [ 0 - 9 a - z _ - ] * ) \? ? (?< query_params > [ 0 - 9 a - z _ = & - ] * ) ? / yis;
96
97
const org_common_objs = [ "orgtags" , "misttunnels" , "templates" , "switchtemplate" , "gatewaytemplates" , "hubs" , "deviceprofiles" , "org" , "orgpsk" , "configuration" , "auditlogs" , "apinventory" , "adminconfig" , "subscription" , "edge" , "vpns" , "template" , "rftemplates" , "services" , "networks" , "applicationpolicy" , "authpolicylabels" , "naccertificates" , "nacpolicy" , "nacidentityproviders" , "onboardingworkflow" , "sdk" , "premiumanalytics" , "private5g" , "securityevents" , "nacclients" ] ;
97
- const base_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! / yis;
98
- const msp_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s ) \. c o m ) \/ m s p \/ \? m s p _ i d = (?< msp_id > [ 0 - 9 a - f - ] * ) # ! (?< obj > o r g s | a d m i n s | a u d i t L o g s | m s p I n f o | l a b e l s ) \/ ? (?< detail > a i o p s | d e t a i l s | d e t a i l | i n v i t e ) ? \/ ? (?< obj_id > [ 0 - 9 a - z _ - ] * ) / yis; ;
98
+ const base_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s | m i s t - f e d e r a l ) \. c o m ) \/ a d m i n \/ \? o r g _ i d = (?< org_id > [ 0 - 9 a - f - ] * ) # ! / yis;
99
+ const msp_re = / h t t p s : \/ \/ ( m a n a g e | i n t e g r a t i o n | m a n a g e - s t a g i n g ) \. (?< host > [ a - z 0 - 9 . ] * ( m i s t | m i s t s y s | m i s t - f e d e r a l ) \. c o m ) \/ m s p \/ \? m s p _ i d = (?< msp_id > [ 0 - 9 a - f - ] * ) # ! (?< obj > o r g s | a d m i n s | a u d i t L o g s | m s p I n f o | l a b e l s ) \/ ? (?< detail > a i o p s | d e t a i l s | d e t a i l | i n v i t e ) ? \/ ? (?< obj_id > [ 0 - 9 a - z _ - ] * ) / yis; ;
99
100
100
101
var regexp_result ;
101
102
@@ -1245,7 +1246,7 @@ export class ApiManageComponent implements OnInit {
1245
1246
////////////////////////////////////////////////////////////////////////////////////
1246
1247
////////////////////////////////////////////////////////////////////////////////////
1247
1248
////////////////////// SLE DETAILS URL FUNCTION DISPATCHER
1248
- // <host>[a-z0-9.]*(mist|mistsys)\.com)
1249
+ // <host>[a-z0-9.]*(mist|mistsys|mist-federal )\.com)
1249
1250
// <org_id>[0-9a-f-]*
1250
1251
// <detail>serviceLevels|wiredserviceLevels|wanServiceLevels|juniperGateway
1251
1252
// <scope>site|device|client|juniperSwitch|juniperGateway
0 commit comments