ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security saml-sp status show

    Display SAML service provider configuration status

    Availability: This command is available to cluster administrators at the advanced privilege level.

    Description

    The security saml-sp status show command displays the SAML Service Provider (SP) status for all nodes in the cluster.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-node {<nodename>|local}] - Node

    This identifies the node in the cluster.

    [-status {not-configured|config-in-progress|config-failed|config-success}] - Update Status

    This identifies the SAML SP status on the specified node.

    [-error-text <text>] - Error Text

    This identifies the error text associated with the latest saml SP update for this node.

    [-is-enabled {true|false}] - SAML Service Provider Enabled

    When this parameter is set to true it indicates that the SAML SP is enabled on this node. Similarly, when this parameter is set to false , it indicates that the SAML SP is not enabled on this node.

    Examples

    The following example displays the SAML SP status information for all nodes in the cluster.

    cluster::security saml-sp status> show
    Node                            SAML SP Status         Enabled
    ------------------------------  ---------------------  ----------
    cluster-node1                   not-configured         false
    cluster-node2                   not-configured         false
    2 entries were displayed.
    
    cluster::*>
    Top of Page